OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readIntPtr
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libmedia/
IOMX.cpp
103
*node = (void*)reply.
readIntPtr
();
256
*buffer = (void*)reply.
readIntPtr
();
279
*buffer = (void*)reply.
readIntPtr
();
314
*buffer = (void *)reply.
readIntPtr
();
315
*buffer_data = (void *)reply.
readIntPtr
();
337
*buffer = (void*)reply.
readIntPtr
();
472
node_id node = (void*)data.
readIntPtr
();
483
node_id node = (void*)data.
readIntPtr
();
501
node_id node = (void*)data.
readIntPtr
();
543
node_id node = (void*)data.
readIntPtr
();
[
all
...]
/frameworks/base/include/binder/
Parcel.h
145
intptr_t
readIntPtr
() const;
146
status_t
readIntPtr
(intptr_t *pArg) const;
/frameworks/base/libs/binder/
Parcel.cpp
968
status_t Parcel::
readIntPtr
(intptr_t *pArg) const
974
intptr_t Parcel::
readIntPtr
() const
[
all
...]
Completed in 16 milliseconds