HomeSort by relevance Sort by last modified time
    Searched refs:SetChannel (Results 1 - 22 of 22) sorted by null

  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 29 void SetChannel(in String target_channel, in boolean powewash);
  /system/update_engine/
common_service_unittest.cc 68 // SetChannel is allowed when there's no device policy (the device is not
76 EXPECT_TRUE(common_service_.SetChannel(&error_, "stable-channel", true));
90 EXPECT_TRUE(common_service_.SetChannel(&error_, "beta-channel", true));
101 EXPECT_FALSE(common_service_.SetChannel(&error_, "foo-channel", true));
dbus_service.cc 89 bool DBusUpdateEngineService::SetChannel(ErrorPtr* error,
92 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed);
common_service.h 83 bool SetChannel(brillo::ErrorPtr* error,
binder_service_brillo.h 68 android::binder::Status SetChannel(const android::String16& target_channel,
binder_service_brillo.cc 104 Status BinderUpdateEngineBrilloService::SetChannel(
106 return CallCommonHandler(&UpdateEngineService::SetChannel,
dbus_service.h 83 bool SetChannel(brillo::ErrorPtr* error,
common_service.cc 144 bool UpdateEngineService::SetChannel(ErrorPtr* error,
  /frameworks/native/libs/vr/libpdx/
service.cpp 438 Status<void> Message::SetChannel(const std::shared_ptr<Channel>& chan) {
442 status = svc->SetChannel(info_.cid, chan);
482 Status<void> Service::SetChannel(int channel_id,
484 PDX_TRACE_NAME("Service::SetChannel");
487 const auto status = endpoint_->SetChannel(channel_id, channel.get());
489 ALOGE("%s::SetChannel: Failed to set channel context: %s\n", name_.c_str(),
595 message.SetChannel(OnChannelOpen(message));
603 message.SetChannel(nullptr);
service_tests.cpp 226 EXPECT_CALL(*endpoint(), SetChannel(kTestCid, channel.get()))
243 EXPECT_CALL(*endpoint(), SetChannel(kTestCid, nullptr))
  /frameworks/native/libs/vr/libpdx/private/pdx/
mock_service_endpoint.h 14 MOCK_METHOD2(SetChannel, Status<void>(int channel_id, Channel* channel));
service_endpoint.h 50 virtual Status<void> SetChannel(int channel_id, Channel* channel) = 0;
service.h 304 Status<void> SetChannel(const std::shared_ptr<Channel>& channnel);
395 Status<void> SetChannel(int channel_id,
582 * Service::{GetChannel,SetChannel,CloseChannel,PushChannel}() or
583 * Message::SetChannel() in the action.
  /frameworks/native/services/vr/bufferhubd/
producer_queue_channel.cpp 124 service()->SetChannel(channel_id, consumer_queue_channel);
241 service()->SetChannel(buffer_id, producer_channel);
buffer_hub.cpp 264 message.SetChannel(status.take());
320 message.SetChannel(buffer);
335 message.SetChannel(persistent_buffer);
374 message.SetChannel(buffer);
402 message.SetChannel(status.take());
producer_channel.cpp 146 const auto channel_status = service()->SetChannel(channel_id, consumer);
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
service_endpoint.h 43 Status<void> SetChannel(int channel_id, Channel* channel) override;
  /frameworks/native/libs/vr/libvrflinger/
display_service.cpp 140 message.SetChannel(surface_status.take());
  /system/update_engine/client_library/
client_binder.cc 205 return service_->SetChannel(String16{in_target_channel.c_str()},
client_dbus.cc 218 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr);
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 262 Status<void> Endpoint::SetChannel(int channel_id, Channel* channel) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 239 procedure SetChannel(const Value: Integer);
257 property Channel: Integer read GetChannel write SetChannel;
517 procedure SetChannel(const Value: Integer);
618 property Channel: Integer read GetChannel write SetChannel;
666 procedure SetChannel(const Value: Integer);
678 property Channel: Integer read GetChannel write SetChannel;
    [all...]

Completed in 239 milliseconds