Searched defs:RecvInt32 (Results 1 – 2 of 2) sorted by relevance
97 bool RecvInt32(int32_t* value) { in RecvInt32() function in PropertyServiceConnection
161 bool RecvInt32(int32_t* v) { return RecvIntGeneric(v, kTagInt32); } in RecvInt32() function