Home
last modified time | relevance | path

Searched refs:readCString (Results 1 – 3 of 3) sorted by relevance

/system/core/storaged/
Duid_info.cpp40 name = parcel->readCString(); in readFromParcel()
47 task.comm = parcel->readCString(); in readFromParcel()
/system/libhwbinder/include/hwbinder/
DParcel.h149 const char* readCString() const;
/system/libhwbinder/
DParcel.cpp469 const char* str = readCString(); in enforceInterface()
1325 const char* Parcel::readCString() const in readCString() function in android::hardware::Parcel