HomeSort by relevance Sort by last modified time
    Searched defs:inst_id (Results 1 - 23 of 23) sorted by null

  /system/bt/bta/include/
bta_hh_co.h 34 UINT8 inst_id; member in struct:__anon68932
bta_gatt_api.h 56 UINT8 inst_id; /* instance ID */ member in struct:__anon68862
    [all...]
  /hardware/libhardware/include/hardware/
bt_gatt_types.h 36 uint8_t inst_id; member in struct:__anon24681
  /system/bt/stack/srvc/
srvc_battery_int.h 52 UINT8 inst_id; member in struct:__anon69799
  /system/bt/btif/src/
btif_gatt_multi_adv_util.c 64 /* Storing both client_if and inst_id details */
107 int btif_multi_adv_add_instid_map(int client_if, int inst_id, BOOLEAN gen_temp_instid)
121 // Write the final inst_id value obtained from stack layer
122 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
129 //Store the passed in inst_id value
130 if (inst_id != INVALID_ADV_INST)
131 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
151 if (inst_id != INVALID_ADV_INST)
152 p_multi_adv_data_cb->clntif_map[i + (i + 1)] = inst_id;
177 // Retrieve the existing inst_id for the client_if valu
613 int inst_id = btif_multi_adv_instid_for_clientif(client_if); local
    [all...]
btif_gatt_client.c 183 uint8_t inst_id; member in struct:__anon69173
679 if (0xFF != p_btif_cb->inst_id)
680 btif_multi_adv_add_instid_map(p_btif_cb->client_if, p_btif_cb->inst_id, false);
860 static void bta_gattc_multi_adv_cback(tBTA_BLE_MULTI_ADV_EVT event, UINT8 inst_id,
876 BTIF_TRACE_DEBUG("%s -Inst ID %d, Status:%x, client_if:%d",__FUNCTION__,inst_id, call_status,
880 btif_cb.inst_id = inst_id;
1645 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); local
1664 int inst_id = btif_multi_adv_instid_for_clientif(p_adv_data->client_if); local
1688 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if); local
    [all...]
  /system/bt/stack/btm/
btm_ble_multi_adv.c 67 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt)
71 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id;
113 UINT8 *p = p_params->p_param_buf, inst_id; local
127 btm_ble_multi_adv_deq_op_q(&opcode, &inst_id, &cb_evt);
129 BTM_TRACE_DEBUG("op_code = %02x inst_id = %d cb_evt = %02x", opcode, inst_id, cb_evt);
131 if (opcode != subcode || inst_id == 0)
137 p_inst = &btm_multi_adv_cb.p_adv_inst[inst_id - 1];
147 btm_multi_adv_cb.p_adv_inst[inst_id-1].in_use = FALSE;
181 (p_inst->p_cback)(cb_evt, inst_id, p_inst->p_ref, status)
    [all...]
  /device/asus/deb/kernel-headers/media/
msmb_pproc.h 107 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
  /device/asus/deb/original-kernel-headers/media/
msmb_pproc.h 95 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
  /device/asus/flo/kernel-headers/media/
msmb_pproc.h 107 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
  /device/asus/flo/original-kernel-headers/media/
msmb_pproc.h 95 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_pproc.h 114 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
177 uint32_t inst_id; member in struct:msm_vpe_frame_info_t
msm_camera.h 2140 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 101 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
157 uint32_t inst_id; member in struct:msm_vpe_frame_info_t
msm_camera.h 2219 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
    [all...]
  /system/bt/bta/hh/
bta_hh_int.h 194 UINT8 inst_id; /* share service instance ID and report instance ID, as member in struct:__anon68735
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h 152 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
219 uint32_t inst_id; member in struct:msm_vpe_frame_info_t
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 144 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
202 uint32_t inst_id; member in struct:msm_vpe_frame_info_t
306 uint32_t inst_id; member in struct:msm_cpp_frame_info32_t
  /system/bt/bta/gatt/
bta_gattc_int.h 259 UINT8 inst_id; member in struct:gattc_attr_cache
  /system/bt/bta/dm/
bta_dm_int.h 521 UINT8 inst_id; member in struct:__anon68628
528 UINT8 inst_id; member in struct:__anon68629
537 UINT8 inst_id; member in struct:__anon68630
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 489 typedef void (tBTM_BLE_MULTI_ADV_CBACK)(tBTM_BLE_MULTI_ADV_EVT evt, UINT8 inst_id,
494 UINT8 inst_id; member in struct:__anon69576
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 2020 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 1909 uint32_t inst_id; member in struct:msm_cpp_frame_info_t
    [all...]

Completed in 980 milliseconds