/aosp12/frameworks/native/libs/vr/libpdx/ |
H A D | client.cpp | 131 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 D | client_tests.cpp | 77 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 D | service.cpp | 427 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 D | service_tests.cpp | 189 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 D | classic_pairing_handler.cc | 84 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 D | pairing_handler.h | 86 channel::SecurityManagerChannel* GetChannel() { in GetChannel() function
|
/aosp12/system/update_engine/cros/ |
H A D | common_service_unittest.cc | 153 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 D | dbus_service.cc | 131 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 D | common_service.h | 104 bool GetChannel(brillo::ErrorPtr* error,
|
H A D | dbus_service.h | 99 bool GetChannel(brillo::ErrorPtr* error,
|
H A D | common_service.cc | 210 bool UpdateEngineService::GetChannel(ErrorPtr* /* error */, in GetChannel() function in chromeos_update_engine::UpdateEngineService
|
H A D | update_engine_client.cc | 437 if (!client_->GetChannel(¤t_channel)) { in ProcessFlags()
|
/aosp12/system/update_engine/client_library/ |
H A D | client_dbus.cc | 238 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 D | client_dbus.h | 76 bool GetChannel(std::string* out_channel) const override;
|
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
H A D | buffer_hub_base.h | 45 if (auto* client_channel = GetChannel()) { in GetEventMask() 53 if (auto* client_channel = GetChannel()) { in GetEventSources()
|
/aosp12/frameworks/native/services/vr/bufferhubd/ |
H A D | buffer_hub.cpp | 220 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 D | producer_queue_channel.cpp | 297 service()->GetChannel(buffer_cid)); in OnProducerQueueInsertBuffer()
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/ |
H A D | service.h | 312 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 D | client.h | 126 ClientChannel* GetChannel() const { return channel_.get(); } in GetChannel() function
|
/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
H A D | display_manager_client.h | 30 if (auto* client_channel = GetChannel()) in GetEventMask()
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | display_service.cpp | 249 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 D | display_manager_service.cpp | 77 auto channel = std::static_pointer_cast<DisplayManager>(message.GetChannel()); in HandleMessage()
|
/aosp12/system/update_engine/client_library/include/update_engine/ |
H A D | client.h | 106 virtual bool GetChannel(std::string* out_channel) const = 0;
|
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/ |
H A D | buffer_hub_queue_client.h | 90 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 D | service_framework_tests.cpp | 106 test_channel_ = message.GetChannel<TestChannel>(); in HandleImpulse() 131 test_channel_ = message.GetChannel<TestChannel>(); in HandleMessage() 385 if (auto* client_channel = GetChannel()) { in GetEventMask()
|