/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 25 static int cnt; variable 37 cnt = 100; in start_task() 55 timerId = eOsTimTimerSet(1000000000ULL, 50, 50, mMyTid, (void *)&cnt, false); in handle_event() 67 if (cnt-- <= 0) in handle_event()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 602 int cnt = 0; in processSample() local 606 initEv(&nev[cnt++], timestamp, type, sensor)->pressure = sample->fdata; in processSample() 609 initEv(&nev[cnt++], timestamp, type, sensor)->relative_humidity = sample->fdata; in processSample() 612 initEv(&nev[cnt++], timestamp, type, sensor)->temperature = sample->fdata; in processSample() 615 initEv(&nev[cnt++], timestamp, type, sensor)->temperature = sample->fdata; in processSample() 618 initEv(&nev[cnt++], timestamp, type, sensor)->distance = sample->fdata; in processSample() 621 initEv(&nev[cnt++], timestamp, type, sensor)->light = sample->fdata; in processSample() 627 initEv(&nev[cnt++], timestamp, type, sensor)->u64.step_counter = mLastStepCount; in processSample() 634 initEv(&nev[cnt++], timestamp, type, sensor)->data[0] = 1.0f; in processSample() 641 initEv(&nev[cnt++], timestamp, type, sensor)->data[0] = sample->idata; in processSample() [all …]
|
/device/google/contexthub/lib/nanohub/ |
D | softcrc.c | 30 static uint32_t crcOneWord(uint32_t crc, uint32_t data, int cnt) in crcOneWord() argument 35 for (i = 0; i < cnt; i++) in crcOneWord()
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | crc.c | 40 static uint32_t revCrc32Word(uint32_t crc, uint32_t data, uint32_t cnt) in revCrc32Word() argument 44 for (i = 0; i < cnt; i++) in revCrc32Word()
|
D | platform.c | 468 uint32_t cnt; in sleepClockTmrWake() local 484 cnt = tim->CNT; in sleepClockTmrWake() 485 } while (sr != tim->SR || cnt != tim->CNT); in sleepClockTmrWake() 487 …leftTicks = cnt; //if we wake NOT from timer, only count the ticks that actually ticked as "time p… in sleepClockTmrWake()
|
D | i2c.c | 794 int cnt = 0; in i2cMasterReset() local 818 cnt ++; in i2cMasterReset() 819 } while (gpioGet(sda) == 0 && cnt < 9); in i2cMasterReset() 831 return cnt; in i2cMasterReset()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_ion.cpp | 110 int i, ret, cnt, heap_id = -1; in find_heap_id() local 113 ret = ion_query_heap_cnt(ion_client, &cnt); in find_heap_id() 121 data = (struct ion_heap_data *)malloc(cnt * sizeof(*data)); in find_heap_id() 128 ret = ion_query_get_heaps(ion_client, cnt, data); in find_heap_id() 135 for (i = 0; i < cnt; i++) { in find_heap_id() 142 if (i == cnt) in find_heap_id() 144 AERR("No %s Heap Found amongst %d heaps\n", name, cnt); in find_heap_id()
|
D | ion_4.12.h | 75 __u32 cnt; /* Total number of heaps to be copied */ member
|
/device/google/cuttlefish/common/libs/utils/ |
D | files.cpp | 64 int cnt {0}; in IsDirectoryEmpty() local 66 cnt++; in IsDirectoryEmpty() 67 if (cnt > 2) { in IsDirectoryEmpty()
|
/device/google/contexthub/util/stm32_flash/ |
D | stm32_bl.c | 52 static uint8_t write_cnt(handle_t *handle, uint16_t cnt) in write_cnt() argument 56 buffer[0] = (cnt >> 8) & 0xFF; in write_cnt() 57 buffer[1] = (cnt ) & 0xFF; in write_cnt()
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 733 int i, ret, cnt, heap_id = -1; in find_heap_id() local 736 ret = ion_query_heap_cnt(ion_client, &cnt); in find_heap_id() 744 data = (struct ion_heap_data *)malloc(cnt * sizeof(*data)); in find_heap_id() 751 ret = ion_query_get_heaps(ion_client, cnt, data); in find_heap_id() 758 for (i = 0; i < cnt; i++) { in find_heap_id() 766 if (i > cnt) in find_heap_id() 768 AERR("No System Heap Found amongst %d heaps\n", cnt); in find_heap_id()
|
D | ion_4.12.h | 75 __u32 cnt; /* Total number of heaps to be copied */ member
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_ion.cpp | 119 int i, ret, cnt, heap_id = -1; in find_heap_id() local 122 ret = ion_query_heap_cnt(ion_client, &cnt); in find_heap_id() 130 data = (struct ion_heap_data *)malloc(cnt * sizeof(*data)); in find_heap_id() 137 ret = ion_query_get_heaps(ion_client, cnt, data); in find_heap_id() 144 for (i = 0; i < cnt; i++) { in find_heap_id() 151 if (i == cnt) in find_heap_id() 153 AERR("No %s Heap Found amongst %d heaps\n", name, cnt); in find_heap_id()
|
D | ion_4.12.h | 75 __u32 cnt; /* Total number of heaps to be copied */ member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | ion.h | 109 __u32 cnt; /* Total number of heaps to be copied */ member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | ion.h | 50 __u32 cnt; member
|
/device/google/contexthub/util/nanotool/ |
D | nanopacket.cpp | 33 uint32_t Crc32Word(uint32_t crc, uint32_t data, int cnt) { in Crc32Word() argument 36 for (int i = 0; i < cnt; i++) { in Crc32Word()
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | msmb_generic_buf_mgr.h | 33 uint32_t cnt; member
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | msmb_generic_buf_mgr.h | 46 uint32_t cnt; member
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | msmb_generic_buf_mgr.h | 33 uint32_t cnt; member
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | msmb_generic_buf_mgr.h | 46 uint32_t cnt; member
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-mixer.c | 164 UWORD32 cnt = 0; in xa_mixer_check_active() local 169 cnt++; in xa_mixer_check_active() 171 return cnt; in xa_mixer_check_active()
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | property_contexts | 33 persist.vendor.bluetooth.csoc.cnt u:object_r:vendor_bluetooth_prop:s0
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 1288 uint32_t i, cnt; in onEvtLatencyTimer() local 1290 for (i = 0, cnt = 0; i < mNumSensors && cnt < mLatencyCnt; i++) { in onEvtLatencyTimer() 1292 cnt++; in onEvtLatencyTimer()
|
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 1351 int cnt = 0; in getAppsToStart() local 1361 cnt++; in getAppsToStart() 1365 return cnt; in getAppsToStart()
|