Lines Matching defs:handle
849 status_t IPCThreadState::transact(int32_t handle, in transact()
926 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy) in incStrongHandle()
938 void IPCThreadState::decStrongHandle(int32_t handle) in decStrongHandle()
946 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy) in incWeakHandle()
958 void IPCThreadState::decWeakHandle(int32_t handle) in decWeakHandle()
966 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) { in attemptIncStrongHandle()
972 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle()
980 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification()
988 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification()
996 status_t IPCThreadState::addFrozenStateChangeCallback(int32_t handle, BpBinder* proxy) { in addFrozenStateChangeCallback()
1010 status_t IPCThreadState::removeFrozenStateChangeCallback(int32_t handle, BpBinder* proxy) { in removeFrozenStateChangeCallback()
1280 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) in writeTransactionData()