Home
last modified time | relevance | path

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

/system/update_engine/
Dparcelable_update_engine_status.cc88 status = parcel->readString16(&current_operation_); in readFromParcel()
98 status = parcel->readString16(&current_version_); in readFromParcel()
103 status = parcel->readString16(&current_system_version_); in readFromParcel()
113 status = parcel->readString16(&new_version_); in readFromParcel()
118 return parcel->readString16(&new_system_version_); in readFromParcel()
/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.h150 String16 readString16() const;
151 status_t readString16(String16* pArg) const;
152 status_t readString16(std::unique_ptr<String16>* pArg) const;
/system/libhidl/transport/
DHidlBinderSupport.cpp195 status = parcel.readString16(&message); in readFromParcel()
/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc329 args.add(_aidl_data.readString16()); in onTransact()
/system/libhwbinder/
DParcel.cpp1341 String16 Parcel::readString16() const in readString16() function in android::hardware::Parcel
1350 status_t Parcel::readString16(std::unique_ptr<String16>* pArg) const in readString16() function in android::hardware::Parcel
1364 status = readString16(pArg->get()); in readString16()
1373 status_t Parcel::readString16(String16* pArg) const in readString16() function in android::hardware::Parcel
/system/apex/apexd/
Dapexservice.cpp507 args.add(_aidl_data.readString16()); in onTransact()