Home
last modified time | relevance | path

Searched defs:channel_id (Results 1 – 13 of 13) 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/services/vr/bufferhubd/
Dproducer_channel.cpp39 int channel_id, IonBuffer buffer, in ProducerChannel()
62 ProducerChannel::ProducerChannel(BufferHubService* service, int channel_id, in ProducerChannel()
141 BufferHubService* service, int buffer_id, int channel_id, IonBuffer buffer, in Create()
155 BufferHubService* service, int channel_id, uint32_t width, uint32_t height, in Create()
258 int channel_id; in CreateConsumer() local
402 int channel_id; in OnProducerDetach() local
Ddetached_buffer_channel.cpp15 int buffer_id, int channel_id, in DetachedBufferChannel()
125 int channel_id; in OnPromote() local
Dproducer_queue_channel.cpp18 int channel_id, in ProducerQueueChannel()
38 BufferHubService* service, int channel_id, in Create()
106 int channel_id; in OnCreateConsumerQueue() local
Dbuffer_hub.h31 BufferHubChannel(BufferHubService* service, int buffer_id, int channel_id, in BufferHubChannel()
108 int channel_id() const { return channel_id_; } in channel_id() function
Dconsumer_queue_channel.cpp17 BufferHubService* service, int buffer_id, int channel_id, in ConsumerQueueChannel()
Dconsumer_channel.cpp22 int channel_id, uint64_t consumer_state_bit, in ConsumerChannel()
/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
557 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 __anon3442cbd30111::TestChannel
460 const int channel_id = client->GetThisChannelId(); in TEST_F() local
482 const int channel_id = client->GetThisChannelId(); in TEST_F() local
/frameworks/base/core/proto/android/app/
Dnotification.proto32 optional string channel_id = 1 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
/frameworks/native/libs/vr/libpdx/
Dservice.cpp379 int flags, const std::shared_ptr<Channel>& channel, int* channel_id) { in PushChannel()
390 int* channel_id) { in PushChannel()
479 Status<void> Service::SetChannel(int channel_id, in SetChannel()
514 Status<void> Service::CloseChannel(int channel_id) { in CloseChannel()
527 Status<void> Service::ModifyChannelEvents(int channel_id, int clear_mask, in ModifyChannelEvents()
535 int* channel_id) { in PushChannel()
Dservice_tests.cpp722 int channel_id = -1; in TEST_F() local
734 int channel_id = -1; in TEST_F() local
755 int channel_id = -1; in TEST_F() local
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h594 bool HasChannelId(int channel_id) const { in HasChannelId()