HomeSort by relevance Sort by last modified time
    Searched refs:in_use (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /system/connectivity/apmanager/
fake_device_adaptor.h 37 void SetInUse(bool in_use) override;
  /external/v8/tools/gyp/test/win/generator-output-different-drive/
gyptest-generator-output-different-drive.py 26 in_use = win32api.GetLogicalDriveStrings()
27 free = list(set(all_letters) - set(in_use))
  /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...]
  /hardware/qcom/gps/msm8996/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/msmcobalt/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...]
  /system/connectivity/apmanager/dbus/
device_dbus_adaptor.cc 64 void DeviceDBusAdaptor::SetInUse(bool in_use) {
65 adaptor_.SetInUse(in_use);
device_dbus_adaptor.h 41 void SetInUse(bool in_use) override;
  /system/bt/bta/gatt/
bta_gattc_utils.c 133 if (p_clrcb->in_use &&
154 if (bta_gattc_cb.cl_rcb[i].in_use)
176 if (p_clcb->in_use &&
200 if (p_clcb->in_use &&
224 if (!bta_gattc_cb.clcb[i_clcb].in_use)
230 p_clcb->in_use = TRUE;
248 p_clcb->in_use = FALSE;
330 if (p_srcb->in_use && bdcmp(p_srcb->server_bda, bda) == 0)
393 if (!p_tcb->in_use)
418 p_tcb->in_use = TRUE
    [all...]
  /external/libdrm/tests/planetest/
dev.h 14 int in_use; member in struct:sp_plane
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
ts_parser.h 63 bool in_use; member in struct:omx_time_stamp_reorder::timestamp
  /system/bt/stack/avdt/
avdt_defs.h 150 #define AVDT_MSG_PRS_DISC(p, seid, in_use, type, tsep) \
152 in_use = (*(p)++ >> 1) & 0x01; \
183 #define AVDT_MSG_BLD_DISC(p, seid, in_use, type, tsep) \
184 *(p)++ = (UINT8) (((seid) << 2) | ((in_use) << 1)); \
  /system/bt/stack/srvc/
srvc_eng_int.h 38 BOOLEAN in_use; member in struct:__anon74009
srvc_eng.c 76 if (p_clcb->in_use && p_clcb->connected && !memcmp(p_clcb->bda, bda, BD_ADDR_LEN))
101 if (p_clcb->in_use && p_clcb->connected && !memcmp(p_clcb->bda, bda, BD_ADDR_LEN))
125 if (p_clcb->in_use && p_clcb->connected && p_clcb->conn_id == conn_id)
149 if (p_clcb->in_use && p_clcb->connected && p_clcb->conn_id == conn_id)
173 if (!p_clcb->in_use)
175 p_clcb->in_use = TRUE;
200 if (p_clcb->in_use && p_clcb->connected && (p_clcb->conn_id == conn_id))
  /system/bt/stack/rfcomm/
port_api.c 259 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
298 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
340 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
403 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
439 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
473 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
509 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
612 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
660 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
704 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)
    [all...]
  /system/bt/stack/hid/
hidh_api.c 350 if((hh_cb.devices[i].in_use) &&
359 if( !hh_cb.devices[i].in_use)
367 if (!hh_cb.devices[i].in_use)
369 hh_cb.devices[i].in_use = TRUE;
398 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
402 hh_cb.devices[dev_handle].in_use = FALSE;
424 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
457 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
491 if( (dev_handle >= HID_HOST_MAX_DEVICES) || (!hh_cb.devices[dev_handle].in_use) )
592 if ((hh_cb.devices[i].in_use) &
    [all...]
hidh_int.h 39 BOOLEAN in_use; member in struct:per_device_ctb
  /system/bt/btif/include/
btif_hl.h 166 BOOLEAN in_use; member in struct:__anon73321
194 BOOLEAN in_use; member in struct:__anon73322
204 BOOLEAN in_use; member in struct:__anon73323
233 BOOLEAN in_use; /* this CB is in use*/ member in struct:__anon73325
257 BOOLEAN in_use; member in struct:__anon73326
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 125 bwest_str->external_bw_info.in_use = 0;
162 assert(!bwest_str->external_bw_info.in_use);
517 assert(!bwest_str->external_bw_info.in_use);
575 assert(!bwest_str->external_bw_info.in_use);
622 if (bwest_str->external_bw_info.in_use) {
714 assert(!bwest_str->external_bw_info.in_use);
744 assert(!bwest_str->external_bw_info.in_use);
767 return bwest_str->external_bw_info.in_use
773 return bwest_str->external_bw_info.in_use
781 assert(!bwest_str->external_bw_info.in_use);
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c 310 if (!p_cb->hdl_list[i].in_use)
313 p_elem->in_use = TRUE;
340 if (p_list->in_use && p_list->asgn_range.s_handle == handle)
503 gatt_cb.srv_list[i_sreg].in_use = TRUE;
737 if (gatt_cb.tcb[i].in_use && gatt_cb.tcb[i].ch_state == GATT_CH_OPEN)
845 if (gatt_cb.tcb[i].in_use &&
893 if ( (tcb_idx < GATT_MAX_PHY_CHANNEL) && gatt_cb.tcb[tcb_idx].in_use)
933 if (!gatt_cb.tcb[i].in_use)
975 p_tcb->in_use = TRUE;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 79 bool in_use; member in struct:omx_time_stamp_reorder::timestamp
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 79 bool in_use; member in struct:omx_time_stamp_reorder::timestamp
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 79 bool in_use; member in struct:omx_time_stamp_reorder::timestamp

Completed in 565 milliseconds

12 3 4 5 6 7 8