Searched refs:kSingletonInstanceId (Results 1 – 11 of 11) sorted by relevance
29 const int A2dpSink::kSingletonInstanceId = 0; member in bluetooth::A2dpSink41 int A2dpSink::GetInstanceId() const { return kSingletonInstanceId; } in GetInstanceId()
35 static const int kSingletonInstanceId;
105 const int A2dpSource::kSingletonInstanceId = 0; member in bluetooth::A2dpSource117 int A2dpSource::GetInstanceId() const { return kSingletonInstanceId; } in GetInstanceId()
36 static const int kSingletonInstanceId;
40 static const int kSingletonInstanceId;
97 const int AvrcpTarget::kSingletonInstanceId = 0; member in bluetooth::AvrcpTarget109 int AvrcpTarget::GetInstanceId() const { return kSingletonInstanceId; } in GetInstanceId()
197 auto cb = GetCallback(bluetooth::A2dpSink::kSingletonInstanceId); in GetA2dpSinkCallback()205 GetInstance(bluetooth::A2dpSink::kSingletonInstanceId)); in GetA2dpSink()
200 auto cb = GetCallback(bluetooth::A2dpSource::kSingletonInstanceId); in GetA2dpSourceCallback()208 GetInstance(bluetooth::A2dpSource::kSingletonInstanceId)); in GetA2dpSource()
312 auto cb = GetCallback(bluetooth::AvrcpTarget::kSingletonInstanceId); in GetAvrcpTargetCallback()320 GetInstance(bluetooth::AvrcpTarget::kSingletonInstanceId)); in GetAvrcpTarget()
191 EXPECT_EQ(bluetooth::A2dpSource::kSingletonInstanceId, in TEST_F()
194 EXPECT_EQ(bluetooth::A2dpSink::kSingletonInstanceId, in TEST_F()