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

12345

/hardware/ti/wlan/lib/
H A Dscanmerge.h40 unsigned long count; member in struct:SCANMERGE_STRUCT
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A Dstring.c44 * @count: The size of the area.
46 int memcmp(const void * cs,const void * ct, unsigned int count) argument
51 for( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--)
H A DosRgstry_parser.c121 static int count = 0; local
126 if( !count )
129 count++;
/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:__anon2241
52 if (state->count) {
57 state->count--;
71 state.count = max_entries;
74 return max_entries - state.count;
/hardware/qcom/audio/alsa_sound/
H A DALSAControl.cpp111 status_t ALSAControl::setext(const char *name, int count, char **setValues) argument
115 ALOGD("setext:: name %s count %d", name, count);
127 ret = mixer_ctl_set_value(ctl, count, setValues);
H A DALSAStreamOps.cpp355 unsigned int count = mHandle->channels; local
359 switch(count) {
362 channels |=audio_channel_out_mask_from_count(count);
378 switch(count) {
H A DAudioUtil.cpp131 int count = 0; local
153 memcpy(&count, data, sizeof(int));
155 ALOGV("#Audio Block Count is %d",count);
162 while (length >= MIN_AUDIO_DESC_LENGTH && count < MAX_SHORT_AUDIO_DESC_CNT) {
209 int count = 0; local
233 memcpy(&count, data, sizeof(int));
234 ALOGV("Count is %d",count);
239 ALOGV("Total speaker allocation Block count # %d\n",count);
241 for (int i = 0; i < count;
[all...]
/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/invensense/libsensors_iio/
H A DMPLSupport.cpp29 int count, fd; local
37 count = read_attribute_sensor(fd, buf, sizeof(buf));
38 if(count < 1) {
42 count = sscanf(buf, "%ld", data);
43 if(count)
56 int count = 0; local
58 count = pread(fd, data, size, 0);
59 if(count < 1) {
60 LOGE("HAL:read fails with error code=%d", count);
63 return count;
[all...]
H A DCompassSensor.IIO.9150.h51 virtual int readEvents(sensors_event_t *data, int count) { return 0; } argument
/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/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp57 ALOGV("DEBUG(%s):Metadata Missmatch tag(%s) type (%d) count(%d)",
58 __FUNCTION__, get_camera_metadata_tag_name(entry->tag), entry->type, entry->count);
65 uint8_t type, size_t count)
67 if (!((entry->type==type)&&(entry->count==count)))
69 ALOGV("DEBUG(%s):Metadata Missmatch tag(%s) type (%d) count(%d)",
70 __FUNCTION__, get_camera_metadata_tag_name(entry->tag), entry->type, entry->count);
177 for (i=0 ; i<curr_entry.count ; i++)
191 for (i=0 ; i<curr_entry.count ; i++)
204 for (i=0 ; i<curr_entry.count ;
64 CheckEntryTypeMismatch(camera_metadata_entry_t * entry, uint8_t type, size_t count) argument
[all...]
/hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
H A Dtiwlan_loader.c176 int count; local
178 for(count=4;( count != 0 );count--) {
184 if( count ) {
190 return( count );
/hardware/qcom/audio/libalsa-intf/
H A Dalsaucm_test.c165 int count = 0; local
/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/ti/wlan/wl1271/platforms/os/common/src/
H A Dtracebuf.c53 int count; member in struct:__anon2754
87 tb_control->pos = tb_control->count = 0;
107 ++tb_control->count;
118 if ((tb_control->pos == 0) && (tb_control->count))
154 if (tb_control->count < TB_NUM_ENTRIES)
162 for (j=0; (unsigned int)j < tb_min((unsigned int)TB_NUM_ENTRIES,(unsigned int)tb_control->count); j++)
199 if (tb_control->count < TB_NUM_ENTRIES)
207 for (j=0; (unsigned int)j < tb_min((unsigned int)TB_NUM_ENTRIES,(unsigned int)tb_control->count); j++)
/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.h93 uint count; /* Test packets to send/rcv each attempt */ member in struct:dhd_pktgen

Completed in 573 milliseconds

12345