Home
last modified time | relevance | path

Searched refs:GetChannel (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp131 if (state_allocated_ && client_.GetChannel()) in ~Transaction()
132 client_.GetChannel()->FreeTransactionState(state_); in ~Transaction()
136 if (!state_allocated_ && client_.GetChannel()) { in EnsureStateAllocated()
137 state_ = client_.GetChannel()->AllocateTransactionState(); in EnsureStateAllocated()
156 auto status = client_.GetChannel()->SendWithInt( in SendTransaction()
182 *ret = client_.GetChannel()->SendWithInt( in SendTransaction()
203 *ret = client_.GetChannel()->SendWithFileHandle( in SendTransaction()
224 *ret = client_.GetChannel()->SendWithChannelHandle( in SendTransaction()
232 return client_.GetChannel()->PushFileHandle(state_, handle); in PushFileHandle()
280 if (client_.GetChannel()) in CheckDisconnect()
[all …]
H A Dclient_tests.cpp77 using BASE::GetChannel;
97 return static_cast<MockClientChannel*>(client_->GetChannel()); in mock_channel()
114 return static_cast<MockClientChannel*>(client_->GetChannel()); in mock_channel()
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
H A Dservice_tests.cpp189 EXPECT_EQ(test_channel, message.GetChannel()); in TEST_F()
211 EXPECT_EQ(test_channel, message.GetChannel()); in TEST_F()
/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler.cc84 GetChannel()->SendCommand( in OnConfirmYesNo()
87 GetChannel()->SendCommand( in OnConfirmYesNo()
201 this->GetChannel()->SendCommand( in OnReceive()
338 GetChannel()->SendCommand( in OnReceive()
436 GetChannel()->SendCommand( in OnReceive()
454 GetChannel()->SendCommand( in OnReceive()
477 GetChannel()->SendCommand( in OnReceive()
549 GetChannel()->SendCommand( in OnReceive()
568 GetChannel()->SendCommand( in OnReceive()
643 GetChannel()->SendCommand( in UserClickedYes()
[all …]
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
157 EXPECT_TRUE(common_service_.GetChannel( in TEST_F()
162 EXPECT_TRUE(common_service_.GetChannel( in TEST_F()
H A Ddbus_service.cc131 bool DBusUpdateEngineService::GetChannel(ErrorPtr* error, in GetChannel() function in chromeos_update_engine::DBusUpdateEngineService
134 return common_->GetChannel(error, in_get_current_channel, out_channel); in GetChannel()
H A Dcommon_service.h104 bool GetChannel(brillo::ErrorPtr* error,
H A Ddbus_service.h99 bool GetChannel(brillo::ErrorPtr* error,
H A Dcommon_service.cc210 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, in GetChannel() function in chromeos_update_engine::UpdateEngineService
H A Dupdate_engine_client.cc437 if (!client_->GetChannel(&current_channel)) { in ProcessFlags()
/aosp12/system/update_engine/client_library/
H A Dclient_dbus.cc238 return proxy_->GetChannel(false, // Get the target channel. in GetTargetChannel()
243 bool DBusUpdateEngineClient::GetChannel(string* out_channel) const { in GetChannel() function in update_engine::internal::DBusUpdateEngineClient
244 return proxy_->GetChannel(true, // Get the current channel. in GetChannel()
H A Dclient_dbus.h76 bool GetChannel(std::string* out_channel) const override;
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_base.h45 if (auto* client_channel = GetChannel()) { in GetEventMask()
53 if (auto* client_channel = GetChannel()) { in GetEventSources()
/aosp12/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.cpp220 if (auto channel = message.GetChannel<BufferHubChannel>()) in HandleImpulse()
226 auto channel = message.GetChannel<BufferHubChannel>(); in HandleMessage()
266 if (const auto channel = message.GetChannel<BufferHubChannel>()) { in OnCreateBuffer()
294 if (const auto channel = message.GetChannel<BufferHubChannel>()) { in OnCreateProducerQueue()
H A Dproducer_queue_channel.cpp297 service()->GetChannel(buffer_cid)); in OnProducerQueueInsertBuffer()
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h312 std::shared_ptr<Channel> GetChannel() const;
320 std::shared_ptr<C> GetChannel() const { in GetChannel() function
321 return std::static_pointer_cast<C>(GetChannel()); in GetChannel()
419 std::shared_ptr<Channel> GetChannel(int channel_id) const;
H A Dclient.h126 ClientChannel* GetChannel() const { return channel_.get(); } in GetChannel() function
/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_manager_client.h30 if (auto* client_channel = GetChannel()) in GetEventMask()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.cpp249 if (message.GetChannel()) in OnCreateSurface()
338 auto surface = std::static_pointer_cast<DisplaySurface>(message.GetChannel()); in HandleSurfaceMessage()
350 return std::static_pointer_cast<DisplaySurface>(GetChannel(surface_id)); in GetDisplaySurface()
H A Ddisplay_manager_service.cpp77 auto channel = std::static_pointer_cast<DisplayManager>(message.GetChannel()); in HandleMessage()
/aosp12/system/update_engine/client_library/include/update_engine/
H A Dclient.h106 virtual bool GetChannel(std::string* out_channel) const = 0;
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h90 bool is_connected() const { return !!GetChannel(); } in is_connected()
102 if (auto* client_channel = GetChannel()) { in GetEventMask()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp106 test_channel_ = message.GetChannel<TestChannel>(); in HandleImpulse()
131 test_channel_ = message.GetChannel<TestChannel>(); in HandleMessage()
385 if (auto* client_channel = GetChannel()) { in GetEventMask()

12