Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 103) sorted by relevance

12345

/hardware/interfaces/gnss/2.0/default/
DAGnssRil.cpp44 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
DGnssMeasurement.cpp60 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/
DRadio.cpp221 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/
Dcommand_printer.py99 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/
DGnssCallback.h77 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/
DGnssMeasurement.cpp54 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/
Dmedia_quality_hal_impl.rs150 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/
Dgnss_hal_test.h85 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/
DGnssVisibilityControlCallback.cpp25 android::binder::Status GnssVisibilityControlCallback::isInEmergencySession(bool*) { in isInEmergencySession() argument
DGnssCallbackAidl.cpp90 Status GnssCallbackAidl::gnssRequestLocationCb(const bool /* independentFromGnss */, in gnssRequestLocationCb()
/hardware/interfaces/gnss/1.1/default/
DGnssConfiguration.cpp13 Return<bool> GnssConfiguration::setSuplEs(bool) { in setSuplEs() argument
43 Return<bool> GnssConfiguration::setEmergencySuplPdn(bool) { in setEmergencySuplPdn() argument
DGnssMeasurement.cpp24 const sp<::android::hardware::gnss::V1_1::IGnssMeasurementCallback>&, bool) { in setCallback_1_1() argument
/hardware/interfaces/radio/aidl/vts/
Dradio_sim_indication.cpp64 bool /*activate*/) { in subscriptionStatusChanged() argument
69 RadioIndicationType /*type*/, bool /*enabled*/) { in uiccApplicationsEnablementChanged() argument
Dradio_voice_response.cpp76 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
Dradio_voice_indication.cpp21 ndk::ScopedAStatus RadioVoiceIndication::callRing(RadioIndicationType /*type*/, bool /*isGsm*/, in callRing() argument
59 bool /*start*/) { in indicateRingbackTone() argument
Dradio_network_response.cpp82 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/
Dfunc_vector_relational.inl76 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/
Dthermal_looper_test.cpp71 std::vector<Temperature> *temperatures) { in TEST_F()
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioNetwork.cpp334 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/
DHidlUtils.cpp31 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/
DSoftGateKeeper.h101 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/
DTypeTraits_unittest.cpp30 auto lambda = [](bool) -> C* { return nullptr; }; in TEST() argument
/hardware/interfaces/gatekeeper/aidl/software/
DSoftGateKeeper.h117 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/
Dsupplicant_p2p_iface_hidl_test.cpp97 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/
Ddefault_broadcastradio_hal.rs67 fn seek(&self, _direction_up : bool, _skip_sub_channel : bool) -> BinderResult<()> { in seek()
87 fn isConfigFlagSet(&self, _flag : ConfigFlag) -> BinderResult<bool> { in isConfigFlagSet()

12345