Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
Dbluetooth_a2dp_codec_config.cc83 status = parcel->readInt64(&tmp64); in readFromParcel()
87 status = parcel->readInt64(&tmp64); in readFromParcel()
91 status = parcel->readInt64(&tmp64); in readFromParcel()
95 status = parcel->readInt64(&tmp64); in readFromParcel()
Dscan_settings.cc65 status = parcel->readInt64(&value64); in readFromParcel()
/system/bt/binder/android/os/
Dparcel_uuid.cc64 status_t status = parcel->readInt64(&uuid_msb); in readFromParcel()
67 status = parcel->readInt64(&uuid_lsb); in readFromParcel()
/system/security/keystore/
DKeyAttestationPackageInfo.cpp44 rc = parcel->readInt64(&versionCode_); in readFromParcel()
/system/iorap/include/binder/
Dapp_launch_event.h118 PARCEL_READ_OR_RETURN(parcel->readInt64, &sequence_id); in readFromParcel()
123 PARCEL_READ_OR_RETURN(parcel->readInt64, &timestamp_nanos); in readFromParcel()
137 PARCEL_READ_OR_RETURN(parcel->readInt64, &timestamp_nanos); in readFromParcel()
144 PARCEL_READ_OR_RETURN(parcel->readInt64, &timestamp_nanos); in readFromParcel()
/system/connectivity/wificond/scanning/
Dpno_settings.cpp49 RETURN_IF_FAILED(parcel->readInt64(&interval_ms_)); in readFromParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/unions/
DEnumUnion.cpp28 …if ((_aidl_ret_status = _aidl_parcel->readInt64(reinterpret_cast<int64_t *>(&_aidl_value))) != ::a… in readFromParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DStructuredParcelable.cpp60 _aidl_ret_status = _aidl_parcel->readInt64(reinterpret_cast<int64_t *>(&shouldBeLongBar)); in readFromParcel()
116 _aidl_ret_status = _aidl_parcel->readInt64(&longDefaultsToNegativeSeven); in readFromParcel()
196 _aidl_ret_status = _aidl_parcel->readInt64(&longDefault); in readFromParcel()
260 _aidl_ret_status = _aidl_parcel->readInt64(&int64_max); in readFromParcel()
DParcelableForToString.cpp36 _aidl_ret_status = _aidl_parcel->readInt64(&longValue); in readFromParcel()
DITestService.cpp319 _aidl_ret_status = _aidl_reply.readInt64(_aidl_return); in RepeatLong()
547 _aidl_ret_status = _aidl_reply.readInt64(reinterpret_cast<int64_t *>(_aidl_return)); in RepeatLongEnum()
2247 _aidl_ret_status = _aidl_data.readInt64(&in_token); in onTransact()
2403 _aidl_ret_status = _aidl_data.readInt64(reinterpret_cast<int64_t *>(&in_token)); in onTransact()
/system/libhwbinder/include/hwbinder/
DParcel.h142 int64_t readInt64() const;
143 status_t readInt64(int64_t *pArg) const;
/system/libhwbinder/
DParcel.cpp1007 status_t Parcel::readInt64(int64_t *pArg) const in readInt64() function in android::hardware::Parcel
1012 int64_t Parcel::readInt64() const in readInt64() function in android::hardware::Parcel
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp334 _aidl_ret_status = _aidl_data.readInt64(&in_longValue); in onTransact()