Searched defs:index (Results 1 - 25 of 151) sorted by relevance

1234567

/hardware/ril/libril/
H A Dril_event.h28 int index; member in struct:ril_event
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXZoom.cpp86 status_t OMXCameraAdapter::doZoom(int index) argument
100 if ( ( 0 > index) || ( ( ZOOM_STAGES - 1 ) < index ) )
102 CAMHAL_LOGEB("Zoom index %d out of range", index);
106 if (mPreviousZoomIndx == index )
115 zoomControl.xHeight = ZOOM_STEPS[index];
116 zoomControl.xWidth = ZOOM_STEPS[index];
129 mPreviousZoomIndx = index;
/hardware/invensense/mlsdk/mllite/
H A Dcompass.h51 int index; member in struct:yas_adaptive_filter
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioPolicyManager.cpp236 float AudioPolicyManager::computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device) argument
247 float volume = AudioPolicyManagerBase::computeVolume(stream, index, output, device);
/hardware/msm7k/libaudio-qsd8k/
H A DAudioPolicyManager.cpp236 float AudioPolicyManager::computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device) argument
238 // if requested volume index is the minimum possible value, we must honor this value as this
241 if (index == mStreams[stream].mIndexMin) {
242 return AudioPolicyManagerBase::computeVolume(stream, index, output, device);
254 float volume = AudioPolicyManagerBase::computeVolume(stream, index, output, device);
/hardware/msm7k/libstagefrighthw/
H A DQComOMXPlugin.cpp91 OMX_U32 index) {
96 return (*mComponentNameEnum)(name, size, index);
88 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/qcom/audio/alsa_sound/
H A DALSAControl.cpp54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) argument
63 ctl = mixer_get_control(mHandle, name, index);
71 status_t ALSAControl::set(const char *name, unsigned int value, int index) argument
75 ALOGD("set:: name %s value %d index %d", name, value, index);
81 // ToDo: Do we need to send index here? Right now it works with 0
121 // ToDo: Do we need to send index here? Right now it works with 0
/hardware/qcom/camera/QCamera/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c49 uint32_t mm_jpeg_util_generate_handler(uint8_t index) argument
58 handler = (handler<<8) | index;
/hardware/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp91 OMX_U32 index) {
96 return (*mComponentNameEnum)(name, size, index);
88 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/samsung_slsi/exynos5/libstagefrighthw/
H A DExynos_OMX_Plugin.cpp93 OMX_U32 index) {
98 return (*mComponentNameEnum)(name, size, index);
90 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/ti/omap3/dspbridge/dspexec/
H A Ddspexec.c110 UINT index = 0; local
130 /* user specified DSP processor ID (based on zero-index) */
150 while (DSP_SUCCEEDED(DSPManager_EnumProcessorInfo(index,&dspInfo,
155 uProcId = index;
159 index++;
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.cpp91 OMX_U32 index) {
96 return (*mComponentNameEnum)(name, size, index);
88 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/samsung_slsi/exynos5/include/
H A Dexynos_v4l2.h54 bool exynos_v4l2_enuminput(int fd, int index, char *input_name_buf);
56 int exynos_v4l2_s_input(int fd, int index);
143 __u32 index; member in struct:media_pad
H A Dv4l2-subdev.h47 __u32 index; member in struct:v4l2_subdev_mbus_code_enum
54 __u32 index; member in struct:v4l2_subdev_frame_size_enum
72 __u32 index; member in struct:v4l2_subdev_frame_interval_enum
/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp79 uint32_t index = 0; local
97 for (index = 0 ; index < num_entry ; index++) {
99 if (get_camera_metadata_entry(request, index, &curr_entry)==0) {
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
H A Dlog.h143 uint32_t index = 0; local
152 index += sprintf(&buffer[index], "%s", szDescriptor);
159 index += sprintf(&buffer[index], "memory dump");
161 index += sprintf(&buffer[index], " (0x%08x, %d bytes)", (uint32_t)blob,sizeOfBlob);
163 index = 0;
167 index += sprintf(&buffer[index], "Dat
[all...]
/hardware/ti/omap4xxx/libstagefrighthw/
H A DTIOMXPlugin.cpp99 OMX_U32 index) {
105 return (*mComponentNameEnum)(name, size, index);
96 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DsiteHash.c110 pSiteTableParams->siteTable[i].index = i;
285 { /* Save the oldest site's index, according to TS */
300 TRACE9(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "INSERT failure, no free entry!, numOfSites=%d, removing site index=%d,\n bssid: %X-%X-%X-%X-%X-%X, ts=%d \n", pCurrentSiteTable->numOfSites, nextSite2Remove, pSiteEntry->bssid[0], pSiteEntry->bssid[1], pSiteEntry->bssid[2], pSiteEntry->bssid[3], pSiteEntry->bssid[4], pSiteEntry->bssid[5], pSiteEntry->localTimeStamp);
319 TRACE8(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "INSERT success, bssid: %X-%X-%X-%X-%X-%X, band=%d, index=%d\n\n", (*mac)[0], (*mac)[1], (*mac)[2], (*mac)[3], (*mac)[4], (*mac)[5], band, emptySiteIndex);
344 TI_UINT8 index; local
368 index = pSiteEntry->index; /* keep the index of the siteTable entry */
374 pSiteEntry->index = index; /* restor
[all...]
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp259 int index = (hnd->base - m->framebuffer->base) / bufferSize; local
260 m->bufferMask &= ~(1<<index);
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Dframeparser.cpp635 OMX_U32 index = *parsed_length; local
637 (psource [index] & 0xF0) == 0x20) ||
639 psource [index] == 0xB3))
643 last_byte = psource [index];
644 index++;
649 *parsed_length = index;
/hardware/ril/mock-ril/src/java/com/android/internal/communication/
H A DMsg.java287 * @return data at index
289 public byte getData(int index) { argument
290 return mData.get(index);
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dv4l2-subdev.h69 * @index: format index during enumeration
74 __u32 index; member in struct:v4l2_subdev_mbus_code_enum
82 * @index: format index during enumeration
86 __u32 index; member in struct:v4l2_subdev_frame_size_enum
110 * @index: frame interval index during enumeration
117 __u32 index; member in struct:v4l2_subdev_frame_interval_enum
/hardware/ti/wlan/wl1271/Test/
H A DmeasurementDbg.c425 TI_UINT8 index; local
438 for(index = 0;index < NUM_OF_NOISE_HISTOGRAM_COUNTERS; index++)
439 WLAN_OS_REPORT(("Counter # %u = %u\n", index,
440 pNoiseHistogramResults->counters[index]));
/hardware/ti/wlan/wl1271/stad/src/Application/
H A DroamingMngr_autoSM.c341 TI_UINT32 index; local
360 for (index=0; index<pRoamingMngr->pListOfAPs->numOfEntries; index++ )
363 (pRoamingMngr->pListOfAPs->BSSList[index].RSSI < pRoamingMngr->roamingMngrConfig.apQualityThreshold))
366 TRACE8(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candidate AP %x-%x-%x-%x-%x-%x with RSSI too low =%d, Quality=%d \n", pRoamingMngr->pListOfAPs->BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[2], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[3], pRoamingMngr->pListOfAPs->BSSList[index]
[all...]
/hardware/ti/wlan/wl1271/stad/src/Data_link/
H A DGeneralUtil.c69 int index; local
93 for(index=0;index<MaxNumOfElements;index++)
95 List->ElementList[index].Container = os_memoryAlloc(hOs,ContainerSize);
96 if(List->ElementList[index].Container == NULL)
98 List->ElementList[index].Inuse = TI_FALSE;
100 if (index != MaxNumOfElements) /*Not all the list element was allocated and*/
102 index--;
103 for(;index>
132 int index; local
163 int index; local
194 int index; local
227 int index; local
258 int index; local
[all...]

Completed in 5578 milliseconds

1234567