Searched refs:TakeChannelHandle (Results 1 – 11 of 11) sorted by relevance
15 pdx::LocalChannelHandle BufferHubQueueParcelable<Magic>::TakeChannelHandle() { in TakeChannelHandle() function in android::dvr::BufferHubQueueParcelable23 pdx::LocalChannelHandle handle = channel_parcelable_->TakeChannelHandle(); in TakeChannelHandle()
25 virtual LocalChannelHandle TakeChannelHandle() = 0;
19 LocalChannelHandle TakeChannelHandle() override;
49 pdx::LocalChannelHandle TakeChannelHandle();
27 LocalChannelHandle ChannelParcelable::TakeChannelHandle() { in TakeChannelHandle() function in android::pdx::uds::ChannelParcelable
37 consumer->mQueue = ConsumerQueue::Import(parcelable.TakeChannelHandle()); in Create()
42 producer->queue_ = ProducerQueue::Import(parcelable.TakeChannelHandle()); in Create()
120 DetachedBufferHandle::Create(client_.TakeChannelHandle())); in TakeGraphicBuffer()
34 LocalChannelHandle BufferHubClient::TakeChannelHandle() { in TakeChannelHandle() function in android::dvr::BufferHubClient
25 pdx::LocalChannelHandle TakeChannelHandle();
777 producer_queue_ = ProducerQueue::Import(input_parcelable.TakeChannelHandle()); in TEST_F()846 consumer_queue_ = ConsumerQueue::Import(input_parcelable.TakeChannelHandle()); in TEST_F()