Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-proxy.h85 #define __XF_QUEUE_IDX(idx, counter) \ argument
86 (((idx) & XF_PROXY_MESSAGE_QUEUE_MASK) | ((counter) << 16))
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c191 uint32_t counter; in fillSamples() local
205 counter = mTask.counters[index]; in fillSamples()
237 if ((counter >= sample_spacing_ns) || bad_timestamp) { in fillSamples()
239 counter -= (bad_timestamp ? counter : sample_spacing_ns); in fillSamples()
245 weight_next = (float)counter / floatFromUint64(sample_spacing_ns); in fillSamples()
253 mTask.samples[index][w].time = curr_time + counter; in fillSamples()
270 counter += ResamplePeriodNs; in fillSamples()
276 mTask.counters[index] = counter; in fillSamples()
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h285 #define SET_COUNTER(counter, val) (counter = (val & 0x7F) | (val > 0x7F ? 0x80 : 0)) argument
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/
Diaxxx-odsp.h140 uint16_t counter; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/
Diaxxx-odsp.h155 uint16_t counter; member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp272 int counter = mCounterRadioConfig; in checkReturnStatus() local
282 if (counter == mCounterRadioConfig) { in checkReturnStatus()
Dril_service.cpp886 int counter = isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId]; in checkReturnStatus() local
896 if (counter == (isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId])) { in checkReturnStatus()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME95 > Step detector & counter;
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferallocation.cpp86 static std::atomic<uint32_t> counter(0); in getUniqueId() local
88 return id | counter++; in getUniqueId()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferallocation.cpp86 static std::atomic<uint32_t> counter(0); in getUniqueId() local
88 return id | counter++; in getUniqueId()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h487 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, …
488 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GL…
499 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei…
500 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pn…
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp172 …void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei* leng…
173 void glGetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname, GLvoid* data);
1445 void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei* lengt… in glGetPerfMonitorCounterStringAMD() argument
1448 ctx->glGetPerfMonitorCounterStringAMD(ctx, group, counter, bufSize, length, counterString); in glGetPerfMonitorCounterStringAMD()
1451 void glGetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname, GLvoid* data) in glGetPerfMonitorCounterInfoAMD() argument
1454 ctx->glGetPerfMonitorCounterInfoAMD(ctx, group, counter, pname, data); in glGetPerfMonitorCounterInfoAMD()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in168 GL_ENTRY(void, glGetPerfMonitorCounterStringAMD, GLuint group, GLuint counter, GLsizei bufSize, GLs…
169 GL_ENTRY(void, glGetPerfMonitorCounterInfoAMD, GLuint group, GLuint counter, GLenum pname, GLvoid *…
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.h1556 VkSurfaceCounterFlagBitsEXT counter,
DVkEncoder.cpp20947 VkSurfaceCounterFlagBitsEXT counter, in vkGetSwapchainCounterEXT() argument
20963 local_counter = counter; in vkGetSwapchainCounterEXT()
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp4413 VkSurfaceCounterFlagBitsEXT counter, in entry_vkGetSwapchainCounterEXT() argument
4419 …erEXT_VkResult_return = vkEnc->vkGetSwapchainCounterEXT(device, swapchain, counter, pCounterValue); in entry_vkGetSwapchainCounterEXT()
4425 VkSurfaceCounterFlagBitsEXT counter, in dynCheck_entry_vkGetSwapchainCounterEXT() argument
4436 …erEXT_VkResult_return = vkEnc->vkGetSwapchainCounterEXT(device, swapchain, counter, pCounterValue); in dynCheck_entry_vkGetSwapchainCounterEXT()
/device/generic/goldfish/radio/libril/
Dril_service.cpp772 int counter = isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId]; in checkReturnStatus() local
782 if (counter == (isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId])) { in checkReturnStatus()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp875 int counter = isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId]; in checkReturnStatus() local
885 if (counter == (isRadioService ? mCounterRadio[slotId] : mCounterOemHook[slotId])) { in checkReturnStatus()
/device/google/cuttlefish_kernel/5.4-x86_64/
DSystem.map133229 ffffffff82ee6a70 b iunique.counter
/device/google/cuttlefish_kernel/5.4-arm64/
DSystem.map236249 ffffffc0119f1990 b iunique.counter