HomeSort by relevance Sort by last modified time
    Searched defs:IsEnabled (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/v8/src/
log-utils.h 44 bool IsEnabled() {
  /system/bt/service/ipc/binder/
bluetooth_binder_server.cc 51 Status BluetoothBinderServer::IsEnabled(bool* _aidl_return) {
53 *_aidl_return = adapter_->IsEnabled();
143 if (!adapter_->IsEnabled()) {
160 if (!adapter_->IsEnabled()) {
178 if (!adapter_->IsEnabled()) {
195 if (!adapter_->IsEnabled()) {
212 if (!adapter_->IsEnabled()) {
  /art/runtime/jit/
profile_saver_options.h 63 bool IsEnabled() const {
  /art/runtime/openjdkjvmti/
events.cc 259 bool IsEnabled() {
278 bool old_state = listener->IsEnabled();
286 bool new_state = listener->IsEnabled();
  /external/chromium-trace/catapult/telemetry/telemetry/
decorators.py 208 def IsEnabled(test, possible_browser):
224 IsEnabled(benchmark, possible_browser)[0])
  /external/libchrome/base/
feature_list.cc 135 bool FeatureList::IsEnabled(const Feature& feature) {
  /system/tpm/trunks/
tpm_state_impl.cc 114 bool TpmStateImpl::IsEnabled() {
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 283 bool IsEnabled() const { return enabled_; }
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /external/autotest/client/cros/cellular/
modem1.py 217 def IsEnabled(self):
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 938 bool PortBase::IsEnabled(void)
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r11/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES_Android.h 56 SLresult (*IsEnabled) (SLAndroidEffectItf self,
88 SLresult (*IsEnabled) (

Completed in 1849 milliseconds

1 2 3 4 5 6 7 8 91011