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

1234

/hardware/ril/libril/
H A Dril_event.h28 int index; member in struct:ril_event
H A Dril_event.cpp137 static void removeWatch(struct ril_event * ev, int index) argument
139 watch_table[index] = NULL;
140 ev->index = -1;
258 ev->index = -1;
273 ev->index = i;
321 if (ev->index < 0 || ev->index >= MAX_FD_EVENTS) {
326 removeWatch(ev, ev->index);
/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/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/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp113 OMX_U32 index) {
118 OMX_ERRORTYPE res = (*mComponentNameEnum)(name, size, index);
110 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/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.cpp258 int index = (hnd->base - m->framebuffer->base) / bufferSize; local
259 m->bufferMask &= ~(1<<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/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...]
/hardware/ti/wlan/wl1271/utils/
H A Dreport.c294 TI_UINT8 index; local
306 for (index = 0; index < sizeof(((TReport *)hReport)->aFileEnable); index++)
308 pFiles[index] += '0';
317 TI_UINT8 index; local
325 for (index = 0; index < sizeof(((TReport *)hReport)->aFileEnable); index++)
327 pFiles[index]
341 TI_UINT8 index; local
366 TI_UINT8 index; local
469 TI_UINT32 index; local
[all...]
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DDBAdapter.java162 public boolean updateStation(int index, String itemKey, argument
171 KEY_ROWID + "=" + index, null) > 0;
/hardware/msm7k/libgralloc/
H A Dgralloc.cpp530 int index = (hnd->base - m->framebuffer->base) / bufferSize; local
531 m->bufferMask &= ~(1<<index);
/hardware/msm7k/libgralloc-qsd8k/
H A Dgpu.cpp280 int index = (hnd->base - m->framebuffer->base) / bufferSize; local
281 m->bufferMask &= ~(1<<index);
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp396 OMX_IN OMX_U32 index)
400 DEBUG_PRINT("OMXCORE: qc_omx_component_role_enum %x, %x , %d\n",(unsigned)hComp,(unsigned)role,(unsigned)index);
404 eRet = pThis->component_role_enum(hComp,role,index);
394 qc_omx_component_role_enum(OMX_IN OMX_HANDLETYPE hComp, OMX_OUT OMX_U8* role, OMX_IN OMX_U32 index) argument
H A Dqc_omx_core.c126 Obtains the index associated with the name.
149 DEBUG_PRINT("returning index %d\n", rc);
197 index pointer if the handle exists
227 Gets the index to store the next handle for specified component name.
266 index: Component Index in core array.
272 static int check_lib_unload(int index) argument
279 if(core[index].inst[i])
608 Returns the component name associated with the index.
619 OMX_IN OMX_U32 index)
624 ,(unsigned)index);
617 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName, OMX_IN OMX_U32 nameLen, OMX_IN OMX_U32 index) argument
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dmsgheader.pb.h137 inline bool _has_bit(int index) const {
138 return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
140 inline void _set_bit(int index) { argument
141 _has_bits_[index / 32] |= (1u << (index % 32));
143 inline void _clear_bit(int index) { argument
144 _has_bits_[index / 32] &= ~(1u << (index % 32));
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dcu_wext.c67 static S32 CuWext_FillBssidList(struct iw_event *iwe, OS_802_11_BSSID_EX* bssidList, S32 index) argument
73 os_memcpy(bssidList[index].MacAddress, iwe->u.ap_addr.sa_data, MAC_ADDR_LEN);
74 bssidList[index].Configuration.BeaconPeriod = 0; /* default configuration */
78 bssidList[index-1].Ssid.SsidLength = iwe->u.data.length;
79 os_memcpy(bssidList[index-1].Ssid.Ssid, iwe->u.data.pointer, bssidList[index-1].Ssid.SsidLength);
81 bssidList[index-1].Ssid.Ssid[bssidList[index-1].Ssid.SsidLength] = 0;
99 bssidList[index-1].NetworkTypeInUse = i;
104 bssidList[index
[all...]

Completed in 1098 milliseconds

1234