Searched defs:count (Results 1 - 25 of 51) sorted by relevance

123

/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp79 int count = module->get_sensors_list(module, &list); local
80 printf("%d sensors found:\n", count);
81 for (int i=0 ; i<count ; i++) {
103 for (int i=0 ; i<count ; i++) {
112 for (int i=0 ; i<count ; i++) {
180 for (int i=0 ; i<count ; i++) {
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_semaphores.c273 TIMM_OSAL_U32 * count)
291 *count = sval;
272 TIMM_OSAL_GetSemaphoreCount(TIMM_OSAL_PTR pSemaphore, TIMM_OSAL_U32 * count) argument
H A Dtimm_osal_pipes.c204 /*Update message count and size */
434 TIMM_OSAL_U32 * count)
443 *count = pipe->pi_messages;
447 *count = pHandle->messageCount;
433 TIMM_OSAL_GetPipeReadyMessageCount(TIMM_OSAL_PTR pPipe, TIMM_OSAL_U32 * count) argument
/hardware/ti/omap4xxx/
H A Dstacktrace.c37 size_t count; member in struct:__anon889
52 if (state->count) {
57 state->count--;
71 state.count = max_entries;
74 return max_entries - state.count;
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.cpp53 @param count >=0
78 @brief Create the semaphore with initial count value
80 @param count >=0
83 @return BAD_VALUE If an invalid count value is passed (<0)
87 status_t Semaphore::Create(int count) argument
91 ///count cannot be less than zero
92 if(count<0)
113 return ErrorUtils::posixToAndroidError(sem_init(mSemaphore, 0x00, count));
163 @brief Current semaphore count
166 @return Current count valu
[all...]
/hardware/libhardware_legacy/uevent/
H A Duevent.c85 int count = recv(fd, buffer, buffer_length, 0); local
86 if (count > 0) {
93 return count;
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A DMap.h131 int count =0; local
136 count++;
138 return count;
/hardware/ril/rild/
H A Drild.c71 int count = 1; local
76 argv[count] = tok;
78 count++;
80 return count;
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf_unittest.c73 unsigned long count = 0, delta; local
80 for (count = 0; count < 1000; count++)
96 sum_d /= count;
97 sum_dd /= count;
111 /* count how many times we can get the time in a second */
115 count++;
121 count,
122 1000000.0/count,
[all...]
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
H A Domx_rpc_utils.c77 OMX_U8 count = 0; local
90 count++;
91 if (count == 2)
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Ddhdioctl.h89 uint count; /* Test packets to send/rcv each attempt */ member in struct:dhd_pktgen
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A Dwpa.h91 } BWL_POST_PACKED_STRUCT count; member in struct:__anon22
100 } BWL_POST_PACKED_STRUCT count; member in struct:__anon24
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h89 uint count; /* Test packets to send/rcv each attempt */ member in struct:dhd_pktgen
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dwpa.h91 } BWL_POST_PACKED_STRUCT count; member in struct:__anon81
100 } BWL_POST_PACKED_STRUCT count; member in struct:__anon83
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c287 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) argument
293 snprintf(buf, sizeof(buf), "P2P_SET_NOA %d %d %d", count, start, duration);
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.cpp219 size_t count = bytes; local
273 while (count) {
274 ssize_t written = ::write(mFd, p, count);
276 count -= written;
/hardware/msm7k/libgralloc/
H A Dframebuffer.cpp386 unsigned int count; member in struct:__anon201
392 blit.count = 1;
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp423 unsigned int count; member in struct:__anon204
429 blit.count = 1;
/hardware/ril/mock-ril/src/cpp/
H A Dctrl_server.cpp79 int count = length; local
99 int count = length; local
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c43 /** count will be used as a reference counter for OMX_Init()
44 so all changes to count should be mutex protected */
45 int count = 0; variable
128 count++;
129 LOGD("init count = %d\n", count);
131 if (count == 1)
416 if (count) {
417 count--;
420 LOGD("deinit count
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp265 int count = 0; local
288 if (count == 2 && nal_unit[i] == 0x01)
295 count = 0;
297 count++;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp323 size_t count,
362 while ( ( NULL != expVal ) && ( i < count ) )
740 CAMHAL_LOGEB("Error mStartCaptureSem semaphore count %d", mStartCaptureSem.Count());
891 CAMHAL_LOGEB("Error mStopCaptureSem semaphore count %d", mStopCaptureSem.Count());
1057 CAMHAL_LOGEB("Error mUseCaptureSem semaphore count %d", mUseCaptureSem.Count());
321 parseExpRange(const char *rangeStr, int * expRange, size_t count, size_t &validEntries) argument
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c616 OMX_U32 count = 0; local
677 OMX_U32 count = 0; local
692 for (count = 0; count < pCompPrv->nTotalBuffers; ++count)
694 if (pCompPrv->tBufList[count].pBufHeaderRemote == remoteBufHdr)
696 grallocHandle = (IMG_native_handle_t*)(pCompPrv->tBufList[count].pBufHeader)->pBuffer;
701 PROXY_assert((count != pCompPrv->nTotalBuffers),
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp1061 size_t count; local
1064 count = 0;
1071 while((config[count] != '.') && (count < sizeof(dir_name)/sizeof(dir_name[0])))
1072 count++;
1075 if(strncpy(dir_name,config,count) == NULL)
1078 dir_name[count]=NULL;
1130 size_t count = 0; local
1134 while((config[count] != '.') && (count < sizeo
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Ddecoder_driver_test.c286 DEBUG_PRINT("\n input Size=%d min count =%d actual count = %d", \
317 DEBUG_PRINT("\n output Size=%d min count =%d actual count = %d", \
1165 int count =0; int cnt =0; local
1171 count = fread(&inputFrameSize[cnt],1,1,inputBufferFile);

Completed in 948 milliseconds

123