Home
last modified time | relevance | path

Searched refs:kSingletonInstanceId (Results 1 – 11 of 11) sorted by relevance

/system/bt/service/
Da2dp_sink.cc29 const int A2dpSink::kSingletonInstanceId = 0; member in bluetooth::A2dpSink
41 int A2dpSink::GetInstanceId() const { return kSingletonInstanceId; } in GetInstanceId()
Da2dp_sink.h35 static const int kSingletonInstanceId;
Da2dp_source.cc105 const int A2dpSource::kSingletonInstanceId = 0; member in bluetooth::A2dpSource
117 int A2dpSource::GetInstanceId() const { return kSingletonInstanceId; } in GetInstanceId()
Da2dp_source.h36 static const int kSingletonInstanceId;
Davrcp_target.h40 static const int kSingletonInstanceId;
Davrcp_target.cc97 const int AvrcpTarget::kSingletonInstanceId = 0; member in bluetooth::AvrcpTarget
109 int AvrcpTarget::GetInstanceId() const { return kSingletonInstanceId; } in GetInstanceId()
/system/bt/service/ipc/binder/
Dbluetooth_a2dp_sink_binder_server.cc197 auto cb = GetCallback(bluetooth::A2dpSink::kSingletonInstanceId); in GetA2dpSinkCallback()
205 GetInstance(bluetooth::A2dpSink::kSingletonInstanceId)); in GetA2dpSink()
Dbluetooth_a2dp_source_binder_server.cc200 auto cb = GetCallback(bluetooth::A2dpSource::kSingletonInstanceId); in GetA2dpSourceCallback()
208 GetInstance(bluetooth::A2dpSource::kSingletonInstanceId)); in GetA2dpSource()
Dbluetooth_avrcp_target_binder_server.cc312 auto cb = GetCallback(bluetooth::AvrcpTarget::kSingletonInstanceId); in GetAvrcpTargetCallback()
320 GetInstance(bluetooth::AvrcpTarget::kSingletonInstanceId)); in GetAvrcpTarget()
/system/bt/service/test/
Da2dp_source_unittest.cc191 EXPECT_EQ(bluetooth::A2dpSource::kSingletonInstanceId, in TEST_F()
Da2dp_sink_unittest.cc194 EXPECT_EQ(bluetooth::A2dpSink::kSingletonInstanceId, in TEST_F()