Home
last modified time | relevance | path

Searched refs:ro (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/cmds/incident_helper/tests/
DSystemPropertiesParser_test.cpp68 SystemPropertiesProto::Ro* ro = expected.mutable_ro(); in TEST_F() local
69 ro->mutable_boot()->add_boottime("1BLL:85"); in TEST_F()
70 ro->mutable_boot()->add_boottime("1BLE:898"); in TEST_F()
71 ro->mutable_boot()->add_boottime("2BLL:0"); in TEST_F()
72 ro->mutable_boot()->add_boottime("2BLE:862"); in TEST_F()
73 ro->mutable_boot()->add_boottime("SW:6739"); in TEST_F()
74 ro->mutable_boot()->add_boottime("KL:340"); in TEST_F()
75 ro->mutable_bootimage()->set_build_date_utc(1509394807LL); in TEST_F()
76 ro->mutable_bootimage()->set_build_fingerprint( in TEST_F()
78 ro->mutable_hardware()->set_value("marlin"); in TEST_F()
[all …]
/frameworks/base/cmds/incident_helper/testdata/
Dsystem_properties.txt9 [ro.boot.boottime]: [1BLL:85,1BLE:898,2BLL:0,2BLE:862,SW:6739,KL:340]
10 [ro.bootimage.build.date.utc]: [1509394807]
11 [ro.bootimage.build.fingerprint]: [google/marlin/marlin:P/MASTER/jinyithu10301320:eng/dev-keys]
12 [ro.hardware]: [marlin]
13 [ro.hardware.power]: [marlin-profile]
14 [ro.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi]
15 [ro.product.vendor.brand]: [google]
16 [ro.wifi.channels]: []
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop41 prop_name: "ro.surface_flinger.vsync_event_phase_offset_ns"
49 prop_name: "ro.surface_flinger.vsync_sf_event_phase_offset_ns"
58 prop_name: "ro.surface_flinger.use_context_priority"
67 prop_name: "ro.surface_flinger.max_frame_buffer_acquired_buffers"
85 prop_name: "ro.surface_flinger.has_wide_color_display"
95 prop_name: "ro.surface_flinger.running_without_sync_framework"
105 # ro.surface_flinger.has_HDR_display to true in device.mk
106 # ro.surface_flinger.has_wide_color_display must be set to true when
107 # ro.surface_flinger.has_HDR_display is true.
113 prop_name: "ro.surface_flinger.has_HDR_display"
[all …]
/frameworks/base/cmds/incident_helper/src/parsers/
DSystemPropertiesParser.cpp109 Message ro(&roTable); in Parse() local
115 ro.addSubMessage(SystemPropertiesProto::Ro::BOOT, &boot); in Parse()
121 ro.addSubMessage(SystemPropertiesProto::Ro::BOOTIMAGE, &bootimage); in Parse()
133 ro.addSubMessage(SystemPropertiesProto::Ro::BUILD, &build); in Parse()
139 ro.addSubMessage(SystemPropertiesProto::Ro::CONFIG, &config); in Parse()
145 ro.addSubMessage(SystemPropertiesProto::Ro::HARDWARE, &hardware); in Parse()
157 ro.addSubMessage(SystemPropertiesProto::Ro::PRODUCT, &product); in Parse()
163 ro.addSubMessage(SystemPropertiesProto::Ro::TELEPHONY, &telephony); in Parse()
169 ro.addSubMessage(SystemPropertiesProto::Ro::VENDOR, &vendor); in Parse()
171 sysProp.addSubMessage(SystemPropertiesProto::RO, &ro); in Parse()
/frameworks/base/libs/hwui/
DHWUIProperties.sysprop6 prop_name: "ro.hwui.use_vulkan"
13 prop_name: "ro.hwui.render_ahead"
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/
Dtuningfork_clearcut_log.proto17 // From system property 'ro.build.fingerprint'.
20 // From system property 'ro.build.version.sdk'.
/frameworks/opt/gamesdk/src/tuningfork/proto/
Dtuningfork_clearcut_log.proto17 // From system property 'ro.build.fingerprint'.
20 // From system property 'ro.build.version.sdk'.
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/
Dtuningfork_clearcut_log.proto17 // From system property 'ro.build.fingerprint'.
20 // From system property 'ro.build.version.sdk'.
/frameworks/opt/gamesdk/test/tuningfork/proto/
Dtuningfork_clearcut_log.proto17 // From system property 'ro.build.fingerprint'.
20 // From system property 'ro.build.version.sdk'.
/frameworks/rs/perf-test-scripts/
Dget-thermal40 echo Device: `adb shell getprop ro.product.model`
Dset-gpu-freq42 echo Device: `adb shell getprop ro.product.model`
Dget-freq34 echo Device: `adb shell getprop ro.product.model`
Dset-cpu-freq42 echo Device: `adb shell getprop ro.product.model`
/frameworks/native/cmds/installd/
Dotapreopt_slot.sh21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
/frameworks/base/libs/hwui/tests/scripts/
Dprep_generic.sh64 DEVICE=`getprop ro.product.device`
65 MODEL=`getprop ro.product.model`
/frameworks/base/cmds/statsd/
Dstatsd.rc22 on property:ro.statsd.enable=false
/frameworks/base/core/jni/
Druntime_native_boot-flags-test.sh261 case $(adb shell getprop ro.zygote) in
/frameworks/native/opengl/tests/angeles/
DREADME.txt24 available from this address: http://jet.ro/files/angeles.zip
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md247 adb shell getprop ro.build.version.sdk
249 adb shell getprop ro.build.version.sdk
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto397 // value of ro.hardware itself
519 optional Ro ro = 21; field