Searched defs:Duplicate (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/tools/consumers/
H A Dduplicates.py79 class Duplicate: class in inherits:
80 """A small struct to maintain the positions of a Duplicate resource definition."""
112 self._current_resource = Duplicate(
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dchannel_handle.h58 ChannelHandle Duplicate() const { return ChannelHandle{value_}; } function in class:android::pdx::ChannelHandleBase::ChannelHandle
H A Dfile_handle.h96 FileHandle Duplicate() const { function in class:android::pdx::FileHandle
/frameworks/native/libs/vr/libbufferhub/
H A Dion_buffer.cpp161 int IonBuffer::Duplicate(const IonBuffer* other) { function in class:android::dvr::IonBuffer
173 ALOGE("IonBuffer::Duplicate: Failed to create new native handle.");
177 // Duplicate the file descriptors from the other native handle.
189 ALOGE("IonBuffer::Duplicate: Failed to import duplicate native handle: %s",

Completed in 1614 milliseconds