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

/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
H A DOutputController.java32 private void setupLedController(int index, int viewId) { argument
33 ColorLEDController ledC = new ColorLEDController(mHostActivity, index,
38 private void setupRelayController(int index, int viewId) { argument
39 RelayController r = new RelayController(mHostActivity, index,
/device/samsung/crespo/libstagefrighthw/
H A DSEC_OMX_Plugin.cpp92 OMX_U32 index) {
97 return (*mComponentNameEnum)(name, size, index);
89 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/device/google/accessory/arduino/AndroidAccessory/
H A DAndroidAccessory.cpp71 void AndroidAccessory::sendString(byte addr, int index, const char *str) argument
77 ACCESSORY_SEND_STRING, 0, 0, index,
/device/google/accessory/arduino/USB_Host_Shield/
H A DUsb.h119 /* index corresponds to device address */
137 byte getStrDescr( byte addr, byte ep, unsigned int nbytes, byte index, unsigned int langid, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
169 inline byte USB::getStrDescr( byte addr, byte ep, unsigned int nbytes, byte index, unsigned int langid, char* dataptr, unsigned int nak_limit ) { argument
170 return( ctrlReq( addr, ep, bmREQ_GET_DESCR, USB_REQUEST_GET_DESCRIPTOR, index, USB_DESCRIPTOR_STRING, langid, nbytes, dataptr, nak_limit ));
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
H A DSEC_OMX_Basecomponent.c592 OMX_U16 i = 0, cnt = 0, index = 0; local
609 index = i;
611 index = portIndex;
612 pSECComponent->pSECPort[index].bIsPortFlushed = OMX_TRUE;
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
H A DSEC_OMX_Vdec.c1007 OMX_U32 index = portFormat->nIndex; local
1025 if (index > supportFormatNum) {
1038 if (index > supportFormatNum) {
1046 switch (index) {
1156 OMX_U32 index = portFormat->nIndex; local
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
H A DSEC_OMX_Venc.c1069 OMX_U32 index = portFormat->nIndex; local
1087 if (index > supportFormatNum) {
1095 switch (index) {
1121 if (index > supportFormatNum) {
1236 OMX_U32 index = portFormat->nIndex; local
/device/samsung/tuna/libsensors/
H A Dsensors.cpp246 int index = handleToDriver(handle); local
247 if (index < 0) return index;
248 int err = mSensors[index]->enable(handle, enabled);
260 int index = handleToDriver(handle);
261 if (index < 0) return index;
262 return mSensors[index]->setDelay(handle, ns);
/device/moto/wingray/libaudio/
H A DAudioHardware.cpp115 for (size_t index = 0; index < mInputs.size(); index++) {
116 closeInputStream((AudioStreamIn*)mInputs[index]);
253 ssize_t index = mInputs.indexOf((AudioStreamInTegra *)in); local
254 if (index < 0) {
257 mInputs.removeAt(index);
826 for (size_t index = 0; index < mInputs.size(); index
[all...]
/device/samsung/crespo/libaudio/
H A DAudioHardware.cpp107 for (size_t index = 0; index < mInputs.size(); index++) {
108 closeInputStream(mInputs[index].get());
316 ssize_t index = mInputs.indexOf((AudioStreamInALSA *)in); local
317 if (index < 0) {
321 spIn = mInputs[index];
322 mInputs.removeAt(index);
/device/samsung/crespo/libcamera/
H A DSecCamera.cpp203 static const __u8* fimc_v4l2_enuminput(int fp, int index) argument
207 input.index = index;
209 ALOGE("ERR(%s):No matching index found\n", __func__);
212 ALOGI("Name of input channel[%d] is %s\n", input.index, input.name);
218 static int fimc_v4l2_s_input(int fp, int index) argument
223 input.index = index;
303 fmtdesc.index = 0;
307 ALOGV("passed fmt = %#x found pixel format[%d]: %s\n", fmt, fmtdesc.index, fmtdes
401 fimc_v4l2_qbuf(int fp, int index) argument
583 initCamera(int index) argument
886 getRecPhyAddrY(int index) argument
895 getRecPhyAddrC(int index) argument
904 getPhyAddrY(int index) argument
913 getPhyAddrC(int index) argument
929 int index; local
979 releaseRecordFrame(int index) argument
1124 int index, ret = 0; local
1270 int index; local
[all...]
H A DSecCameraHWInterface.cpp504 int index; local
510 index = mSecCamera->getPreview();
511 if (index < 0) {
516 // ALOGV("%s: index %d", __func__, index);
522 ALOGV("%s: index %d skipping frame", __func__, index);
529 phyYAddr = mSecCamera->getPhyAddrY(index);
530 phyCAddr = mSecCamera->getPhyAddrC(index);
542 offset = frame_size * index;
[all...]

Completed in 263 milliseconds