HomeSort by relevance Sort by last modified time
    Searched refs:s_hdl (Results 1 - 16 of 16) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 526 UINT8 op_code, UINT16 s_hdl,
547 p_rcb->s_hdl >= s_hdl &&
548 p_rcb->s_hdl <= e_hdl &&
576 UINT16_TO_STREAM(p, p_rcb->s_hdl);
619 UINT16 s_hdl, UINT16 e_hdl)
642 if (p_attr->handle >= s_hdl)
704 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; local
711 STREAM_TO_UINT16(s_hdl, p);
715 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl)
766 UINT16 s_hdl = 0, e_hdl = 0; local
837 UINT16 s_hdl = 0, e_hdl = 0, buf_len; local
981 s_hdl, e_hdl, err_hdl = 0; local
    [all...]
gatt_api.c 147 UINT16 s_hdl=0; local
166 s_hdl = p_list->asgn_range.s_handle;
173 s_hdl= gatt_cb.hdl_cfg.gatt_start_hdl;
177 s_hdl= gatt_cb.hdl_cfg.gap_start_hdl;
185 s_hdl = p_list->asgn_range.e_handle + 1;
188 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl)
191 s_hdl= gatt_cb.hdl_cfg.app_start_hdl;
197 if (num_handles > (0xFFFF - s_hdl + 1))
199 GATT_TRACE_ERROR ("GATTS_ReserveHandles: no handles, s_hdl: %u needed: %u", s_hdl, num_handles)
    [all...]
att_protocol.c 136 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid)
149 UINT16_TO_STREAM (p, s_hdl);
gatt_db.c 63 UINT16 s_hdl, UINT16 num_handle)
72 GATT_TRACE_DEBUG("s_hdl = %d num_handle = %d", s_hdl, num_handle );
75 p_db->next_handle = s_hdl;
76 p_db->end_handle = s_hdl + num_handle;
457 GATT_TRACE_DEBUG("gatts_add_included_service: s_hdl = 0x%04x e_hdl = 0x%04x uuid = 0x%04x",
    [all...]
gatt_utils.c 485 gatt_cb.srv_list[i_sreg].s_hdl = gatt_cb.sr_reg[i_sreg].s_hdl;
533 if (p_new->s_hdl < p_old->s_hdl)
    [all...]
gatt_int.h 237 UINT16 s_hdl; /* service starting handle */ member in struct:__anon5909
336 UINT16 s_hdl; member in struct:srv_list_elem
696 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 388 uint32_t s_hdl = 0; local
389 s_hdl = mm_channel_add_stream(my_obj);
390 *((uint32_t*)out_val) = s_hdl;
691 uint32_t s_hdl = 0; local
704 return s_hdl;
718 s_hdl = stream_obj->my_hdl;
725 CDBG("%s : stream handle = %d", __func__, s_hdl);
726 return s_hdl;
    [all...]
mm_camera.c 830 uint32_t s_hdl = 0; local
841 (void*)&s_hdl);
846 return s_hdl;
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 390 uint32_t s_hdl = 0; local
391 s_hdl = mm_channel_add_stream(my_obj);
392 *((uint32_t*)out_val) = s_hdl;
693 uint32_t s_hdl = 0; local
706 return s_hdl;
721 s_hdl = stream_obj->my_hdl;
728 CDBG("%s : stream handle = %d", __func__, s_hdl);
729 return s_hdl;
    [all...]
mm_camera.c 832 uint32_t s_hdl = 0; local
843 (void*)&s_hdl);
848 return s_hdl;
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 391 uint32_t s_hdl = 0; local
394 s_hdl = mm_channel_add_stream(my_obj,
399 *((uint32_t*)out_val) = s_hdl;
646 uint32_t s_hdl = 0; local
659 return s_hdl;
680 s_hdl = stream_obj->my_hdl;
687 CDBG("%s : stream handle = %d",__func__,s_hdl);
688 return s_hdl;
    [all...]
mm_camera.c 802 uint32_t s_hdl = 0; local
820 (void*)&s_hdl);
825 return s_hdl;
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 343 uint32_t s_hdl = 0; local
346 s_hdl = mm_channel_add_stream(my_obj,
351 *((uint32_t*)out_val) = s_hdl;
766 uint32_t s_hdl = 0; local
779 return s_hdl;
801 s_hdl = stream_obj->my_hdl;
808 CDBG("%s : stream handle = %d",__func__,s_hdl);
809 return s_hdl;
    [all...]
mm_camera.c 909 uint32_t s_hdl = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 527 uint32_t s_hdl = 0; local
528 s_hdl = mm_channel_add_stream(my_obj);
529 *((uint32_t*)out_val) = s_hdl;
888 uint32_t s_hdl = 0; local
    [all...]
mm_camera.c 836 uint32_t s_hdl = 0; local
847 (void*)&s_hdl);
852 return s_hdl;
    [all...]

Completed in 447 milliseconds