Searched refs:slot (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A Dloc_api_sync_call.c86 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; local
88 pthread_mutex_init(&slot->lock, NULL);
89 pthread_cond_init(&slot->loc_cb_arrived_cond, NULL);
91 slot->not_available = 0;
92 slot->in_use = 0;
93 slot->loc_handle = -1;
94 slot->loc_cb_wait_event_mask = 0; /* event to wait */
95 slot->loc_cb_received_event_mask = 0; /* received event */
131 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; local
133 pthread_mutex_lock(&slot
203 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; local
254 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[i]; local
375 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; local
451 loc_sync_call_slot_s_type *slot = &loc_sync_data.slots[select_id]; local
[all...]
/hardware/ril/include/telephony/
H A Dril_msim.h37 int slot; /* 0, 1, ... etc. */ member in struct:__anon2550
/hardware/intel/img/psb_video/src/
H A Dtng_slotorder.c104 int slot; /*Output. The corresponding slot index */ local
131 slot = getSlotIndex(bframes, intracnt, idrcnt,
135 p_last_info->last_slot = slot;
143 int displaying_order, frame_type, slot;
167 printf("encodingorder displaying order frame_type slot index\n");
169 getFrameDpyOrder(i, bframes, intracnt, &last_info, &displaying_order, &frame_type, &slot);
170 printf("%5d\t%5d\t%c\t%d\n", i, displaying_order, ac_frame_type[frame_type], slot);
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_bufferqueue.h78 unsigned int slot = item.mBuf; local
82 mBufferSlots[slot].mGraphicBuffer = item.mGraphicBuffer;
83 mBufferSlots[slot].mCrop = item.mCrop;
114 virtual void onHandled(sp<GraphicBuffer> &gbuf, unsigned int slot) { argument
115 mBufferQueue->releaseBuffer(slot, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR);
H A Dcamera_test.h325 unsigned int slot; member in struct:BufferSourceThread::Defer::DeferContainer
362 mBST->onHandled(defer.graphicBuffer, defer.slot);
368 unsigned int count, unsigned int slot = 0) {
373 defer.slot = slot;
411 virtual void onHandled(sp<GraphicBuffer> &g, unsigned int slot) {}; argument
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DAnnPlaneManager.cpp361 int slot = 0; local
363 slot = i;
367 slot += 1;
371 config[i]->plane->setZOrderConfig(config, (void *)slot);
H A DAnnOverlayPlane.cpp59 int slot = (int)nativeConfig; local
63 switch (slot) {
77 ELOGTRACE("Invalid overlay plane zorder %d", slot);
/hardware/intel/bootstub/
H A Dbootparam.h159 __u8 slot; member in struct:edd_device_params::__anon155::__anon157
/hardware/ril/libril/
H A Dril.cpp1823 uicc_sub.slot = (int) t;
1844 appendPrintBuf("slot=%d, app_index=%d, act_status = %d", uicc_sub.slot, uicc_sub.app_index,
1846 RLOGD("dispatchUiccSubscription, slot=%d, app_index=%d, act_status = %d", uicc_sub.slot,

Completed in 203 milliseconds