Home
last modified time | relevance | path

Searched refs:TakeChannelHandle (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_parcelable.cpp15 pdx::LocalChannelHandle BufferHubQueueParcelable<Magic>::TakeChannelHandle() { in TakeChannelHandle() function in android::dvr::BufferHubQueueParcelable
23 pdx::LocalChannelHandle handle = channel_parcelable_->TakeChannelHandle(); in TakeChannelHandle()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dchannel_parcelable.h25 virtual LocalChannelHandle TakeChannelHandle() = 0;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dchannel_parcelable.h19 LocalChannelHandle TakeChannelHandle() override;
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_parcelable.h49 pdx::LocalChannelHandle TakeChannelHandle();
/frameworks/native/libs/vr/libpdx_uds/
Dchannel_parcelable.cpp27 LocalChannelHandle ChannelParcelable::TakeChannelHandle() { in TakeChannelHandle() function in android::pdx::uds::ChannelParcelable
/frameworks/native/libs/gui/
DBufferHubConsumer.cpp37 consumer->mQueue = ConsumerQueue::Import(parcelable.TakeChannelHandle()); in Create()
DBufferHubProducer.cpp43 producer->queue_ = ProducerQueue::Import(parcelable.TakeChannelHandle()); in Create()
/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue-test.cpp980 producer_queue_ = ProducerQueue::Import(input_parcelable.TakeChannelHandle()); in TEST_F()
1049 consumer_queue_ = ConsumerQueue::Import(input_parcelable.TakeChannelHandle()); in TEST_F()