Searched refs:hidHostService_ (Results 1 – 1 of 1) sorted by relevance
63 IProfileHidHost *hidHostService_ = nullptr; member85 pimpl_->hidHostService_ = pimpl_->GetServicePtr(); in OnSystemStateChange()86 if (pimpl_->hidHostService_ != nullptr) { in OnSystemStateChange()91 pimpl_->hidHostService_ = nullptr; in OnSystemStateChange()120 pimpl->hidHostService_ = pimpl->GetServicePtr(); in BluetoothHidHostServer()121 if (pimpl->hidHostService_ != nullptr) { in BluetoothHidHostServer()130 if (pimpl->hidHostService_ != nullptr) { in ~BluetoothHidHostServer()189 if (pimpl == nullptr || pimpl->hidHostService_ == nullptr) { in GetDevicesByStates()214 state = pimpl->hidHostService_->GetDeviceState(device); in GetDeviceState()234 return pimpl->hidHostService_->Connect(device); in Connect()[all …]