Home
last modified time | relevance | path

Searched refs:readString16 (Results 1 – 13 of 13) sorted by relevance

/system/bt/service/common/android/bluetooth/
Dbluetooth_avrcp_media_attr.cc57 status_t status = parcel->readString16(&title); in readFromParcel()
62 status = parcel->readString16(&artist); in readFromParcel()
67 status = parcel->readString16(&album); in readFromParcel()
72 status = parcel->readString16(&genre); in readFromParcel()
Dscan_filter.cc71 status_t status = parcel->readString16(&name); in readFromParcel()
76 status = parcel->readString16(&addr); in readFromParcel()
Dbluetooth_remote_device_props.cc61 status_t status = parcel->readString16(&name); in readFromParcel()
66 status = parcel->readString16(&address); in readFromParcel()
Dbluetooth_avrcp_string_value.cc46 status = parcel->readString16(&value); in readFromParcel()
Dscan_result.cc48 status_t status = parcel->readString16(&addr); in readFromParcel()
/system/security/keystore/
DKeystoreResponse.cpp32 return in->readString16(&error_msg_); in readFromParcel()
DKeyAttestationPackageInfo.cpp42 auto rc = parcel->readString16(&packageName_); in readFromParcel()
/system/bt/binder/android/bluetooth/
Dbluetooth_device.cc38 status_t status = parcel->readString16(&tmp); in readFromParcel()
/system/tools/aidl/tests/
Dsimple_parcelable.cpp43 status_t status = parcel->readString16(&name_); in readFromParcel()
/system/libhwbinder/include/hwbinder/
DParcel.h143 String16 readString16() const;
144 status_t readString16(String16* pArg) const;
145 status_t readString16(std::unique_ptr<String16>* pArg) const;
/system/libhidl/transport/
DHidlBinderSupport.cpp181 status = parcel.readString16(&message); in readFromParcel()
/system/libhwbinder/
DParcel.cpp1124 String16 Parcel::readString16() const in readString16() function in android::hardware::Parcel
1133 status_t Parcel::readString16(std::unique_ptr<String16>* pArg) const in readString16() function in android::hardware::Parcel
1147 status = readString16(pArg->get()); in readString16()
1156 status_t Parcel::readString16(String16* pArg) const in readString16() function in android::hardware::Parcel
/system/apex/apexd/
Dapexservice.cpp583 args.add(_aidl_data.readString16()); in onTransact()