Home
last modified time | relevance | path

Searched refs:property_get_bool (Results 1 – 25 of 85) sorted by relevance

1234

/aosp12/system/media/audio/include/system/
H A Daudio_config.h65 if (property_get_bool("ro.bluetooth.a2dp_offload.supported", false)) { in audio_get_audio_policy_config_file()
66 if (property_get_bool("persist.bluetooth.bluetooth_audio_hal.disabled", false) && in audio_get_audio_policy_config_file()
67 property_get_bool("persist.bluetooth.a2dp_offload.disabled", false)) { in audio_get_audio_policy_config_file()
72 } else if (property_get_bool("persist.bluetooth.a2dp_offload.disabled", false)) { in audio_get_audio_policy_config_file()
77 } else if (property_get_bool("persist.bluetooth.bluetooth_audio_hal.disabled", false)) { in audio_get_audio_policy_config_file()
/aosp12/system/core/libcutils/
H A Dproperties_test.cpp220 ASSERT_FALSE(property_get_bool(PROPERTY_TEST_KEY, true)); in TEST_F()
225 ASSERT_TRUE(property_get_bool(PROPERTY_TEST_KEY, false)); in TEST_F()
230 ASSERT_FALSE(property_get_bool(PROPERTY_TEST_KEY, true)); in TEST_F()
235 ASSERT_FALSE(property_get_bool(PROPERTY_TEST_KEY, true)); in TEST_F()
240 ASSERT_FALSE(property_get_bool(PROPERTY_TEST_KEY, true)); in TEST_F()
245 ASSERT_FALSE(property_get_bool(PROPERTY_TEST_KEY, true)); in TEST_F()
250 ASSERT_TRUE(property_get_bool(PROPERTY_TEST_KEY, false)); in TEST_F()
255 ASSERT_TRUE(property_get_bool(PROPERTY_TEST_KEY, false)); in TEST_F()
260 ASSERT_TRUE(property_get_bool(PROPERTY_TEST_KEY, false)); in TEST_F()
265 ASSERT_TRUE(property_get_bool(PROPERTY_TEST_KEY, false)); in TEST_F()
[all …]
H A Dproperties.cpp27 int8_t property_get_bool(const char* key, int8_t default_value) { in property_get_bool() function
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimationUtil.cpp54 if (!property_get_bool("ro.bootanim.quiescent.enabled", false)) { in bootAnimationDisabled()
95 if (!property_get_bool(PLAY_SOUND_PROP_NAME, 1)) { in playSoundsAllowed()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiAllocator.cpp46 property_get_bool("vendor.gralloc.use_system_heap_for_sensors", 1); in get_properties()
48 props->ubwc_disable = property_get_bool("vendor.gralloc.disable_ubwc", 0); in get_properties()
50 props->ahardware_buffer_disable = property_get_bool("vendor.gralloc.disable_ahardware_buffer", 0); in get_properties()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiAllocator.cpp46 property_get_bool("vendor.gralloc.use_system_heap_for_sensors", 1); in get_properties()
48 props->ubwc_disable = property_get_bool("vendor.gralloc.disable_ubwc", 0); in get_properties()
50 props->ahardware_buffer_disable = property_get_bool("vendor.gralloc.disable_ahardware_buffer", 0); in get_properties()
/aosp12/hardware/qcom/audio/post_proc/
H A Dvolume_listener.c677 dumping_enabled = property_get_bool( in init_once()
679 property_get_bool("audio.volume.listener.dump", false)); in init_once()
680 headset_cal_enabled = property_get_bool( in init_once()
682 property_get_bool("audio.volume.headset.gain.depcal", false)); in init_once()
/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A Dservice.cpp48 if (property_get_bool("ro.vendor.camera.provider24.disable_mem_init", false)) { in main()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp61 int8_t value = property_get_bool("debug.stagefright.profilecodec", 0); in isProfilingNeeded()
233 bool dedupe = property_get_bool("debug.stagefright.dedupe-codecs", true); in MediaCodecList()
399 property_get_bool("debug.stagefright.swcodec", false)) { in findMatchingCodecs()
H A DMediaExtractorFactory.cpp47 if (!property_get_bool("media.stagefright.extractremote", true)) { in Create()
284 gIgnoreVersion = property_get_bool("debug.extractor.ignore_version", false); in LoadExtractors()
/aosp12/system/bt/osi/src/
H A Dproperties.cc68 return property_get_bool(key, default_value); in osi_property_get_bool()
/aosp12/system/core/libcutils/include/cutils/
H A Dproperties.h65 int8_t property_get_bool(const char *key, int8_t default_value);
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dproperties.h65 int8_t property_get_bool(const char *key, int8_t default_value);
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DFoundationUtils.cpp36 if (property_get_bool("media.stagefright.log-uri", false)) { in uriDebugString()
/aosp12/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp56 bool doLog = (bool) property_get_bool("ro.test_harness", 0); in main()
/aosp12/system/bt/test/headless/
H A DAndroid.bp69 "libcutils", // property_get_bool
/aosp12/hardware/google/av/media/eco/
H A DECOService.cpp52 bool disable = property_get_bool(kDisableEcoServiceProperty, false); in obtainSession()
H A DECOSession.cpp81 mLogStats = property_get_bool(kDebugLogStats, false); in ECOSession()
84 mLogInfo = property_get_bool(kDebugLogStats, false); in ECOSession()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerDefaultFactory.cpp60 if (property_get_bool("debug.sf.use_phase_offsets_as_durations", false)) { in createVsyncConfiguration()
/aosp12/frameworks/av/services/mediatranscoding/
H A DMediaTranscodingService.cpp54 bool simulated = property_get_bool("debug.transcoding.simulated_transcoder", false); in MediaTranscodingService()
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Ddepth_process_block.cc74 property_get_bool("persist.vendor.camera.rgbird.forceinternal", false); in Create()
79 block->pipelined_depth_engine_enabled_ = property_get_bool( in Create()
89 property_get_bool("vendor.camera.frontdepth.enableautocal", true); in Create()
H A Drgbird_rt_request_processor.cc80 property_get_bool("persist.vendor.camera.rgbird.forceinternal", false); in Create()
87 property_get_bool("vendor.camera.frontdepth.enableautocal", true); in Create()
/aosp12/hardware/google/camera/common/hal/utils/
H A Dhal_utils.cc345 if (property_get_bool("persist.vendor.camera.hdrplus.disable", false)) { in IsStreamHdrplusCompatible()
365 if (property_get_bool("persist.vendor.camera.fatp.enable", false)) { in IsStreamHdrplusCompatible()
457 if (property_get_bool("persist.vendor.camera.rgbird.forceinternal", false)) { in IsStreamHdrplusCompatible()
/aosp12/frameworks/av/services/audioflinger/
H A DNBAIO_Tee.h182 static const int teeConfig = property_get_bool("ro.debuggable", false) in set()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerHistory.cpp52 return property_get_bool("debug.sf.layer_history_trace", false); in traceEnabled()

1234