Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderClearBufTest.cpp50 const char* str = data.readCString(); in onTransact()
67 result = reply.readCString(); in RepeatString()
/frameworks/native/libs/gui/
DLayerDebugInfo.cpp68 mName = parcel->readCString(); in readFromParcel()
70 mParentName = parcel->readCString(); in readFromParcel()
72 mType = parcel->readCString(); in readFromParcel()
/frameworks/av/media/libmedia/
DIMediaCodecList.cpp159 const char *type = data.readCString(); in onTransact()
178 const char *name = data.readCString(); in onTransact()
DIMediaMetadataRetriever.cpp265 const char* str = reply.readCString(); in extractMetadata()
305 const char* srcUrl = data.readCString(); in onTransact()
355 mime = data.readCString(); in onTransact()
DIOMX.cpp784 const char *parameter_name = data.readCString(); in onTransact()
DIMediaPlayer.cpp630 const char* url = data.readCString(); in onTransact()
/frameworks/av/services/medialog/
DIMediaLogService.cpp83 const char *name = data.readCString(); in onTransact()
/frameworks/av/media/libmediametrics/
DMediaMetricsItem.cpp184 const char *s = data.readCString(); in readFromParcel0()
191 s = data.readCString(); in readFromParcel0()
624 const char *key = data.readCString(); in readFromParcel()
649 const char *s = data.readCString(); in readFromParcel()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dhwbinder.cpp96 const char* str = p.readCString(); in __anon756f931e0502()
Dbinder.cpp154 const char* str = p.readCString(); in __anon3dab1bff0602()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp679 const char *name = parcel.readCString(); in FromParcel()
722 const char *stringValue = parcel.readCString(); in FromParcel()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp682 std::string loadFileName = parcel->readCString(); in readFromParcel()
/frameworks/native/include/binder/
DParcel.h396 const char* readCString() const;
/frameworks/native/libs/binder/include/binder/
DParcel.h396 const char* readCString() const;
/frameworks/native/libs/binder/
DParcel.cpp1805 const char* Parcel::readCString() const in readCString() function in android::Parcel
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5906 std::string filename = std::string(data.readCString()); in onTransact()