/hardware/qcom/display/liboverlay/ |
D | overlay.h | 92 void validate(int index); 111 static void setUse(int index); 112 static void resetUse(int index); 113 static bool isUsed(int index); 114 static bool isNotUsed(int index); 117 static void setAllocation(int index); 118 static void resetAllocation(int index); 119 static bool isAllocated(int index); 120 static bool isNotAllocated(int index); 153 inline void Overlay::validate(int index) { in validate() argument [all …]
|
D | overlay.cpp | 103 int index = (int)dest; in nextPipe() local 106 mPipeBook[index].mDisplay = dpy; in nextPipe() 107 if(not mPipeBook[index].valid()) { in nextPipe() 108 mPipeBook[index].mPipe = new GenericPipe(dpy); in nextPipe() 124 int index = (int)dest; in commit() local 125 validate(index); in commit() 127 if(mPipeBook[index].mPipe->commit()) { in commit() 132 int dpy = mPipeBook[index].mDisplay; in commit() 142 int index = (int)dest; in queueBuffer() local 144 validate(index); in queueBuffer() [all …]
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_ucm.c | 110 int verb_index, list_size, index = 0; in snd_use_case_get_list() local 126 while(strncmp(uc_mgr->card_ctxt_ptr->verb_list[index], in snd_use_case_get_list() 128 ALOGV("Index:%d Verb:%s", index, in snd_use_case_get_list() 129 uc_mgr->card_ctxt_ptr->verb_list[index]); in snd_use_case_get_list() 130 index++; in snd_use_case_get_list() 134 return index; in snd_use_case_get_list() 144 verb_list[index].use_case_name, in snd_use_case_get_list() 145 (strlen(verb_list[index].use_case_name)+1))) { in snd_use_case_get_list() 146 index++; in snd_use_case_get_list() 148 verb_index = index; in snd_use_case_get_list() [all …]
|
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/ |
D | log.h | 143 uint32_t index = 0; in LOG_I_Buf() local 152 index += sprintf(&buffer[index], "%s", szDescriptor); in LOG_I_Buf() 159 index += sprintf(&buffer[index], "memory dump"); in LOG_I_Buf() 161 index += sprintf(&buffer[index], " (0x%08x, %d bytes)", (uint32_t)blob,sizeOfBlob); in LOG_I_Buf() 163 index = 0; in LOG_I_Buf() 167 index += sprintf(&buffer[index], "Data at 0x%08x: ", (uint32_t)blob); in LOG_I_Buf() 185 index += sprintf(&buffer[index], "0x%08X | ",addr); in LOG_I_Buf() 191 index += sprintf(&buffer[index], "%02x ", ((const char *)blob)[i] ); in LOG_I_Buf() 198 index += sprintf(&buffer[index], " "); in LOG_I_Buf() 202 index += sprintf(&buffer[index], "| "); in LOG_I_Buf() [all …]
|
/hardware/libhardware_legacy/wifi/ |
D | wifi.c | 63 void wifi_close_sockets(int index); 650 int wifi_connect_on_socket_path(int index, const char *path) in wifi_connect_on_socket_path() argument 661 ctrl_conn[index] = wpa_ctrl_open(path); in wifi_connect_on_socket_path() 662 if (ctrl_conn[index] == NULL) { in wifi_connect_on_socket_path() 667 monitor_conn[index] = wpa_ctrl_open(path); in wifi_connect_on_socket_path() 668 if (monitor_conn[index] == NULL) { in wifi_connect_on_socket_path() 669 wpa_ctrl_close(ctrl_conn[index]); in wifi_connect_on_socket_path() 670 ctrl_conn[index] = NULL; in wifi_connect_on_socket_path() 673 if (wpa_ctrl_attach(monitor_conn[index]) != 0) { in wifi_connect_on_socket_path() 674 wpa_ctrl_close(monitor_conn[index]); in wifi_connect_on_socket_path() [all …]
|
/hardware/qcom/display/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 67 for(int index = 0; index < mCurrentFrame.layerCount; index++ ) in dump() local 69 index, in dump() 70 (mCurrentFrame.isFBComposed[index] ? "YES" : "NO"), in dump() 71 mCurrentFrame.layerToMDP[index], in dump() 72 (mCurrentFrame.isFBComposed[index] ? in dump() 74 (mCurrentFrame.isFBComposed[index] ? mCurrentFrame.fbZ : in dump() 75 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder)); in dump() 145 for(int index = 0; index < ctx->listStats[mDpy].numAppLayers; index++) { in setMDPCompLayerFlags() local 146 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() 147 if(!mCurrentFrame.isFBComposed[index]) { in setMDPCompLayerFlags() [all …]
|
D | hwc_utils.h | 123 hwc_layer_1_t* getLayer(uint32_t index) const; 124 overlay::Rotator* getRot(uint32_t index) const; 136 inline hwc_layer_1_t* LayerRotMap::getLayer(uint32_t index) const { in getLayer() argument 137 if(index >= mCount) return NULL; in getLayer() 138 return mLayer[index]; in getLayer() 141 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const { in getRot() argument 142 if(index >= mCount) return NULL; in getRot() 143 return mRot[index]; in getRot()
|
/hardware/invensense/libsensors/ |
D | MPLSensor.h | 80 void gyroHandler(sensors_event_t *data, uint32_t *pendmask, int index); 81 void accelHandler(sensors_event_t *data, uint32_t *pendmask, int index); 82 void compassHandler(sensors_event_t *data, uint32_t *pendmask, int index); 83 void rvHandler(sensors_event_t *data, uint32_t *pendmask, int index); 84 void laHandler(sensors_event_t *data, uint32_t *pendmask, int index); 85 void gravHandler(sensors_event_t *data, uint32_t *pendmask, int index); 86 void orienHandler(sensors_event_t *data, uint32_t *pendmask, int index);
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXZoom.cpp | 86 status_t OMXCameraAdapter::doZoom(int index) in doZoom() argument 100 if ( ( 0 > index) || ( ( ZOOM_STAGES - 1 ) < index ) ) in doZoom() 102 CAMHAL_LOGEB("Zoom index %d out of range", index); in doZoom() 106 if (mPreviousZoomIndx == index ) in doZoom() 115 zoomControl.xHeight = ZOOM_STEPS[index]; in doZoom() 116 zoomControl.xWidth = ZOOM_STEPS[index]; in doZoom() 129 mPreviousZoomIndx = index; in doZoom()
|
D | OMXCapture.cpp | 803 for ( int index = 0 ; index < capData->mNumBufs ; index++ ) { in startImageCapture() local 805 ( unsigned int ) capData->mBufferHeader[index]->pBuffer); in startImageCapture() 807 (OMX_BUFFERHEADERTYPE*)capData->mBufferHeader[index]); in startImageCapture() 1014 for ( int index = 0 ; index < imgCaptureData->mNumBufs ; index++) { in disableImagePort() local 1016 ( unsigned int ) imgCaptureData->mBufferHeader[index]->pBuffer); in disableImagePort() 1019 (OMX_BUFFERHEADERTYPE*)imgCaptureData->mBufferHeader[index]); in disableImagePort() 1147 for ( int index = 0 ; index < imgCaptureData->mNumBufs ; index++ ) in UseBuffersCapture() local 1151 (unsigned int)buffers[index], in UseBuffersCapture() 1159 (OMX_U8*)buffers[index]); in UseBuffersCapture() 1164 pBufferHdr->pAppPrivate = (OMX_PTR) index; in UseBuffersCapture() [all …]
|
/hardware/ti/wpan/tools/kfmapp/ |
D | kfmapp.c | 185 vm.index = 0; in fmapp_get_tx_frequency() 212 vt.index = 0; in fmapp_get_rx_frequency() 457 vm.index = 0; in fmapp_set_tx_frequency() 501 vt.index = 0; in fmapp_set_rx_frequency() 532 int index; in display_volume_bar() local 534 for(index=1; index<g_vol_to_set; index = index*1000) in display_volume_bar() 929 vtun.index = 0; in fmapp_get_rx_rssi_lvl() 946 vtun.index = 0; in fmapp_set_stereo_mono_mode() 974 vtun.index = 0; in fmapp_get_stereo_mono_mode() 991 vtun.index = 0; in fmapp_get_rx_tunner_attributes() [all …]
|
/hardware/samsung_slsi/exynos5/libv4l2/ |
D | exynos_mc.c | 123 entity->pads[i].index = links.pads[i].index; in __media_enum_links() 139 link->source.index, in __media_enum_links() 141 link->sink.index); in __media_enum_links() 145 fwdlink->source = &source->pads[link->source.index]; in __media_enum_links() 146 fwdlink->sink = &sink->pads[link->sink.index]; in __media_enum_links() 150 backlink->source = &source->pads[link->source.index]; in __media_enum_links() 151 backlink->sink = &sink->pads[link->sink.index]; in __media_enum_links() 472 link->source->index == source->index && in exynos_media_setup_link() 474 link->sink->index == sink->index) in exynos_media_setup_link() 485 ulink.source.index = source->index; in exynos_media_setup_link() [all …]
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
D | omx_video_base.cpp | 1577 int index = portFmt->nIndex; in get_parameter() local 1579 if (index > 1) { in get_parameter() 1584 if (index == 1) { in get_parameter() 1589 portFmt->nIndex = index; //restore index set from client in get_parameter() 2491 unsigned int index = 0; in free_input_buffer() local 2501 index = bufferHdr - ((!mUseProxyColorFormat)?m_inp_mem_ptr:meta_buffer_hdr); in free_input_buffer() 2505 if(index < m_sInPortDef.nBufferCountActual) in free_input_buffer() 2507 memset(&meta_buffer_hdr[index], 0, sizeof(meta_buffer_hdr[index])); in free_input_buffer() 2508 memset(&meta_buffers[index], 0, sizeof(meta_buffers[index])); in free_input_buffer() 2514 opaque_buffer_hdr[index] = NULL; in free_input_buffer() [all …]
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 161 int cam_int_qbuf(node_info_t *node, int index) in cam_int_qbuf() argument 171 v4l2_buf.index = index; in cam_int_qbuf() 175 v4l2_buf.m.planes[i].m.fd = (int)(node->buffer[index].fd.extFd[i]); in cam_int_qbuf() 176 v4l2_buf.m.planes[i].length = (unsigned long)(node->buffer[index].size.extS[i]); in cam_int_qbuf() 182 ALOGE("%s: cam_int_qbuf failed (index:%d)(ret:%d)",__FUNCTION__, index, ret); in cam_int_qbuf() 247 return v4l2_buf.index; in cam_int_dqbuf() 265 return v4l2_buf.index; in cam_int_dqbuf() 268 int cam_int_s_input(node_info_t *node, int index) in cam_int_s_input() argument 272 ret = exynos_v4l2_s_input(node->fd, index); in cam_int_s_input() 535 int index; in NotifyStreamOutput() local [all …]
|
D | ExynosCameraHWInterface2.h | 292 void CheckCompleted(int index); 296 nsecs_t GetTimestamp(int index); 298 uint8_t GetOutputStream(int index); 300 camera2_shot_ext * GetInternalShotExt(int index); 305 int GetNextIndex(int index); 306 int GetPrevIndex(int index); 311 void pushSensorQ(int index); 357 int MarkSensorEnqueue(int index); 358 int MarkSensorDequeue(int index, int reqFrameCnt, nsecs_t *timeStamp); 361 int MarkIspEnqueue(int index); [all …]
|
/hardware/ti/omap4xxx/camera/ |
D | CameraParameters.cpp | 174 const char* CameraProperties::Properties::keyAt(unsigned int index) in keyAt() argument 176 if(index < mProperties->size()) in keyAt() 178 return mProperties->keyAt(index).string(); in keyAt() 183 const char* CameraProperties::Properties::valueAt(unsigned int index) in valueAt() argument 185 if(index < mProperties->size()) in valueAt() 187 return mProperties->valueAt(index).string(); in valueAt()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | ALSAControl.cpp | 54 status_t ALSAControl::get(const char *name, unsigned int &value, int index) in get() argument 63 ctl = mixer_get_control(mHandle, name, index); in get() 71 status_t ALSAControl::set(const char *name, unsigned int value, int index) in set() argument 75 ALOGD("set:: name %s value %d index %d", name, value, index); in set()
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | mp4_utils.cpp | 267 unsigned int index = 4,vop_bits=0; in is_notcodec_vop() local 278 vop_type = (pbuffer[index] & 0xc0) >> 6; in is_notcodec_vop() 281 modulo_bit = pbuffer[index] & (1 << (7-bits_parsed)); in is_notcodec_vop() 283 index += bits_parsed/8; in is_notcodec_vop() 285 if(index >= len) { in is_notcodec_vop() 291 index += bits_parsed/8; in is_notcodec_vop() 292 if(index >= len) { in is_notcodec_vop() 296 not_coded = pbuffer[index] & (1 << (7 - bits_parsed)); in is_notcodec_vop()
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 132 mVideoInfo->buf.index = i; in fillThisBuffer() 250 mVideoInfo->buf.index = i; in UseBuffersPreview() 298 mVideoInfo->buf.index = i; in startPreview() 381 char * V4LCameraAdapter::GetFrame(int &index) in GetFrame() argument 396 index = mVideoInfo->buf.index; in GetFrame() 398 return (char *)mVideoInfo->mem[mVideoInfo->buf.index]; in GetFrame() 521 int index = 0; in previewThread() local 522 char *fp = this->GetFrame(index); in previewThread() 528 uint8_t* ptr = (uint8_t*) mPreviewBufs.keyAt(index); in previewThread()
|
/hardware/ril/libril/ |
D | ril_event.cpp | 137 static void removeWatch(struct ril_event * ev, int index) in removeWatch() argument 139 watch_table[index] = NULL; in removeWatch() 140 ev->index = -1; in removeWatch() 258 ev->index = -1; in ril_event_set() 273 ev->index = i; in ril_event_add() 321 if (ev->index < 0 || ev->index >= MAX_FD_EVENTS) { in ril_event_del() 326 removeWatch(ev, ev->index); in ril_event_del()
|
/hardware/ti/omap3/dspbridge/dspexec/ |
D | dspexec.c | 110 UINT index = 0; in main() local 150 while (DSP_SUCCEEDED(DSPManager_EnumProcessorInfo(index,&dspInfo, in main() 155 uProcId = index; in main() 159 index++; in main()
|
/hardware/samsung_slsi/exynos5/include/ |
D | v4l2-subdev.h | 47 __u32 index; member 54 __u32 index; member 72 __u32 index; member
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | v4l2-subdev.h | 74 __u32 index; member 86 __u32 index; member 117 __u32 index; member
|
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
D | FmPresetList.java | 134 final Integer index = menuInfo.position; in onContextItemSelected() local 135 final Integer i = new Integer(index.intValue() + 1); in onContextItemSelected() 156 FmRxApp.UpdateRenameStation(index, value); in onContextItemSelected() 177 FmRxApp.updateSetStation(index, FmRxApp.txtFmRxTunedFreq in onContextItemSelected() 196 FmRxApp.updateUnSetStation(index); in onContextItemSelected()
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/ |
D | ExynosVideoDecoder.c | 863 buf.index = i; in MFC_Decoder_Setup_Inbuf() 982 buf.index = i; in MFC_Decoder_Setup_Outbuf() 1388 int index, i; in MFC_Decoder_Enqueue_Inbuf() local 1411 index = MFC_Decoder_Find_Inbuf(pCtx, pBuffer[0]); in MFC_Decoder_Enqueue_Inbuf() 1412 if (index == -1) { in MFC_Decoder_Enqueue_Inbuf() 1419 buf.index = index; in MFC_Decoder_Enqueue_Inbuf() 1420 pCtx->pInbuf[buf.index].bQueued = VIDEO_TRUE; in MFC_Decoder_Enqueue_Inbuf() 1429 buf.m.planes[i].m.fd = pCtx->pInbuf[index].planes[i].fd; in MFC_Decoder_Enqueue_Inbuf() 1430 buf.m.planes[i].length = pCtx->pInbuf[index].planes[i].allocSize; in MFC_Decoder_Enqueue_Inbuf() 1433 index, i, in MFC_Decoder_Enqueue_Inbuf() [all …]
|