Home
last modified time | relevance | path

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

/aosp12/system/core/storaged/
H A Duid_info.cpp40 name = parcel->readCString(); in readFromParcel()
47 task.comm = parcel->readCString(); in readFromParcel()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderClearBufTest.cpp65 const char* str = data.readCString(); in onTransact()
82 result = reply.readCString(); in RepeatString()
/aosp12/frameworks/native/libs/gui/
H A DLayerDebugInfo.cpp69 mName = parcel->readCString(); in readFromParcel()
71 mParentName = parcel->readCString(); in readFromParcel()
73 mType = parcel->readCString(); in readFromParcel()
/aosp12/frameworks/av/media/libmedia/
H A DIMediaCodecList.cpp159 const char *type = data.readCString(); in onTransact()
178 const char *name = data.readCString(); in onTransact()
H A DIMediaMetadataRetriever.cpp265 const char* str = reply.readCString(); in extractMetadata()
305 const char* srcUrl = data.readCString(); in onTransact()
355 mime = data.readCString(); in onTransact()
H A DIOMX.cpp784 const char *parameter_name = data.readCString(); in onTransact()
H A DIMediaPlayer.cpp631 const char* url = data.readCString(); in onTransact()
/aosp12/frameworks/av/media/libmediametrics/
H A DMediaMetricsItem.cpp183 const char *s = data.readCString(); in readFromParcel0()
190 s = data.readCString(); in readFromParcel0()
622 const char *key = data.readCString(); in readFromParcel()
647 const char *s = data.readCString(); in readFromParcel()
/aosp12/frameworks/av/services/medialog/
H A DIMediaLogService.cpp83 const char *name = data.readCString(); in onTransact()
/aosp12/hardware/google/av/media/eco/
H A DECOData.cpp55 const char* name = parcel->readCString(); in readFromParcel()
95 const char* valueStr = parcel->readCString(); in readFromParcel()
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dhwbinder.cpp94 const char* str = p.readCString(); in __anon9fc9a9de0502()
H A Dbinder.cpp144 const char* str = p.readCString(); in __anonf91082bf0602()
/aosp12/system/libhwbinder/include/hwbinder/
H A DParcel.h153 const char* readCString() const;
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp679 const char *name = parcel.readCString(); in FromParcel()
722 const char *stringValue = parcel.readCString(); in FromParcel()
/aosp12/system/libhwbinder/
H A DParcel.cpp373 const char* str = readCString(); in enforceInterface()
1113 const char* Parcel::readCString() const in readCString() function in android::hardware::Parcel
/aosp12/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp682 std::string loadFileName = parcel->readCString(); in readFromParcel()
/aosp12/frameworks/native/include/binder/
H A DParcel.h352 const char* readCString() const;
/aosp12/frameworks/native/libs/binder/include/binder/
H A DParcel.h352 const char* readCString() const;
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp1689 const char* Parcel::readCString() const in readCString() function in android::Parcel