Home
last modified time | relevance | path

Searched refs:is_connected (Results 1 – 7 of 7) sorted by relevance

/system/bt/btif/src/
Dbtif_hf_client.cc103 bool is_connected(const btif_hf_client_cb_t* cb);
169 if (cb == NULL || !is_connected(cb)) { in btif_in_hf_client_generic_evt()
188 bool is_connected(const btif_hf_client_cb_t* cb) { in is_connected() function
308 if (is_connected(cb)) return BT_STATUS_BUSY; in connect_int()
360 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL; in connect_audio()
390 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL; in disconnect_audio()
409 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL; in start_voice_recognition()
431 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL; in stop_voice_recognition()
454 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL; in volume_control()
484 if (cb == NULL || !is_connected(cb)) return BT_STATUS_FAIL; in dial()
[all …]
Dbtif_hf.cc159 static bool is_connected(RawAddress* bd_addr) { in is_connected() function
640 if (is_connected(bd_addr)) { in connect_int()
792 if (!is_connected(bd_addr)) { in Disconnect()
829 if (!is_connected(bd_addr)) { in DisconnectAudio()
845 if (!is_connected(bd_addr)) { in StartVoiceRecognition()
869 if (!is_connected(bd_addr)) { in StopVoiceRecognition()
893 if (!is_connected(bd_addr)) { in VolumeControl()
922 if (is_connected(nullptr)) { in DeviceStatusNotification()
943 if (!is_connected(bd_addr)) { in CopsResponse()
967 if (!is_connected(bd_addr)) { in CindResponse()
[all …]
Dbtif_av.cc3288 bool is_connected = peer->IsConnected(); in btif_av_peer_supports_3mbps() local
3290 peer_address.ToString().c_str(), is_connected, is3mbps); in btif_av_peer_supports_3mbps()
3291 return (is_connected && is3mbps); in btif_av_peer_supports_3mbps()
/system/update_engine/update_manager/
Dreal_shill_provider.cc97 bool is_connected = in ProcessDefaultService() local
99 var_is_connected_.SetValue(is_connected); in ProcessDefaultService()
102 if (!is_connected) { in ProcessDefaultService()
/system/bt/gd/shim/
Dl2cap.h31 …d(std::string string_address, uint16_t psm, uint16_t cid, uint16_t remote_cid, bool is_connected)>;
/system/bt/stack/btm/
Dbtm_ble_int_types.h180 bool is_connected; member
/system/bt/stack/include/
Dbt_types.h728 uint32_t is_connected; member