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

12 3 4 5 6 7

  /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...]
  /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 162 #define AVDT_MSG_PRS_DISC(p, seid, in_use, type, tsep) \
165 (in_use) = (*(p)++ >> 1) & 0x01; \
211 #define AVDT_MSG_BLD_DISC(p, seid, in_use, type, tsep) \
213 *(p)++ = (uint8_t)(((seid) << 2) | ((in_use) << 1)); \
  /system/bt/stack/hid/
hidd_int.h 36 bool in_use; member in struct:device_ctb
hidh_int.h 35 bool in_use; member in struct:per_device_ctb
hidh_api.cc 324 if ((hh_cb.devices[i].in_use) && addr == hh_cb.devices[i].addr) break;
329 if (!hh_cb.devices[i].in_use) break;
335 if (!hh_cb.devices[i].in_use) {
336 hh_cb.devices[i].in_use = true;
363 (!hh_cb.devices[dev_handle].in_use))
367 hh_cb.devices[dev_handle].in_use = false;
389 (!hh_cb.devices[dev_handle].in_use))
421 (!hh_cb.devices[dev_handle].in_use)) {
453 (!hh_cb.devices[dev_handle].in_use))
549 if ((hh_cb.devices[i].in_use) && bd_addr == hh_cb.devices[i].addr
    [all...]
  /system/bt/stack/srvc/
srvc_eng_int.h 37 bool in_use; member in struct:__anon2551
srvc_eng.cc 75 if (p_clcb->in_use && p_clcb->connected && p_clcb->bda == bda) {
98 if (p_clcb->in_use && p_clcb->connected && p_clcb->bda == bda) {
120 if (p_clcb->in_use && p_clcb->connected && p_clcb->conn_id == conn_id) {
142 if (p_clcb->in_use && p_clcb->connected && p_clcb->conn_id == conn_id) {
165 if (!p_clcb->in_use) {
166 p_clcb->in_use = true;
190 if (p_clcb->in_use && p_clcb->connected && (p_clcb->conn_id == conn_id)) {
  /system/bt/stack/rfcomm/
port_api.cc 267 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
303 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
342 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
401 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
436 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
468 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
502 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
592 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
635 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED)) {
676 if (!p_port->in_use || (p_port->state == PORT_STATE_CLOSED))
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.cc 295 DCHECK(!chunk->in_use());
344 CHECK(!c->in_use() && (c->bin_num == kInvalidBinNum));
405 CHECK(!c1->in_use() && !c2->in_use());
439 CHECK(!c->in_use() && (c->bin_num == kInvalidBinNum));
451 CHECK(!c->in_use() && (c->bin_num != kInvalidBinNum));
458 CHECK(!c->in_use() && (c->bin_num != kInvalidBinNum));
466 CHECK(c->in_use() && (c->bin_num == kInvalidBinNum));
481 if (!cnext->in_use()) {
497 if (!cprev->in_use()) {
    [all...]
  /system/bt/btif/include/
btif_hl.h 148 bool in_use; member in struct:__anon1723
175 bool in_use; member in struct:__anon1724
184 bool in_use; member in struct:__anon1725
211 bool in_use; /* this CB is in use*/ member in struct:__anon1727
238 bool in_use; member in struct:__anon1728
  /system/bt/bta/gatt/
bta_gatts_int.h 127 bool in_use; member in struct:__anon1333
139 bool in_use; member in struct:__anon1334
  /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...]
  /external/webp/src/utils/
utils.c 254 uint8_t in_use[COLOR_HASH_SIZE] = { 0 }; local
272 if (!in_use[key]) {
274 in_use[key] = 1;
295 if (in_use[i]) {
  /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 80 bool in_use; member in struct:omx_time_stamp_reorder::timestamp
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 80 bool in_use; member in struct:omx_time_stamp_reorder::timestamp
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 121 bweStr->external_bw_info.in_use = 0;
183 assert(!bweStr->external_bw_info.in_use);
554 assert(!bweStr->external_bw_info.in_use);
627 if (bweStr->external_bw_info.in_use)
735 assert(!bweStr->external_bw_info.in_use);
793 assert(!bweStr->external_bw_info.in_use);
812 return bweStr->external_bw_info.in_use
818 return bweStr->external_bw_info.in_use
825 assert(!bweStr->external_bw_info.in_use);
826 bwinfo->in_use = 1
    [all...]
  /system/bt/btif/src/
btif_hl.cc 201 if (p_acb->in_use) {
204 if (p_mcb->in_use && p_mcb->is_connected &&
236 if (p_acb && p_acb->in_use) {
238 if (p_acb->mcb[j].in_use)
242 if (p_acb->mcb[j].in_use && (p_acb->mcb[j].mcl_handle == mcl_handle)) {
246 if (p_mcb->mdl[x].in_use) {
328 if (p_mcb->mdl[i].in_use && (mdl_id != 0) &&
359 if (p_mcb->mdl[i].in_use && p_mcb->mdl[i].is_the_first_reliable) {
653 if (!p_pcb->in_use) {
656 p_pcb->in_use = true
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 61 self->in_use = 0;
377 self->in_use = 0;
388 if (self->in_use && self->st) {
394 self->in_use = 0;
403 self->in_use = 1;
  /external/python/cpython2/Modules/_sqlite/
statement.c 62 self->in_use = 0;
384 self->in_use = 0;
395 if (self->in_use && self->st) {
401 self->in_use = 0;
410 self->in_use = 1;
  /external/python/cpython3/Modules/_sqlite/
statement.c 60 self->in_use = 0;
380 self->in_use = 0;
391 if (self->in_use && self->st) {
397 self->in_use = 0;
406 self->in_use = 1;
  /system/bt/stack/gatt/
gatt_utils.cc 267 if (gatt_cb.tcb[i].in_use && gatt_cb.tcb[i].ch_state == GATT_CH_OPEN) {
354 if (gatt_cb.tcb[i].in_use && gatt_cb.tcb[i].peer_bda == bda) {
396 if ((tcb_idx < GATT_MAX_PHY_CHANNEL) && gatt_cb.tcb[tcb_idx].in_use)
440 if (p_tcb->in_use) continue;
447 p_tcb->in_use = true;
707 if (p_reg->in_use && p_reg->app_cb.p_req_cb) {
848 if (!p_reg->in_use) {
871 if (gatt_cb.clcb[i].in_use && (gatt_cb.clcb[i].conn_id == conn_id)) {
899 if (!gatt_cb.clcb[i].in_use) {
902 p_clcb->in_use = true
    [all...]
  /system/bt/bta/ag/
bta_ag_main.cc 326 if (!p_scb->in_use) {
328 p_scb->in_use = true;
386 if (bta_ag_cb.scb[idx].in_use) {
429 if (!p_scb->in_use) {
472 if (p_scb->in_use && *peer_addr == p_scb->peer_addr) {
496 if (p_scb->in_use && p_scb != p_curr_scb &&
517 return p_curr_scb && p_curr_scb->in_use &&
632 if (p_scb->in_use) {
711 if (p_scb->in_use && p_scb->svc_conn) {

Completed in 591 milliseconds

12 3 4 5 6 7