Home
last modified time | relevance | path

Searched refs:property_get_int64 (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/services/mediacodec/
H A Dmain_codecservice.cpp62 property_get_int64("vendor.media.omx", 1) ? omx : nullptr); in main()
/aosp12/frameworks/av/media/utils/
H A DLimitProcessMemory.cpp56 int64_t propVal = property_get_int64(property, maxMem); in limitProcessMemory()
/aosp12/system/core/libcutils/include/cutils/
H A Dproperties.h86 int64_t property_get_int64(const char *key, int64_t default_value);
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dproperties.h86 int64_t property_get_int64(const char *key, int64_t default_value);
/aosp12/system/core/libcutils/
H A Dproperties_test.cpp285 TEST_F(PropertiesTest, property_get_int64) { in TEST_F() argument
327 int64_t val = property_get_int64(PROPERTY_TEST_KEY, DEFAULT_VALUE); in TEST_F()
H A Dproperties.cpp73 int64_t property_get_int64(const char* key, int64_t default_value) { in property_get_int64() function
/aosp12/frameworks/av/drm/drmserver/
H A DDrmManager.cpp108 …return 1000 * 1000 * std::max(1ll, (long long)property_get_int64("drmmanager.metrics.period", 8640… in getMetricsFlushPeriodUs()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp758 property_get_int64(kRightEyeOffsetProperty, offsets.right_ns); in PostThread()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1998 startupTimeoutUs = property_get_int64("media.rtsp.timeout-us", kStartupTimeoutUs); in postTimeout()
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp2046 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64(
7333 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64( in RecordThread()