Home
last modified time | relevance | path

Searched refs:readString16 (Results 1 – 20 of 20) 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.cc62 status_t status = parcel->readString16(&name); in readFromParcel()
67 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/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/security/keystore/
DKeyAttestationPackageInfo.cpp42 auto rc = parcel->readString16(&packageName_); in readFromParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DOtherParcelableForToString.cpp20 _aidl_ret_status = _aidl_parcel->readString16(&field); in readFromParcel()
DINamedCallback.cpp56 _aidl_ret_status = _aidl_reply.readString16(_aidl_return); in GetName()
DIOldName.cpp56 _aidl_ret_status = _aidl_reply.readString16(_aidl_return); in RealName()
DINewName.cpp56 _aidl_ret_status = _aidl_reply.readString16(_aidl_return); in RealName()
DParcelableForToString.cpp116 _aidl_ret_status = _aidl_parcel->readString16(&stringValue); in readFromParcel()
DITestService.cpp433 _aidl_ret_status = _aidl_reply.readString16(_aidl_return); in RepeatString()
1483 _aidl_ret_status = _aidl_reply.readString16(_aidl_return); in RepeatNullableString()
2325 _aidl_ret_status = _aidl_data.readString16(&in_token); in onTransact()
2814 _aidl_ret_status = _aidl_data.readString16(&in_name); in onTransact()
2845 _aidl_ret_status = _aidl_data.readString16(&in_name); in onTransact()
3088 _aidl_ret_status = _aidl_data.readString16(&in_input); in onTransact()
DStructuredParcelable.cpp92 _aidl_ret_status = _aidl_parcel->readString16(&stringDefaultsToFoo); in readFromParcel()
/system/libhwbinder/include/hwbinder/
DParcel.h154 String16 readString16() const;
155 status_t readString16(String16* pArg) const;
156 status_t readString16(std::unique_ptr<String16>* pArg) const;
/system/libhidl/transport/
DHidlBinderSupport.cpp184 status = parcel.readString16(&message); in readFromParcel()
/system/libhwbinder/
DParcel.cpp1129 String16 Parcel::readString16() const in readString16() function in android::hardware::Parcel
1138 status_t Parcel::readString16(std::unique_ptr<String16>* pArg) const in readString16() function in android::hardware::Parcel
1152 status = readString16(pArg->get()); in readString16()
1161 status_t Parcel::readString16(String16* pArg) const in readString16() function in android::hardware::Parcel
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp358 _aidl_ret_status = _aidl_data.readString16(&in_stringValue); in onTransact()
/system/apex/apexd/
Dapexservice.cpp678 args.add(_aidl_data.readString16()); in onTransact()