HomeSort by relevance Sort by last modified time
    Searched refs:in_use (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
locked_bandwidth_info.cc 17 bwinfo_.in_use = 0;
bandwidth_info.h 17 int in_use; member in struct:__anon44040
  /system/bt/bta/gatt/
bta_gatts_utils.cc 47 if (!p_cb->srvc_cb[i].in_use) {
48 p_cb->srvc_cb[i].in_use = true;
71 if (p_reg->in_use && p_reg->gatt_if == server_if) return p_reg;
92 if (p_cb->rcb[i].in_use && p_cb->rcb[i].gatt_if == server_if) return i;
110 if (p_cb->srvc_cb[i].in_use && p_cb->srvc_cb[i].service_id == service_id) {
132 (i < (BTA_GATTS_MAX_SRVC_NUM - 1) && p_cb->srvc_cb[i].in_use &&
133 p_cb->srvc_cb[i + 1].in_use &&
137 (i < (BTA_GATTS_MAX_SRVC_NUM - 1) && p_cb->srvc_cb[i].in_use &&
138 !p_cb->srvc_cb[i + 1].in_use &&
bta_gattc_utils.cc 52 if (p_clrcb->in_use && p_clrcb->client_if == client_if) return p_clrcb;
69 if (bta_gattc_cb.cl_rcb[i].in_use) j++;
89 if (p_clcb->in_use && p_clcb->p_rcb->client_if == client_if &&
109 if (p_clcb->in_use && p_clcb->bta_conn_id == conn_id) return p_clcb;
130 if (!bta_gattc_cb.clcb[i_clcb].in_use) {
135 p_clcb->in_use = true;
151 p_clcb->in_use = false;
228 if (p_srcb->in_use && p_srcb->server_bda == bda) return p_srcb;
283 if (!p_tcb->in_use) {
303 p_tcb->in_use = true
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_frame_buffers.h 24 int in_use; member in struct:InternalFrameBuffer
vp9_frame_buffers.c 49 if (!int_fb_list->int_fb[i].in_use) break;
66 int_fb_list->int_fb[i].in_use = 1;
76 if (int_fb) int_fb->in_use = 0;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_heap.h 35 * The first node will remain with in_use == 0 even if the whole heap is
37 * in_use == 0 nodes. If a node is freed and it has one (or both) adjacent
55 int in_use; member in struct:nouveau_heap
nouveau_heap.c 63 if (!heap->in_use && heap->size >= size) {
70 r->in_use = 1;
101 r->in_use = 0;
103 if (r->next && !r->next->in_use) {
116 if (r->prev && !r->prev->in_use) {
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 121 ptemp->input_timestamps[i].in_use = false;
157 if (!pcurrent->input_timestamps[i].in_use) {
159 pcurrent->input_timestamps[i].in_use = true;
189 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
190 phead->input_timestamps[i].in_use = false;
222 if (phead->input_timestamps[i].in_use) {
240 element->in_use = false;
244 duplicate->in_use = false;
249 if (phead->input_timestamps[i].in_use) {
262 duplicate->in_use = false
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 141 ptemp->input_timestamps[i].in_use = false;
187 if (!pcurrent->input_timestamps[i].in_use) {
189 pcurrent->input_timestamps[i].in_use = true;
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
229 phead->input_timestamps[i].in_use = false;
270 if (phead->input_timestamps[i].in_use) {
292 element->in_use = false;
297 duplicate->in_use = false;
302 if (phead->input_timestamps[i].in_use) {
313 element->in_use = false
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 141 ptemp->input_timestamps[i].in_use = false;
187 if (!pcurrent->input_timestamps[i].in_use) {
189 pcurrent->input_timestamps[i].in_use = true;
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
229 phead->input_timestamps[i].in_use = false;
270 if (phead->input_timestamps[i].in_use) {
292 element->in_use = false;
297 duplicate->in_use = false;
302 if (phead->input_timestamps[i].in_use) {
313 element->in_use = false
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 141 ptemp->input_timestamps[i].in_use = false;
187 if (!pcurrent->input_timestamps[i].in_use) {
189 pcurrent->input_timestamps[i].in_use = true;
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
229 phead->input_timestamps[i].in_use = false;
270 if (phead->input_timestamps[i].in_use) {
292 element->in_use = false;
297 duplicate->in_use = false;
302 if (phead->input_timestamps[i].in_use) {
313 element->in_use = false
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_dummy.c 15 int in_use; member in struct:file_state
87 if (current_file.in_use == 0) {
91 current_file.in_use = 1;
134 current_file.in_use = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.h 40 int in_use; member in struct:__anon4712
  /external/python/cpython2/Modules/_sqlite/
statement.h 40 int in_use; member in struct:__anon32738
  /external/python/cpython3/Modules/_sqlite/
statement.h 40 int in_use; member in struct:__anon33359
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 49 boolean in_use; member in struct:__anon50223
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 49 boolean in_use; member in struct:__anon50309
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 49 boolean in_use; member in struct:__anon50367
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 49 boolean in_use; member in struct:__anon50659
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 49 boolean in_use; member in struct:__anon50717
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 92 slot->in_use = 0;
207 if (slot->in_use &&
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
261 if (!slot->in_use && !slot->not_available)
269 /* ALOGV("slot %d in_use = %d, not_available = %d : %d", i, slot->in_use, slot->not_available, i); */
325 Sets the in_use flag of slot to true or false.
338 static void loc_set_slot_in_use(int select_id, boolean in_use)
340 loc_sync_data.slots[select_id].in_use = in_use
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 92 slot->in_use = 0;
207 if (slot->in_use &&
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
261 if (!slot->in_use && !slot->not_available)
269 /* ALOGV("slot %d in_use = %d, not_available = %d : %d", i, slot->in_use, slot->not_available, i); */
325 Sets the in_use flag of slot to true or false.
338 static void loc_set_slot_in_use(int select_id, boolean in_use)
340 loc_sync_data.slots[select_id].in_use = in_use
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 92 slot->in_use = 0;
207 if (slot->in_use &&
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
261 if (!slot->in_use && !slot->not_available)
269 /* ALOGV("slot %d in_use = %d, not_available = %d : %d", i, slot->in_use, slot->not_available, i); */
325 Sets the in_use flag of slot to true or false.
338 static void loc_set_slot_in_use(int select_id, boolean in_use)
340 loc_sync_data.slots[select_id].in_use = in_use
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 92 slot->in_use = 0;
207 if (slot->in_use &&
216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type);
261 if (!slot->in_use && !slot->not_available)
269 /* ALOGV("slot %d in_use = %d, not_available = %d : %d", i, slot->in_use, slot->not_available, i); */
325 Sets the in_use flag of slot to true or false.
338 static void loc_set_slot_in_use(int select_id, boolean in_use)
340 loc_sync_data.slots[select_id].in_use = in_use
    [all...]

Completed in 701 milliseconds

1 2 3 4 5 6 7