/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/ |
libcutils.so | |
/system/core/libcutils/tests/ |
PropertiesTest.cpp | 355 int32_t val = property_get_int32(PROPERTY_TEST_KEY, DEFAULT_VALUE);
|
/frameworks/av/media/libmediametrics/ |
MediaAnalyticsItem.cpp | 872 int enabled = property_get_int32(MediaAnalyticsItem::EnabledProperty, -1); 875 enabled = property_get_int32(MediaAnalyticsItem::EnabledPropertyPersist, -1);
|
/frameworks/base/libs/hwui/pipeline/skia/ |
SkiaPipeline.cpp | 285 mCaptureSequence = property_get_int32(PROPERTY_CAPTURE_SKP_FRAMES, 1);
|
/hardware/qcom/audio/hal/audio_extn/ |
utils.c | 523 const int retry_limit = property_get_int32("audio.snd_card.open.retries", RETRY_NUMBER);
|
/prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/ |
libcutils.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/32/x86/source-based/ |
libcutils.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/ |
libcutils.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/ |
libcutils.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86/source-based/ |
libcutils.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/ |
libcutils.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/ |
libcutils.so.lsdump.gz | |
/hardware/interfaces/camera/device/3.2/default/ |
CameraDeviceSession.cpp | 99 int32_t reqFMQSize = property_get_int32("ro.camera.req.fmq.size", /*default*/-1); 114 int32_t resFMQSize = property_get_int32("ro.camera.res.fmq.size", /*default*/-1); [all...] |
/hardware/interfaces/camera/provider/2.4/default/ |
CameraProvider.cpp | 302 property_get_int32("ro.vendor.camera.wrapper.hal3TrebleMinorVersion", 3);
|
/system/media/alsa_utils/ |
alsa_device_profile.c | 116 unsigned period_us = property_get_int32("ro.audio.usb.period_us", PERIOD_DURATION_US);
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.cpp | 215 property_get_int32(PROP_DRC_OVERRIDE_EFFECT, DRC_DEFAULT_MOBILE_DRC_EFFECT); [all...] |
/frameworks/native/services/vr/hardware_composer/impl/ |
vr_hwc.cpp | 376 int32_t dpi = property_get_int32("ro.vr.hwc.dpi", kDefaultDPI);
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
NuPlayer2Renderer.cpp | 64 return property_get_int32( [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerRenderer.cpp | 65 return property_get_int32( [all...] |
/hardware/google/av/media/sfplugin/ |
CCodecBufferChannel.cpp | [all...] |
/hardware/qcom/audio/hal/msm8916/ |
platform.c | [all...] |
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
VtsHalCameraProviderV2_4TargetTest.cpp | [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | 331 auto listSize = property_get_int32("debug.sf.max_igbp_list_size", int32_t(defaultListSize)); [all...] |
/device/google/marlin/camera/QCamera2/HAL3/ |
QCamera3Channel.cpp | 100 mYUVDump = property_get_int32("persist.camera.dumpimg", 0); [all...] |