/aosp12/system/core/storaged/ |
H A D | uid_info.cpp | 40 name = parcel->readCString(); in readFromParcel() 47 task.comm = parcel->readCString(); in readFromParcel()
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | binderClearBufTest.cpp | 65 const char* str = data.readCString(); in onTransact() 82 result = reply.readCString(); in RepeatString()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | LayerDebugInfo.cpp | 69 mName = parcel->readCString(); in readFromParcel() 71 mParentName = parcel->readCString(); in readFromParcel() 73 mType = parcel->readCString(); in readFromParcel()
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | IMediaCodecList.cpp | 159 const char *type = data.readCString(); in onTransact() 178 const char *name = data.readCString(); in onTransact()
|
H A D | IMediaMetadataRetriever.cpp | 265 const char* str = reply.readCString(); in extractMetadata() 305 const char* srcUrl = data.readCString(); in onTransact() 355 mime = data.readCString(); in onTransact()
|
H A D | IOMX.cpp | 784 const char *parameter_name = data.readCString(); in onTransact()
|
H A D | IMediaPlayer.cpp | 631 const char* url = data.readCString(); in onTransact()
|
/aosp12/frameworks/av/media/libmediametrics/ |
H A D | MediaMetricsItem.cpp | 183 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 D | IMediaLogService.cpp | 83 const char *name = data.readCString(); in onTransact()
|
/aosp12/hardware/google/av/media/eco/ |
H A D | ECOData.cpp | 55 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 D | hwbinder.cpp | 94 const char* str = p.readCString(); in __anon9fc9a9de0502()
|
H A D | binder.cpp | 144 const char* str = p.readCString(); in __anonf91082bf0602()
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | Parcel.h | 153 const char* readCString() const;
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | AMessage.cpp | 679 const char *name = parcel.readCString(); in FromParcel() 722 const char *stringValue = parcel.readCString(); in FromParcel()
|
/aosp12/system/libhwbinder/ |
H A D | Parcel.cpp | 373 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 D | KeyCharacterMap.cpp | 682 std::string loadFileName = parcel->readCString(); in readFromParcel()
|
/aosp12/frameworks/native/include/binder/ |
H A D | Parcel.h | 352 const char* readCString() const;
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Parcel.h | 352 const char* readCString() const;
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Parcel.cpp | 1689 const char* Parcel::readCString() const in readCString() function in android::Parcel
|