HomeSort by relevance Sort by last modified time
    Searched full:property_get_int32 (Results 1 - 25 of 53) sorted by null

1 2 3

  /test/vts-testcase/vndk/golden/28/binder32/arm/lib/vndk-sp-28/
libcutils.so_symbol.dump 85 property_get_int32
  /test/vts-testcase/vndk/golden/28/binder32/x86/lib/vndk-sp-28/
libcutils.so_symbol.dump 85 property_get_int32
  /test/vts-testcase/vndk/golden/28/binder64/arm/lib/vndk-sp-28/
libcutils.so_symbol.dump 85 property_get_int32
  /test/vts-testcase/vndk/golden/28/binder64/arm64/lib/vndk-sp-28/
libcutils.so_symbol.dump 85 property_get_int32
  /test/vts-testcase/vndk/golden/28/binder64/arm64/lib64/vndk-sp-28/
libcutils.so_symbol.dump 85 property_get_int32
  /test/vts-testcase/vndk/golden/28/binder64/x86/lib/vndk-sp-28/
libcutils.so_symbol.dump 85 property_get_int32
  /test/vts-testcase/vndk/golden/28/binder64/x86_64/lib/vndk-sp-28/
libcutils.so_symbol.dump 85 property_get_int32
  /test/vts-testcase/vndk/golden/28/binder64/x86_64/lib64/vndk-sp-28/
libcutils.so_symbol.dump 85 property_get_int32
  /hardware/libhardware/modules/sensors/dynamic_sensor/
sensors.cpp 45 int32_t base = property_get_int32("sensor.dynamic_sensor_hal.handle_base", kDynamicHandleBase);
47 property_get_int32("sensor.dynamic_sensor_hal.handle_count", kMaxDynamicHandleCount);
  /system/bt/osi/include/
properties.h 38 // Adapter function for property_get_int32 in
  /system/bt/osi/src/
properties.cc 60 return property_get_int32(key, default_value);
  /device/google/wahoo/vibrator/
Vibrator.cpp 81 mClickDuration = property_get_int32("ro.vibrator.hal.click.duration", WAVEFORM_CLICK_EFFECT_MS);
82 mTickDuration = property_get_int32("ro.vibrator.hal.tick.duration", WAVEFORM_TICK_EFFECT_MS);
83 mHeavyClickDuration = property_get_int32(
  /system/core/storaged/
storaged.cpp 143 property_get_int32("ro.storaged.event.interval",
147 property_get_int32("ro.storaged.event.perf_check", 0);
150 property_get_int32("ro.storaged.disk_stats_pub",
154 property_get_int32("ro.storaged.uid_io.interval",
158 property_get_int32("ro.storaged.flush_proto.interval",
  /device/generic/goldfish/camera/
EmulatedCameraFactory.h 155 int degree = property_get_int32(key, 90);
164 int degree = property_get_int32(key, 90);
  /system/core/libcutils/include/cutils/
properties.h 85 /* property_get_int32: returns the value of key truncated and coerced into an
104 int32_t property_get_int32(const char *key, int32_t default_value);
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.cpp 625 int32_t prop = property_get_int32(propName, defaultValue);
653 int32_t prop = property_get_int32(AAUDIO_PROP_MIXER_BURSTS, defaultBursts);
665 int32_t prop = property_get_int32(AAUDIO_PROP_WAKEUP_DELAY_USEC, defaultMicros);
680 int32_t prop = property_get_int32(AAUDIO_PROP_MINIMUM_SLEEP_USEC, defaultMicros);
694 int32_t prop = property_get_int32(AAUDIO_PROP_HW_BURST_MIN_USEC, defaultMicros);
  /system/core/libcutils/
properties.cpp 103 int32_t property_get_int32(const char *key, int32_t default_value) { function
trace-dev.inc 65 int count = property_get_int32("debug.atrace.app_number", 0);
  /frameworks/av/media/audioserver/
main_audioserver.cpp 145 aaudio_policy_t mmapPolicy = property_get_int32(AAUDIO_PROP_MMAP_POLICY,
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 196 mPropertyEnableAtSampleRate = property_get_int32(
198 mPropertyHalfFilterLength = property_get_int32(
200 mPropertyStopbandAttenuation = property_get_int32(
202 mPropertyCutoffPercent = property_get_int32(
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-sp/
libcutils.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-sp/
libcutils.so 
  /system/core/lmkd/
lmkd.c     [all...]
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 237 setDebugFlags(property_get_int32("persist.nanohub.debug", 0));
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/
libcutils.so 

Completed in 428 milliseconds

1 2 3