Searched refs:AvrcpController (Results 1 – 6 of 6) sorted by relevance
39 static AvrcpController *profile_;82 profile_ = AvrcpController::GetProfile();95 profile_ = AvrcpController::GetProfile();109 profile_ = AvrcpController::GetProfile();125 profile_ = AvrcpController::GetProfile();139 profile_ = AvrcpController::GetProfile();153 profile_ = AvrcpController::GetProfile();169 profile_ = AvrcpController::GetProfile();186 profile_ = AvrcpController::GetProfile();203 profile_ = AvrcpController::GetProfile();[all …]
68 AvrcpController *profile = AvrcpController::GetProfile(); in On()90 AvrcpController *profile = AvrcpController::GetProfile(); in GetConnectionDevices()124 AvrcpController *profile = AvrcpController::GetProfile(); in GetDeviceState()157 AvrcpController *profile = AvrcpController::GetProfile(); in Connect()189 AvrcpController *profile = AvrcpController::GetProfile(); in Disconnect()
49 struct AvrcpController::impl {437 AvrcpController::impl *impl_;890 AvrcpController::impl::impl() in impl()902 AvrcpController *AvrcpController::GetProfile(void) in GetProfile()909 static AvrcpController instance; in GetProfile()1454 int AvrcpController::GetFolderItems( in GetFolderItems()1552 int AvrcpController::EnableNotification( in EnableNotification()1629 int AvrcpController::ChangePath( in ChangePath()1646 int AvrcpController::GetItemAttributes( in GetItemAttributes()1707 AvrcpController::AvrcpController(void) in AvrcpController() function in OHOS::Bluetooth::AvrcpController[all …]
415 class BLUETOOTH_API AvrcpController {467 static AvrcpController *GetProfile(void);479 void RegisterObserver(std::shared_ptr<AvrcpController::IObserver> observer);487 void UnregisterObserver(std::shared_ptr<AvrcpController::IObserver> observer);1030 AvrcpController();1037 virtual ~AvrcpController();1039 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(AvrcpController);1043 friend class BluetoothNoDestructor<AvrcpController>;
28 class NapiAvrcpControllerObserver : public AvrcpController::IObserver {
180 devices = AvrcpController::GetProfile()->GetDevicesByStates(connectState_); in GetAvrCTDeviceInfo()