Home
last modified time | relevance | path

Searched refs:property_get_int32 (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.cpp550 int32_t prop = property_get_int32(propName, defaultValue); in AAudioProperty_getMMapProperty()
578 int32_t prop = property_get_int32(AAUDIO_PROP_MIXER_BURSTS, defaultBursts); in AAudioProperty_getMixerBursts()
590 int32_t prop = property_get_int32(AAUDIO_PROP_WAKEUP_DELAY_USEC, defaultMicros); in AAudioProperty_getWakeupDelayMicros()
605 int32_t prop = property_get_int32(AAUDIO_PROP_MINIMUM_SLEEP_USEC, defaultMicros); in AAudioProperty_getMinimumSleepMicros()
619 int32_t prop = property_get_int32(AAUDIO_PROP_HW_BURST_MIN_USEC, defaultMicros); in AAudioProperty_getHardwareBurstMinMicros()
633 int32_t prop = property_get_int32(propertyName, defaultMicros); in AAudioProperty_getMMapOffsetMicros()
653 return property_get_int32(AAUDIO_PROP_LOG_MASK, 0); in AAudioProperty_getLogMask()
/aosp12/system/core/storaged/
H A Dstoraged.cpp142 property_get_int32("ro.storaged.event.interval", in storaged_t()
146 property_get_int32("ro.storaged.event.perf_check", 0); in storaged_t()
149 property_get_int32("ro.storaged.disk_stats_pub", in storaged_t()
153 property_get_int32("ro.storaged.uid_io.interval", in storaged_t()
157 property_get_int32("ro.storaged.flush_proto.interval", in storaged_t()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/
H A Dsensors.cpp45 int32_t base = property_get_int32("sensor.dynamic_sensor_hal.handle_base", kDynamicHandleBase); in SensorContext()
47 property_get_int32("sensor.dynamic_sensor_hal.handle_count", kMaxDynamicHandleCount); in SensorContext()
/aosp12/frameworks/av/services/mediatranscoding/
H A DMediaTranscodingService.cpp70 property_get_int32("persist.transcoding.burst_count_quota", -1); in MediaTranscodingService()
72 property_get_int32("persist.transcoding.burst_time_quota_seconds", -1); in MediaTranscodingService()
/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp195 mPropertyEnableAtSampleRate = property_get_int32( in AudioResamplerDyn()
197 mPropertyHalfFilterLength = property_get_int32( in AudioResamplerDyn()
199 mPropertyStopbandAttenuation = property_get_int32( in AudioResamplerDyn()
201 mPropertyCutoffPercent = property_get_int32( in AudioResamplerDyn()
203 mPropertyTransitionBandwidthCheat = property_get_int32( in AudioResamplerDyn()
/aosp12/hardware/google/av/media/eco/
H A DECODebug.cpp26 gECOLogLevel = property_get_int32(kDebugLogsLevelProperty, 0); in updateLogLevel()
H A DECOSession.cpp82 mLogStatsEntries = mLogStats ? property_get_int32(kDebugLogStatsSize, 0) : 0; in ECOSession()
85 mLogInfoEntries = mLogInfo ? property_get_int32(kDebugLogInfosSize, 0) : 0; in ECOSession()
/aosp12/system/bt/osi/src/
H A Dproperties.cc60 return property_get_int32(key, default_value); in osi_property_get_int32()
/aosp12/hardware/interfaces/audio/common/all-versions/default/service/
H A Dservice.cpp54 property_get_int32("persist.vendor.audio.service.hwbinder.size_kbyte", defaultValue); in main()
/aosp12/system/core/libcutils/include/cutils/
H A Dproperties.h107 int32_t property_get_int32(const char *key, int32_t default_value);
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dproperties.h107 int32_t property_get_int32(const char *key, int32_t default_value);
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dservice.cc54 int start_count = property_get_int32("vendor.camera.hal.start.count", 0); in main()
H A Dhidl_profiler.cc281 int32_t latency_flag = property_get_int32( in Create()
283 int32_t fps_flag = property_get_int32(kPropKeyProfileFps, in Create()
/aosp12/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp149 aaudio_policy_t mmapPolicy = property_get_int32(AAUDIO_PROP_MMAP_POLICY, in main()
/aosp12/frameworks/native/services/gpuservice/gpustats/
H A DGpuStats.cpp175 mGlobalStats[0].cpuVulkanVersion = property_get_int32("ro.cpuvulkan.version", 0); in interceptSystemDriverStatsLocked()
176 mGlobalStats[0].glesVersion = property_get_int32("ro.opengles.version", 0); in interceptSystemDriverStatsLocked()
/aosp12/system/core/libcutils/
H A Dproperties_test.cpp332 TEST_F(PropertiesTest, property_get_int32) { in TEST_F() argument
374 int32_t val = property_get_int32(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F()
H A Dproperties.cpp77 int32_t property_get_int32(const char* key, int32_t default_value) { in property_get_int32() function
/aosp12/frameworks/native/services/gpuservice/tests/unittests/
H A DGpuStatsTest.cpp79 mCpuVulkanVersion = property_get_int32("ro.cpuvulkan.version", 0); in SetUp()
80 mGlesVersion = property_get_int32("ro.opengles.version", 0); in SetUp()
/aosp12/hardware/st/nfc/st21nfc/
H A Dhal_wrapper.cc122 isDebuggable = property_get_int32("ro.debuggable", 0); in hal_wrapper_open()
389 property_get_int32("persist.vendor.nfc.firmware_debug_enabled", 0); in halWrapperDataCallback()
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dutils.c544 const int retry_limit = property_get_int32( in audio_extn_utils_get_snd_card_num()
546 property_get_int32("audio.snd_card.open.retries", RETRY_NUMBER)); in audio_extn_utils_get_snd_card_num()
/aosp12/frameworks/av/services/audioflinger/
H A DNBAIO_Tee.h183 ? property_get_int32("af.tee", 0) : 0; in set()
/aosp12/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc156 isDebuggable = property_get_int32("ro.debuggable", 0); in debug_nfcsnoop_init()
/aosp12/frameworks/av/media/libmediametrics/
H A DMediaMetricsItem.cpp352 int enabled = property_get_int32(Item::EnabledProperty, -1); in isEnabled()
354 enabled = property_get_int32(Item::EnabledPropertyPersist, -1); in isEnabled()
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp105 int32_t reqFMQSize = property_get_int32("ro.vendor.camera.req.fmq.size", /*default*/-1); in initialize()
107 reqFMQSize = property_get_int32("ro.camera.req.fmq.size", /*default*/-1); in initialize()
129 int32_t resFMQSize = property_get_int32("ro.vendor.camera.res.fmq.size", /*default*/-1); in initialize()
131 resFMQSize = property_get_int32("ro.camera.res.fmq.size", /*default*/-1); in initialize()
/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A DExternalCameraProviderImpl_2_4.cpp74 property_get_int32("ro.vendor.camera.external.hal3TrebleMinorVersion", 4); in ExternalCameraProviderImpl_2_4()

123