Searched refs:entry (Results 1 – 10 of 10) sorted by relevance
/hardware/ril/mock-ril/src/js/ |
D | ctrl_server.js | 121 entry = ctrlServerDispatchTable[cmd]; 122 if (typeof entry == 'undefined') { 125 var req = new Request(cmd, token, protobuf, ctrlSchema, entry.schemaName); 126 for(i = 0; i < entry.components.length; i++) { 127 entry.components[i].add(req);
|
D | mock_ril.js | 183 entry = dispatchTable[reqNum]; 184 if (typeof entry == 'undefined') { 187 req = new Request(reqNum, token, requestProtobuf, rilSchema, entry.schemaName); 188 for(i = 0; i < entry.components.length; i++) { 189 entry.components[i].add(req);
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | qosregistry.h | 475 DSP_STATUS DSPRegistry_Add(struct QOSDATA *listhead, struct QOSDATA *entry); 507 DSP_STATUS DSPRegistry_Remove(struct QOSDATA *listhead, struct QOSDATA *entry);
|
/hardware/ti/omap3/dspbridge/inc/ |
D | qosregistry.h | 481 DSP_STATUS DSPRegistry_Add(struct QOSDATA *listhead, struct QOSDATA *entry); 513 DSP_STATUS DSPRegistry_Remove(struct QOSDATA *listhead, struct QOSDATA *entry);
|
/hardware/libhardware_legacy/wifi/ |
D | wifi.c | 446 struct dirent entry; in wifi_wpa_ctrl_cleanup() local 465 while (readdir_r(dir, &entry, &result) == 0 && result != NULL) { in wifi_wpa_ctrl_cleanup() 466 if (strncmp(entry.d_name, local_socket_prefix, strlen(local_socket_prefix)) == 0) { in wifi_wpa_ctrl_cleanup() 467 if (strlcpy(namep, entry.d_name, maxcopy) < maxcopy) { in wifi_wpa_ctrl_cleanup()
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_QCOMExtns.h | 203 void* entry; member
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 642 const SceneModesEntry* entry = NULL; in getParameters() local 643 entry = getSceneModeEntry(mCapabilities->get(CameraProperties::CAMERA_NAME), in getParameters() 645 if(entry) { in getParameters() 646 mParameters3A.Focus = entry->focus; in getParameters() 647 mParameters3A.FlashMode = entry->flash; in getParameters() 648 mParameters3A.WhiteBallance = entry->wb; in getParameters()
|
D | OMX3A.cpp | 43 const SceneModesEntry* entry = NULL; in getSceneModeEntry() local 62 entry = cameraLUT + i; in getSceneModeEntry() 67 return entry; in getSceneModeEntry()
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec.cpp | 3239 pPlatformEntry->entry = pPMEMInfo; in use_output_buffer() 3933 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 5382 buffer->pPlatformPrivate)->entryList->entry; in fill_buffer_done()
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 2363 pBufHdr->pPlatformPrivate)->entryList->entry; in render_fb()
|