Home
last modified time | relevance | path

Searched refs:readBool (Results 1 – 12 of 12) sorted by relevance

/system/connectivity/wificond/
Ddevice_wiphy_capabilities.cpp52 RETURN_IF_FAILED(parcel->readBool(&is80211nSupported_)); in readFromParcel()
53 RETURN_IF_FAILED(parcel->readBool(&is80211acSupported_)); in readFromParcel()
54 RETURN_IF_FAILED(parcel->readBool(&is80211axSupported_)); in readFromParcel()
55 RETURN_IF_FAILED(parcel->readBool(&is160MhzSupported_)); in readFromParcel()
56 RETURN_IF_FAILED(parcel->readBool(&is80p80MhzSupported_)); in readFromParcel()
/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_included_service.cc53 status = parcel->readBool(&primary_); in readFromParcel()
Dbluetooth_gatt_service.cc61 status = parcel->readBool(&primary_); in readFromParcel()
/system/connectivity/wificond/scanning/
Dsingle_scan_settings.cpp67 RETURN_IF_FAILED(parcel->readBool(&enable_6ghz_rnr_)); in readFromParcel()
/system/libhwbinder/include/hwbinder/
DParcel.h151 bool readBool() const;
152 status_t readBool(bool *pArg) const;
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h508 if (reply.readBool(&tokenCreated) != OK) {
545 if (reply.readBool(&mHasConverter) != OK) {
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DStructuredParcelable.cpp124 _aidl_ret_status = _aidl_parcel->readBool(&booleanDefaultsToTrue); in readFromParcel()
172 _aidl_ret_status = _aidl_parcel->readBool(&boolDefault); in readFromParcel()
DParcelableForToString.cpp100 _aidl_ret_status = _aidl_parcel->readBool(&booleanValue); in readFromParcel()
DITestService.cpp167 _aidl_ret_status = _aidl_reply.readBool(_aidl_return); in RepeatBoolean()
1133 _aidl_ret_status = _aidl_reply.readBool(_aidl_return); in VerifyName()
2143 _aidl_ret_status = _aidl_data.readBool(&in_token); in onTransact()
3361 _aidl_ret_status = _aidl_data.readBool(&in_return_null); in onTransact()
/system/iorap/include/binder/
Dapp_launch_event.h239 res = parcel->readBool(/*out*/&value); in ReadNullableProto()
/system/libhwbinder/
DParcel.cpp1093 status_t Parcel::readBool(bool *pArg) const in readBool() function in android::hardware::Parcel
1101 bool Parcel::readBool() const in readBool() function in android::hardware::Parcel
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp302 _aidl_ret_status = _aidl_data.readBool(&in_boolValue); in onTransact()