Home
last modified time | relevance | path

Searched defs:RecvInt32 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bionic/libc/bionic/
H A Dsystem_property_set.cpp97 bool RecvInt32(int32_t* value) { in RecvInt32() function in PropertyServiceConnection
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dcomms.h161 bool RecvInt32(int32_t* v) { return RecvIntGeneric(v, kTagInt32); } in RecvInt32() function