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

  /system/bt/btif/src/
btif_profile_queue.cc 173 return btif_transfer_context(queue_int_handle_evt, BTIF_QUEUE_CONNECT_EVT,
187 btif_transfer_context(queue_int_handle_evt, BTIF_QUEUE_CLEANUP_EVT,
202 btif_transfer_context(queue_int_handle_evt, BTIF_QUEUE_ADVANCE_EVT, NULL, 0,
btif_core.cc 174 * Function btif_transfer_context
189 bt_status_t btif_transfer_context(tBTIF_CBACK* p_cback, uint16_t event, function
195 BTIF_TRACE_VERBOSE("btif_transfer_context event %d, len %d", event,
881 return btif_transfer_context(execute_storage_request,
909 return btif_transfer_context(execute_storage_request,
    [all...]
btif_mce.cc 108 btif_transfer_context(btif_mce_mas_discovery_comp_evt, event,
btif_sdp.cc 102 btif_transfer_context(btif_sdp_search_comp_evt, event, (char*)p_data,
btif_av.cc     [all...]
btif_dm.cc     [all...]
btif_hh.cc     [all...]
btif_hf_client.cc 361 btif_transfer_context(btif_in_hf_client_generic_evt,
    [all...]
btif_ble_scanner.cc 115 btif_transfer_context(btif_gatts_upstreams_evt, (uint16_t)event,
btif_config.cc 447 btif_transfer_context(btif_config_write, 0, NULL, 0, NULL);
btif_gatt_server.cc 260 status = btif_transfer_context(btapp_gatts_handle_cback, (uint16_t)event,
btif_hd.cc 337 status = btif_transfer_context(btif_hd_upstreams_evt, (uint16_t)event,
btif_hf.cc 622 status = btif_transfer_context(btif_hf_upstreams_evt, (uint16_t)event,
808 btif_transfer_context(btif_in_hf_generic_evt, BTIF_HFP_CB_AUDIO_CONNECTING,
    [all...]
btif_hl.cc     [all...]
btif_pan.cc 258 btif_transfer_context(btif_in_pan_generic_evt, BTIF_PAN_CB_DISCONNECTING,
661 btif_transfer_context(bta_pan_callback_transfer, event, (char*)p_data,
btif_gatt_client.cc 201 btif_transfer_context(btif_gattc_upstreams_evt, (uint16_t)event,
btif_rc.cc     [all...]
  /system/bt/stack/btu/
btu_task.cc 94 FROM_HERE, base::Bind(base::IgnoreResult(&btif_transfer_context),
  /system/bt/stack/test/
stack_btu_test.cc 70 void btif_transfer_context(void (*)(unsigned short, char*), uint16_t, char*, function
97 // btu_task_start_up calls btif_transfer_context to let the stack know
  /system/bt/btif/include/
btif_common.h 217 bt_status_t btif_transfer_context(tBTIF_CBACK* p_cback, uint16_t event,
  /system/bt/btif/test/
btif_profile_queue_test.cc 35 bt_status_t btif_transfer_context(tBTIF_CBACK* p_cback, uint16_t event, function

Completed in 3260 milliseconds