• Home
  • Raw
  • Download

Lines Matching refs:int32_t

168     static const int32_t N = sizeof(kReturnStrings)/sizeof(kReturnStrings[0]);  in printReturnCommand()
170 const int32_t* cmd = (const int32_t*)_cmd; in printReturnCommand()
171 int32_t code = *cmd++; in printReturnCommand()
185 cmd = (const int32_t *)printBinderTransactionData(out, cmd); in printReturnCommand()
190 const int32_t res = *cmd++; in printReturnCommand()
198 const int32_t b = *cmd++; in printReturnCommand()
199 const int32_t c = *cmd++; in printReturnCommand()
204 const int32_t p = *cmd++; in printReturnCommand()
205 const int32_t b = *cmd++; in printReturnCommand()
206 const int32_t c = *cmd++; in printReturnCommand()
213 const int32_t c = *cmd++; in printReturnCommand()
224 static const int32_t N = sizeof(kCommandStrings)/sizeof(kCommandStrings[0]); in printCommand()
226 const int32_t* cmd = (const int32_t*)_cmd; in printCommand()
227 int32_t code = *cmd++; in printCommand()
238 cmd = (const int32_t *)printBinderTransactionData(out, cmd); in printCommand()
243 const int32_t res = *cmd++; in printCommand()
248 const int32_t buf = *cmd++; in printCommand()
256 const int32_t d = *cmd++; in printCommand()
262 const int32_t b = *cmd++; in printCommand()
263 const int32_t c = *cmd++; in printCommand()
268 const int32_t p = *cmd++; in printCommand()
269 const int32_t d = *cmd++; in printCommand()
275 const int32_t h = *cmd++; in printCommand()
276 const int32_t c = *cmd++; in printCommand()
281 const int32_t c = *cmd++; in printCommand()
391 int32_t cmd; in joinThreadPool()
418 if (IN < sizeof(int32_t)) continue; in joinThreadPool()
468 status_t IPCThreadState::transact(int32_t handle, in transact()
516 void IPCThreadState::incStrongHandle(int32_t handle) in incStrongHandle()
523 void IPCThreadState::decStrongHandle(int32_t handle) in decStrongHandle()
530 void IPCThreadState::incWeakHandle(int32_t handle) in incWeakHandle()
537 void IPCThreadState::decWeakHandle(int32_t handle) in decWeakHandle()
544 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) in attemptIncStrongHandle()
561 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle()
569 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification()
572 mOut.writeInt32((int32_t)handle); in requestDeathNotification()
573 mOut.writeInt32((int32_t)proxy); in requestDeathNotification()
577 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification()
580 mOut.writeInt32((int32_t)handle); in clearDeathNotification()
581 mOut.writeInt32((int32_t)proxy); in clearDeathNotification()
610 int32_t cmd; in waitForResponse()
611 int32_t err; in waitForResponse()
642 const int32_t result = mIn.readInt32(); in waitForResponse()
794 status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags, in writeTransactionData()
795 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) in writeTransactionData()
833 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand()
859 mOut.writeInt32((int32_t)refs); in executeCommand()
860 mOut.writeInt32((int32_t)obj); in executeCommand()
881 mOut.writeInt32((int32_t)refs); in executeCommand()
882 mOut.writeInt32((int32_t)obj); in executeCommand()
908 mOut.writeInt32((int32_t)success); in executeCommand()
984 mOut.writeInt32((int32_t)proxy); in executeCommand()
1042 state->mOut.writeInt32((int32_t)data); in freeBuffer()