Home
last modified time | relevance | path

Searched refs:readPointer (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/
DIPCThreadState.cpp1088 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1089 obj = (BBinder*)mIn.readPointer(); in executeCommand()
1104 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1105 obj = (BBinder*)mIn.readPointer(); in executeCommand()
1117 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1118 obj = (BBinder*)mIn.readPointer(); in executeCommand()
1126 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1127 obj = (BBinder*)mIn.readPointer(); in executeCommand()
1138 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()
1139 obj = (BBinder*)mIn.readPointer(); in executeCommand()
[all …]
DParcel.cpp1836 status_t Parcel::readPointer(uintptr_t *pArg) const in readPointer() function in android::Parcel
1846 uintptr_t Parcel::readPointer() const in readPointer() function in android::Parcel
/frameworks/native/include/binder/
DParcel.h509 status_t readPointer(uintptr_t *pArg) const;
510 uintptr_t readPointer() const;
/frameworks/native/libs/binder/include/binder/
DParcel.h509 status_t readPointer(uintptr_t *pArg) const;
510 uintptr_t readPointer() const;