/hardware/interfaces/gnss/2.0/default/ |
D | AGnssRil.cpp | 44 Return<bool> AGnssRil::updateNetworkState(bool, V1_0::IAGnssRil::NetworkType, bool) { in updateNetworkState() argument 49 Return<bool> AGnssRil::updateNetworkAvailability(bool, const hidl_string&) { in updateNetworkAvailability() argument
|
D | GnssMeasurement.cpp | 60 const sp<V1_1::IGnssMeasurementCallback>&, bool) { in setCallback_1_1() argument 67 const sp<V2_0::IGnssMeasurementCallback>& callback, bool) { in setCallback_2_0() argument
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.cpp | 221 Return<void> Radio::setRadioPower(int32_t /* serial */, bool /* on */) { in setRadioPower() argument 246 bool /* modemCognitive */, bool /* roamingAllowed */, bool /* isRoaming */) { in setupDataCall() argument 294 Return<void> Radio::setCallWaiting(int32_t /* serial */, bool /* enable */, in setCallWaiting() argument 301 int32_t /* serial */, bool /* success */, in acknowledgeLastIncomingGsmSms() argument 313 bool /* reasonRadioShutDown */) { in deactivateDataCall() argument 327 bool /* lockState */, const hidl_string& /* password */, in setFacilityLockForApp() argument 382 Return<void> Radio::setMute(int32_t /* serial */, bool /* enable */) { in setMute() argument 402 Return<void> Radio::setSuppServiceNotifications(int32_t /* serial */, bool /* enable */) { in setSuppServiceNotifications() argument 441 Return<void> Radio::handleStkCallSetupRequestFromSim(int32_t /* serial */, bool /* accept */) { in handleStkCallSetupRequestFromSim() argument 467 Return<void> Radio::setLocationUpdates(int32_t /* serial */, bool /* enable */) { in setLocationUpdates() argument [all …]
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | command_printer.py | 99 def read_int(self, size: int, signed: bool = False, big_endian: bool = False) -> int: 119 signed: bool = False, 120 big_endian: bool = False, 121 optional: bool = False, 208 def write_struct(self, field_name: str, struct_fn, optional: bool, count: Optional[int],
|
/hardware/interfaces/gnss/common/utils/vts/include/v2_1/ |
D | GnssCallback.h | 77 Return<void> gnssRequestLocationCb(bool /* independentFromGnss */) override { return Void(); } in gnssRequestLocationCb() argument 88 Return<void> gnssRequestLocationCb_2_0(bool /* independentFromGnss */, in gnssRequestLocationCb_2_0() argument
|
/hardware/interfaces/gnss/common/utils/default/v2_1/ |
D | GnssMeasurement.cpp | 54 const sp<V1_1::IGnssMeasurementCallback>&, bool) { in setCallback_1_1() argument 61 const sp<V2_0::IGnssMeasurementCallback>& callback, bool) { in setCallback_2_0() argument 77 const sp<V2_1::IGnssMeasurementCallback>& callback, bool) { in setCallback_2_1() argument
|
/hardware/interfaces/tv/mediaquality/aidl/default/hal/ |
D | media_quality_hal_impl.rs | 150 fn getAmbientBacklightDetectionEnabled(&self) -> binder::Result<bool> { in getAmbientBacklightDetectionEnabled() 155 fn isAutoPqSupported(&self) -> binder::Result<bool> { in isAutoPqSupported() 160 fn getAutoPqEnabled(&self) -> binder::Result<bool> { in getAutoPqEnabled() 182 fn isAutoSrSupported(&self) -> binder::Result<bool> { in isAutoSrSupported() 187 fn getAutoSrEnabled(&self) -> binder::Result<bool> { in getAutoSrEnabled() 209 fn isAutoAqSupported(&self) -> binder::Result<bool> { in isAutoAqSupported() 214 fn getAutoAqEnabled(&self) -> binder::Result<bool> { in getAutoAqEnabled()
|
/hardware/interfaces/gnss/2.0/vts/functional/ |
D | gnss_hal_test.h | 85 Return<void> gnssRequestLocationCb(bool /* independentFromGnss */) override { in gnssRequestLocationCb() argument 98 Return<void> gnssRequestLocationCb_2_0(bool /* independentFromGnss */, in gnssRequestLocationCb_2_0() argument
|
/hardware/interfaces/gnss/aidl/vts/ |
D | GnssVisibilityControlCallback.cpp | 25 android::binder::Status GnssVisibilityControlCallback::isInEmergencySession(bool*) { in isInEmergencySession() argument
|
D | GnssCallbackAidl.cpp | 90 Status GnssCallbackAidl::gnssRequestLocationCb(const bool /* independentFromGnss */, in gnssRequestLocationCb()
|
/hardware/interfaces/gnss/1.1/default/ |
D | GnssConfiguration.cpp | 13 Return<bool> GnssConfiguration::setSuplEs(bool) { in setSuplEs() argument 43 Return<bool> GnssConfiguration::setEmergencySuplPdn(bool) { in setEmergencySuplPdn() argument
|
D | GnssMeasurement.cpp | 24 const sp<::android::hardware::gnss::V1_1::IGnssMeasurementCallback>&, bool) { in setCallback_1_1() argument
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_sim_indication.cpp | 64 bool /*activate*/) { in subscriptionStatusChanged() argument 69 RadioIndicationType /*type*/, bool /*enabled*/) { in uiccApplicationsEnablementChanged() argument
|
D | radio_voice_response.cpp | 76 bool /*enable*/, in getCallWaitingResponse() argument 113 bool /*enable*/) { in getMuteResponse() argument 120 const RadioResponseInfo& info, bool /*enable*/) { in getPreferredVoicePrivacyResponse() argument 161 bool /*enabled*/) { in isVoNrEnabledResponse() argument
|
D | radio_voice_indication.cpp | 21 ndk::ScopedAStatus RadioVoiceIndication::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, in callRing() argument 59 bool /*start*/) { in indicateRingbackTone() argument
|
D | radio_network_response.cpp | 82 const RadioResponseInfo& info, bool /*isRegistered*/, RadioTechnologyFamily /*ratFamily*/) { in getImsRegistrationStateResponse() argument 89 const RadioResponseInfo& info, bool /*manual*/) { in getNetworkSelectionModeResponse() argument 305 const RadioResponseInfo& info, bool /*isEnabled*/) { in isNullCipherAndIntegrityEnabledResponse() argument 312 const RadioResponseInfo& info, bool /*isEnabled*/) { in isN1ModeEnabledResponse() argument
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_vector_relational.inl | 76 GLM_FUNC_QUALIFIER bool any(vecType<bool, P> const & v) 85 GLM_FUNC_QUALIFIER bool all(vecType<bool, P> const & v) 94 GLM_FUNC_QUALIFIER vecType<bool, P> not_(vecType<bool, P> const & v)
|
/hardware/google/pixel/thermal/tests/ |
D | thermal_looper_test.cpp | 71 std::vector<Temperature> *temperatures) { in TEST_F()
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | RadioNetwork.cpp | 334 ScopedAStatus RadioNetwork::cancelEmergencyNetworkScan(int32_t serial, bool) { in cancelEmergencyNetworkScan() argument 348 ScopedAStatus RadioNetwork::setNullCipherAndIntegrityEnabled(int32_t serial, bool) { in setNullCipherAndIntegrityEnabled() argument 369 ScopedAStatus RadioNetwork::setN1ModeEnabled(int32_t serial, bool /*enable*/) { in setN1ModeEnabled() argument 384 bool /*enabled*/) { in setCellularIdentifierTransparencyEnabled() argument 398 ScopedAStatus RadioNetwork::setSecurityAlgorithmsUpdatedEnabled(int32_t serial, bool /*enable*/) { in setSecurityAlgorithmsUpdatedEnabled() argument 414 ScopedAStatus RadioNetwork::setSatelliteEnabledForCarrier(int32_t serial, bool /*enable*/) { in setSatelliteEnabledForCarrier() argument
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | HidlUtils.cpp | 31 status_t HidlUtils::audioConfigFromHal(const audio_config_t& halConfig, bool, AudioConfig* config) { in audioConfigFromHal() argument 50 status_t HidlUtils::audioGainConfigFromHal(const struct audio_gain_config& halConfig, bool, in audioGainConfigFromHal() argument 75 status_t HidlUtils::audioGainFromHal(const struct audio_gain& halGain, bool, AudioGain* gain) { in audioGainFromHal() argument
|
/hardware/interfaces/gatekeeper/1.0/software/ |
D | SoftGateKeeper.h | 101 virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t* record, in GetFailureRecord() argument 113 virtual bool ClearFailureRecord(uint32_t uid, secure_id_t user_id, bool /* secure */) { in ClearFailureRecord() argument 121 virtual bool WriteFailureRecord(uint32_t uid, failure_record_t* record, bool /* secure */) { in WriteFailureRecord() argument
|
/hardware/google/aemu/base/ |
D | TypeTraits_unittest.cpp | 30 auto lambda = [](bool) -> C* { return nullptr; }; in TEST() argument
|
/hardware/interfaces/gatekeeper/aidl/software/ |
D | SoftGateKeeper.h | 117 virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t* record, in GetFailureRecord() argument 129 virtual bool ClearFailureRecord(uint32_t uid, secure_id_t user_id, bool /* secure */) { in ClearFailureRecord() argument 137 virtual bool WriteFailureRecord(uint32_t uid, failure_record_t* record, bool /* secure */) { in WriteFailureRecord() argument
|
/hardware/interfaces/wifi/supplicant/1.4/vts/functional/ |
D | supplicant_p2p_iface_hidl_test.cpp | 97 const hidl_string& /* groupIfname */, bool /* isGo */, in onGroupStarted() argument 106 bool /* isGo */) override { in onGroupRemoved() argument 124 bool /* isRequest */, in onProvisionDiscoveryCompleted() argument
|
/hardware/interfaces/broadcastradio/aidl/rust_impl/src/ |
D | default_broadcastradio_hal.rs | 67 fn seek(&self, _direction_up : bool, _skip_sub_channel : bool) -> BinderResult<()> { in seek() 87 fn isConfigFlagSet(&self, _flag : ConfigFlag) -> BinderResult<bool> { in isConfigFlagSet()
|