Searched refs:property_get_int64 (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/av/services/mediacodec/ |
H A D | main_codecservice.cpp | 62 property_get_int64("vendor.media.omx", 1) ? omx : nullptr); in main()
|
/aosp12/frameworks/av/media/utils/ |
H A D | LimitProcessMemory.cpp | 56 int64_t propVal = property_get_int64(property, maxMem); in limitProcessMemory()
|
/aosp12/system/core/libcutils/include/cutils/ |
H A D | properties.h | 86 int64_t property_get_int64(const char *key, int64_t default_value);
|
/aosp12/system/core/libcutils/include_outside_system/cutils/ |
H A D | properties.h | 86 int64_t property_get_int64(const char *key, int64_t default_value);
|
/aosp12/system/core/libcutils/ |
H A D | properties_test.cpp | 285 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 D | properties.cpp | 73 int64_t property_get_int64(const char* key, int64_t default_value) { in property_get_int64() function
|
/aosp12/frameworks/av/drm/drmserver/ |
H A D | DrmManager.cpp | 108 …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 D | hardware_composer.cpp | 758 property_get_int64(kRightEyeOffsetProperty, offsets.right_ns); in PostThread()
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | MyHandler.h | 1998 startupTimeoutUs = property_get_int64("media.rtsp.timeout-us", kStartupTimeoutUs); in postTimeout()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | Threads.cpp | 2046 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64( 7333 mTimestampCorrectedDevice = (audio_devices_t)property_get_int64( in RecordThread()
|