Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c203 struct chreSensorSamplingStatusEvent change; in chreappProcessConfigEvt() local
205 change.sensorHandle = msg->sensorHandle; in chreappProcessConfigEvt()
207 change.status.enabled = 0; in chreappProcessConfigEvt()
208 change.status.interval = 0; in chreappProcessConfigEvt()
209 change.status.latency = 0; in chreappProcessConfigEvt()
211 change.status.enabled = true; in chreappProcessConfigEvt()
215 change.status.interval = CHRE_SENSOR_INTERVAL_DEFAULT; in chreappProcessConfigEvt()
217 change.status.interval = (UINT32_C(1024000000) / msg->newRate) * UINT64_C(1000); in chreappProcessConfigEvt()
220 change.status.latency = CHRE_SENSOR_INTERVAL_DEFAULT; in chreappProcessConfigEvt()
222 change.status.latency = msg->newLatency; in chreappProcessConfigEvt()
[all …]
Dchre_app.c203 struct chreSensorSamplingStatusEvent change; in chreappProcessConfigEvt() local
205 change.sensorHandle = msg->sensorHandle; in chreappProcessConfigEvt()
207 change.status.enabled = 0; in chreappProcessConfigEvt()
208 change.status.interval = 0; in chreappProcessConfigEvt()
209 change.status.latency = 0; in chreappProcessConfigEvt()
211 change.status.enabled = true; in chreappProcessConfigEvt()
215 change.status.interval = CHRE_SENSOR_INTERVAL_DEFAULT; in chreappProcessConfigEvt()
217 change.status.interval = (UINT32_C(1024000000) / msg->newRate) * UINT64_C(1000); in chreappProcessConfigEvt()
220 change.status.latency = CHRE_SENSOR_INTERVAL_DEFAULT; in chreappProcessConfigEvt()
222 change.status.latency = msg->newLatency; in chreappProcessConfigEvt()
[all …]
/device/generic/goldfish/
DAndroid.bp27 // Added automatically by a large-scale-change that took the approach of
41 // large-scale-change filtered out the below license kinds as false-positives:
51 // large-scale-change unable to identify any license_text files
/device/generic/vulkan-cereal/
D.clang-format2 # for the AyeAye presubmit check. If you change this file, please also change the location above.
/device/sample/
DAndroid.bp20 // Added automatically by a large-scale-change
28 // large-scale-change unable to identify any license_text files
/device/generic/common/
DAndroid.bp20 // Added automatically by a large-scale-change
28 // large-scale-change unable to identify any license_text files
/device/generic/trusty/
DAndroid.bp20 // Added automatically by a large-scale-change
28 // large-scale-change unable to identify any license_text files
/device/google/cuttlefish_prebuilts/
DAndroid.bp19 // Added automatically by a large-scale-change
27 // large-scale-change unable to identify any license_text files
/device/google/barbet/
DAndroid.bp13 // Added automatically by a large-scale-change that took the approach of
34 // large-scale-change unable to identify any license_text files
/device/google/redfin/
DAndroid.bp13 // Added automatically by a large-scale-change that took the approach of
34 // large-scale-change unable to identify any license_text files
/device/google/sunfish/
DAndroid.bp13 // Added automatically by a large-scale-change that took the approach of
37 // large-scale-change unable to identify any license_text files
/device/google/coral/
DAndroid.bp13 // Added automatically by a large-scale-change that took the approach of
37 // large-scale-change unable to identify any license_text files
/device/google/redbull/
DAndroid.bp13 // Added automatically by a large-scale-change that took the approach of
37 // large-scale-change unable to identify any license_text files
/device/google/atv/
DAndroid.bp20 // Added automatically by a large-scale-change that took the approach of
41 // large-scale-change unable to identify any license_text files
/device/linaro/hikey/
DAndroid.bp20 // Added automatically by a large-scale-change that took the approach of
44 // large-scale-change unable to identify any license_text files
/device/google/contexthub/
DAndroid.bp20 // Added automatically by a large-scale-change that took the approach of
44 // large-scale-change unable to identify any license_text files
/device/generic/opengl-transport/
DAndroid.bp20 // Added automatically by a large-scale-change that took the approach of
42 // large-scale-change unable to identify any license_text files
/device/generic/goldfish-opengl/system/hwc3/
DDrmClient.cpp312 auto change = display->checkAndHandleHotplug(mFd); in handleHotplug() local
313 if (change == DrmHotplugChange::kNoChange) { in handleHotplug()
324 .connected = change == DrmHotplugChange::kConnected, in handleHotplug()
/device/amlogic/yukawa/
DAndroid.bp24 // Added automatically by a large-scale-change that took the approach of
46 // large-scale-change unable to identify any license_text files
/device/linaro/poplar/
DAndroid.bp23 // Added automatically by a large-scale-change that took the approach of
46 // large-scale-change unable to identify any license_text files
/device/linaro/dragonboard/
DAndroid.bp24 // Added automatically by a large-scale-change that took the approach of
48 // large-scale-change unable to identify any license_text files
/device/google/coral/json-c/
DRELEASE_CHECKLIST.txt25 Generally, unless we're doing a major release, change:
112 Add/change links to current release.
/device/google/redbull/json-c/
DRELEASE_CHECKLIST.txt25 Generally, unless we're doing a major release, change:
112 Add/change links to current release.
/device/google/cuttlefish/tools/
Dcreate_base_image_arm.sh154 …sudo sgdisk --new=7:145M:${end_sector} --typecode=7:8305 --change-name=7:rootfs --attributes=7:set…
201 …sgdisk --new=7:145M:${end_sector} --typecode=7:8305 --change-name=7:rootfs --attributes=7:set:2 ${…
/device/google/sunfish/json-c/
DRELEASE_CHECKLIST.txt25 Generally, unless we're doing a major release, change:
112 Add/change links to current release.

12345678910>>...12