/frameworks/native/libs/vr/libvrflinger/ |
D | display_manager_service.h | 20 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/ |
D | producer_channel.cpp | 39 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
|
D | detached_buffer_channel.cpp | 15 int buffer_id, int channel_id, in DetachedBufferChannel() 125 int channel_id; in OnPromote() local
|
D | producer_queue_channel.cpp | 18 int channel_id, in ProducerQueueChannel() 38 BufferHubService* service, int channel_id, in Create() 106 int channel_id; in OnCreateConsumerQueue() local
|
D | buffer_hub.h | 31 BufferHubChannel(BufferHubService* service, int buffer_id, int channel_id, in BufferHubChannel() 108 int channel_id() const { return channel_id_; } in channel_id() function
|
D | consumer_queue_channel.cpp | 17 BufferHubService* service, int buffer_id, int channel_id, in ConsumerQueueChannel()
|
D | consumer_channel.cpp | 22 int channel_id, uint64_t consumer_state_bit, in ConsumerChannel()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_endpoint.cpp | 265 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 …]
|
D | service_framework_tests.cpp | 76 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/ |
D | notification.proto | 32 optional string channel_id = 1 [ (.android.privacy).dest = DEST_EXPLICIT ]; field
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 379 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()
|
D | service_tests.cpp | 722 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/ |
D | service.h | 594 bool HasChannelId(int channel_id) const { in HasChannelId()
|