Home
last modified time | relevance | path

Searched refs:BINDER_TYPE_FD (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dparcel.cpp25 static const int BINDER_TYPE_FD = 0x66642a85; // binder header type fd member
164 if (currentObject->hdr.type == BINDER_TYPE_FD || currentObject->hdr.type == BINDER_TYPE_HANDLE) { in IsReadObjectData()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp30 static const int BINDER_TYPE_FD = 0x66642a85; // binder header type fd member
89 flat.hdr.type = BINDER_TYPE_FD; in Marshalling()

Completed in 6 milliseconds