Home
last modified time | relevance | path

Searched defs:GetChannel (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/gd/security/pairing/
H A Dpairing_handler.h86 channel::SecurityManagerChannel* GetChannel() { in GetChannel() function
/aosp12/system/update_engine/cros/
H A Dcommon_service_unittest.cc153 TEST_F(UpdateEngineServiceTest, GetChannel) { in TEST_F() argument
H A Ddbus_service.cc131 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error, in GetChannel() function in chromeos_update_engine::DBusUpdateEngineService
H A Dcommon_service.cc210 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, in GetChannel() function in chromeos_update_engine::UpdateEngineService
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h126 ClientChannel* GetChannel() const { return channel_.get(); } in GetChannel() function
H A Dservice.h320 std::shared_ptr<C> GetChannel() const { in GetChannel() function
/aosp12/system/update_engine/client_library/
H A Dclient_dbus.cc243 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const { in GetChannel() function in update_engine::internal::DBusUpdateEngineClient
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp427 std::shared_ptr<Channel> Message::GetChannel() const { return channel_.lock(); } in GetChannel() function in android::pdx::Message
497 std::shared_ptr<Channel> Service::GetChannel(int channel_id) const { in GetChannel() function in android::pdx::Service