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

1 2 3 4 5

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
bandwidth_info.h 17 int in_use; member in struct:__anon38838
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.h 40 int in_use; member in struct:__anon5781
  /external/libvpx/libvpx/vp9/common/
vp9_frame_buffers.h 24 int in_use; member in struct:InternalFrameBuffer
  /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
  /external/python/cpython2/Modules/_sqlite/
statement.h 40 int in_use; member in struct:__anon30258
  /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:__anon45094
  /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:__anon45180
  /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:__anon45238
  /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:__anon45356
  /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:__anon45414
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_memmap.c 42 /* Use the 'in_use' flag as any value for base and file_pos could be
45 int in_use; member in struct:__anon5232
130 if (current_file.in_use == 0) {
134 current_file.in_use = 1;
io_block.c 48 /* Use the 'in_use' flag as any value for base and file_pos could be
51 int in_use; member in struct:__anon5229
152 if (current_file.in_use == 0) {
156 current_file.in_use = 1;
  /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/srvc/
srvc_eng_int.h 37 bool in_use; member in struct:__anon114018
  /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/msm8998/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 80 bool in_use; member in struct:omx_time_stamp_reorder::timestamp
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 79 bool in_use; member in struct:omx_time_stamp_reorder::timestamp
  /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
  /external/ipsec-tools/src/racoon/
nattraversal.c 74 unsigned in_use; member in struct:natt_ka_addrs
378 ka->in_use++;
379 plog (LLV_INFO, LOCATION, NULL, "KA found: %s (in_use=%u)\n",
380 saddr2str_fromto("%s->%s", src, dst), ka->in_use);
403 new_addr->in_use = 1;
437 plog (LLV_DEBUG, LOCATION, NULL, "KA tree dump: %s (in_use=%u)\n",
438 saddr2str_fromto("%s->%s", src, dst), ka->in_use);
442 -- ka->in_use <= 0) {
  /external/libdrm/tests/planetest/
dev.h 14 int in_use; member in struct:sp_plane
  /external/libvpx/libvpx/test/
external_frame_buffer_test.cc 31 int in_use; member in struct:__anon24573::ExternalFrameBuffer
107 EXPECT_EQ(1, ext_fb->in_use);
108 ext_fb->in_use = 0;
131 if (!ext_fb_list_[i].in_use) break;
142 ASSERT_EQ(0, ext_fb_list_[idx].in_use);
143 ext_fb_list_[idx].in_use = 1;
  /external/webp/src/utils/
utils.c 253 uint8_t in_use[COLOR_HASH_SIZE] = { 0 }; local
272 if (!in_use[key]) {
274 in_use[key] = 1;
295 if (in_use[i]) {
  /system/bt/bta/gatt/
bta_gatts_int.h 126 bool in_use; member in struct:__anon112910
138 bool in_use; member in struct:__anon112911

Completed in 1437 milliseconds

1 2 3 4 5