Home
last modified time | relevance | path

Searched defs:channel_id (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
Ddisplay_manager_service.h20 DisplayManager(DisplayManagerService* service, int channel_id) in DisplayManager()
23 int channel_id() const { return channel_id_; } in channel_id() function
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp265 Status<void> Endpoint::SetChannel(int channel_id, Channel* channel) { in SetChannel()
323 Status<void> Endpoint::CloseChannel(int channel_id) { in CloseChannel()
328 Status<void> Endpoint::CloseChannelLocked(int32_t channel_id) { in CloseChannelLocked()
353 Status<void> Endpoint::ModifyChannelEvents(int channel_id, int clear_mask, in ModifyChannelEvents()
428 int* channel_id) { in PushChannel()
464 Channel* Endpoint::GetChannelState(int32_t channel_id) { in GetChannelState()
471 BorrowedHandle Endpoint::GetChannelSocketFd(int32_t channel_id) { in GetChannelSocketFd()
481 int32_t channel_id) { in GetChannelEventFd()
500 int32_t channel_id = GetChannelId(channel_fd); in ReceiveMessageForChannel() local
560 void Endpoint::BuildCloseMessage(int32_t channel_id, Message* message) { in BuildCloseMessage()
[all …]
Dservice_framework_tests.cpp76 explicit TestChannel(int channel_id) : channel_id_(channel_id) {} in TestChannel()
78 int channel_id() const { return channel_id_; } in channel_id() function in __anon37bab8ba0111::TestChannel
460 const int channel_id = client->GetThisChannelId(); in TEST_F() local
482 const int channel_id = client->GetThisChannelId(); in TEST_F() local
/frameworks/native/services/vr/bufferhubd/
Dproducer_channel.cpp29 int channel_id, IonBuffer buffer, in ProducerChannel()
52 ProducerChannel::ProducerChannel(BufferHubService* service, int channel_id, in ProducerChannel()
135 BufferHubService* service, int buffer_id, int channel_id, IonBuffer buffer, in Create()
149 BufferHubService* service, int channel_id, uint32_t width, uint32_t height, in Create()
313 int channel_id; in CreateConsumer() local
Dproducer_queue_channel.cpp17 int channel_id, in ProducerQueueChannel()
37 BufferHubService* service, int channel_id, in Create()
110 int channel_id; in OnCreateConsumerQueue() local
Dconsumer_queue_channel.cpp15 BufferHubService* service, int buffer_id, int channel_id, in ConsumerQueueChannel()
Dconsumer_channel.cpp20 int channel_id, uint32_t client_state_mask, in ConsumerChannel()
/frameworks/native/libs/vr/libpdx/fuzz/
Dhelpers.h76 Status<void> SetChannel(int channel_id, Channel* channel) { in SetChannel()
120 Status<void> CloseChannel(int channel_id) { in CloseChannel()
127 Status<void> ModifyChannelEvents(int channel_id, int clear_mask, in ModifyChannelEvents()
143 Channel* channel, int* channel_id) { in PushChannel()
Dmessage_fuzzer.cpp138 int channel_id = 0; in LLVMFuzzerTestOneInput() local
/frameworks/base/core/proto/android/app/
Dnotification.proto31 optional string channel_id = 1 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
/frameworks/native/libs/vr/libpdx/
Dservice.cpp373 int flags, const std::shared_ptr<Channel>& channel, int* channel_id) { in PushChannel()
384 int* channel_id) { in PushChannel()
473 Status<void> Service::SetChannel(int channel_id, in SetChannel()
508 Status<void> Service::CloseChannel(int channel_id) { in CloseChannel()
521 Status<void> Service::ModifyChannelEvents(int channel_id, int clear_mask, in ModifyChannelEvents()
529 int* channel_id) { in PushChannel()
Dservice_tests.cpp724 int channel_id = -1; in TEST_F() local
736 int channel_id = -1; in TEST_F() local
757 int channel_id = -1; in TEST_F() local
/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dbuffer_hub.h31 BufferHubChannel(BufferHubService* service, int buffer_id, int channel_id, in BufferHubChannel()
105 int channel_id() const { return channel_id_; } in channel_id() function
/frameworks/base/core/proto/android/server/
Dnotificationhistory.proto43 optional string channel_id = 5; field
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h603 bool HasChannelId(int channel_id) const { in HasChannelId()
/frameworks/base/core/proto/android/service/
Dnotification.proto62 optional string channel_id = 4 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
/frameworks/proto_logging/stats/
Datoms.proto7290 optional string channel_id = 2; field