HomeSort by relevance Sort by last modified time
    Searched full:statusbuffer (Results 1 - 5 of 5) sorted by null

  /frameworks/native/include/binder/
IPCThreadState.h 99 status_t* statusBuffer);
  /frameworks/native/libs/binder/
IPCThreadState.cpp 661 status_t statusBuffer;
662 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply, &statusBuffer);
856 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer)
873 } else if (statusBuffer) {
875 *statusBuffer = err;
877 tr.data.ptr.buffer = statusBuffer;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osRgstry_parser.c 219 void* StatusBuffer,
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 252 /* This is the StatusBuffer from NdisMIndicateStatus() call */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
ndis_events.c 258 /* This is the StatusBuffer from NdisMIndicateStatus() call */

Completed in 79 milliseconds