OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statusbuffer
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/binder/
IPCThreadState.h
100
status_t*
statusBuffer
);
/frameworks/native/libs/binder/
IPCThreadState.cpp
697
status_t
statusBuffer
;
698
err = writeTransactionData(BC_REPLY, flags, -1, 0, reply, &
statusBuffer
);
897
int32_t handle, uint32_t code, const Parcel& data, status_t*
statusBuffer
)
914
} else if (
statusBuffer
) {
916
*
statusBuffer
= err;
918
tr.data.ptr.buffer =
statusBuffer
;
[
all
...]
/external/wpa_supplicant_8/src/drivers/
ndis_events.c
252
/* This is the
StatusBuffer
from NdisMIndicateStatus() call */
Completed in 37 milliseconds