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

  /system/bt/stack/gatt/
gatt_sr.c 507 UINT8 op_code, UINT16 s_hdl,
528 p_rcb->s_hdl >= s_hdl &&
529 p_rcb->s_hdl <= e_hdl &&
557 UINT16_TO_STREAM(p, p_rcb->s_hdl);
600 UINT16 s_hdl, UINT16 e_hdl)
623 if (p_attr->handle >= s_hdl)
685 UINT16 uuid_len, s_hdl = 0, e_hdl = 0; local
692 STREAM_TO_UINT16(s_hdl, p);
696 if (s_hdl > e_hdl || !GATT_HANDLE_IS_VALID(s_hdl) || !GATT_HANDLE_IS_VALID(e_hdl)
747 UINT16 s_hdl = 0, e_hdl = 0; local
811 UINT16 s_hdl = 0, e_hdl = 0, buf_len; local
946 UINT16 buf_len, s_hdl, e_hdl, err_hdl = 0; local
    [all...]
gatt_api.c 146 UINT16 s_hdl=0; local
165 s_hdl = p_list->asgn_range.s_handle;
172 s_hdl= gatt_cb.hdl_cfg.gatt_start_hdl;
176 s_hdl= gatt_cb.hdl_cfg.gap_start_hdl;
184 s_hdl = p_list->asgn_range.e_handle + 1;
187 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl)
190 s_hdl= gatt_cb.hdl_cfg.app_start_hdl;
196 if (num_handles > (0xFFFF - s_hdl + 1))
198 GATT_TRACE_ERROR ("GATTS_ReserveHandles: no handles, s_hdl: %u needed: %u", s_hdl, num_handles)
    [all...]
gatt_int.h 237 UINT16 s_hdl; /* service starting handle */ member in struct:__anon73623
334 UINT16 s_hdl; member in struct:srv_list_elem
677 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT16 s_hdl, UINT16 num_handle);
att_protocol.c 128 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid)
139 UINT16_TO_STREAM(p, s_hdl);
gatt_db.c 63 UINT16 s_hdl, UINT16 num_handle)
74 GATT_TRACE_DEBUG("s_hdl = %d num_handle = %d", s_hdl, num_handle );
77 p_db->next_handle = s_hdl;
78 p_db->end_handle = s_hdl + num_handle;
446 GATT_TRACE_DEBUG("gatts_add_included_service: s_hdl = 0x%04x e_hdl = 0x%04x uuid = 0x%04x",
    [all...]
gatt_utils.c 505 gatt_cb.srv_list[i_sreg].s_hdl = gatt_cb.sr_reg[i_sreg].s_hdl;
553 if (p_new->s_hdl < p_old->s_hdl)
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 574 uint32_t s_hdl = 0; local
575 s_hdl = mm_channel_add_stream(my_obj);
576 *((uint32_t*)out_val) = s_hdl;
583 uint32_t s_hdl = 0; local
585 s_hdl = mm_channel_link_stream(my_obj, stream_link);
586 *((uint32_t*)out_val) = s_hdl;
978 uint32_t s_hdl = 0; local
1031 uint32_t s_hdl = 0; local
    [all...]
mm_camera.c 956 uint32_t s_hdl = 0; local
997 uint32_t s_hdl = 0; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 574 uint32_t s_hdl = 0; local
575 s_hdl = mm_channel_add_stream(my_obj);
576 *((uint32_t*)out_val) = s_hdl;
583 uint32_t s_hdl = 0; local
585 s_hdl = mm_channel_link_stream(my_obj, stream_link);
586 *((uint32_t*)out_val) = s_hdl;
978 uint32_t s_hdl = 0; local
1031 uint32_t s_hdl = 0; local
    [all...]
mm_camera.c 956 uint32_t s_hdl = 0; local
997 uint32_t s_hdl = 0; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 781 uint32_t s_hdl = 0; local
790 uint32_t s_hdl = 0; local
1224 uint32_t s_hdl = 0; local
1276 uint32_t s_hdl = 0; local
    [all...]
mm_camera.c 1010 uint32_t s_hdl = 0; local
1051 uint32_t s_hdl = 0; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 827 uint32_t s_hdl = 0; local
836 uint32_t s_hdl = 0; local
846 uint32_t s_hdl = 0; local
1307 uint32_t s_hdl = 0; local
1502 uint32_t s_hdl = 0; local
    [all...]
mm_camera.c 989 uint32_t s_hdl = 0; local
1030 uint32_t s_hdl = 0; local
    [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 865 uint32_t s_hdl = 0; local
876 (void*)&s_hdl);
881 return s_hdl;
    [all...]

Completed in 460 milliseconds