Searched refs:PROFILE_HID_HOST_SERVER (Results 1 – 3 of 3) sorted by relevance
75 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in GetDevicesByStates()215 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in ~impl()245 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in GetDevicesByStates()258 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in GetDeviceState()271 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in Connect()284 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in Disconnect()298 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in SetConnectStrategy()318 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in GetConnectStrategy()348 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in HidHostVCUnplug()360 sptr<IBluetoothHidHost> proxy = GetRemoteProxy<IBluetoothHidHost>(PROFILE_HID_HOST_SERVER); in HidHostSendData()[all …]
49 const std::string PROFILE_HID_HOST_SERVER = "BluetoothHidHostServer"; variable
675 servers_.EnsureInsert(PROFILE_HID_HOST_SERVER, hidHostServer->AsObject()); in createServers()