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

  /system/update_engine/
binder_service_brillo.cc 104 Status BinderUpdateEngineBrilloService::SetChannel(
106 return CallCommonHandler(&UpdateEngineService::SetChannel,
dbus_service.cc 89 bool DBusUpdateEngineService::SetChannel(ErrorPtr* error,
92 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed);
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);
  /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 179 milliseconds