HomeSort by relevance Sort by last modified time
    Searched refs:writeTransactionData (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/binder/include/binder/
IPCThreadState.h 100 status_t writeTransactionData(int32_t cmd,
  /system/libhwbinder/include/hwbinder/
IPCThreadState.h 106 status_t writeTransactionData(int32_t cmd,
  /frameworks/native/libs/binder/
IPCThreadState.cpp 611 err = writeTransactionData(BC_TRANSACTION, flags, handle, code, data, NULL);
755 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply, &statusBuffer);
955 status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags,
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 621 err = writeTransactionData(BC_TRANSACTION_SG, flags, handle, code, data, NULL);
769 err = writeTransactionData(BC_REPLY_SG, flags, -1, 0, reply, &statusBuffer);
967 status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags,
    [all...]

Completed in 268 milliseconds