Home
last modified time | relevance | path

Searched refs:Duplicate (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/tools/consumers/
H A Dduplicates.py79 class Duplicate: class
112 self._current_resource = Duplicate(
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dfile_handle.h96 FileHandle Duplicate() const { in Duplicate() function
H A Dchannel_handle.h58 ChannelHandle Duplicate() const { return ChannelHandle{value_}; } in Duplicate() function
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dnative_handle_wrapper.h56 fds.emplace_back(fd.Duplicate()); in DuplicateHandle()
H A Dion_buffer.h65 int Duplicate(const IonBuffer* other);
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp268 return state->PushFileHandle(handle.Duplicate()); in PushFileHandle()
280 return state->PushChannelHandle(handle.Duplicate()); in PushChannelHandle()
H A Dservice_endpoint.cpp680 auto ref = state->PushChannelHandle(handle.Duplicate()); in MessageReplyChannelHandle()
712 return state->PushFileHandle(handle.Duplicate()); in PushFileHandle()
729 return state->PushChannelHandle(handle.Duplicate()); in PushChannelHandle()
/aosp12/frameworks/native/libs/vr/libbufferhub/
H A Dconsumer_buffer.cpp82 *out_fence = shared_acquire_fence_.Duplicate(); in LocalAcquire()
H A Dbuffer_hub_base.cpp175 pending_fence_fd_ = new_fence.Duplicate(); in UpdateSharedFence()
H A Dproducer_buffer.cpp219 *out_fence = shared_release_fence_.Duplicate(); in LocalGain()
H A Dion_buffer.cpp161 int IonBuffer::Duplicate(const IonBuffer* other) { in Duplicate() function in android::dvr::IonBuffer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DShadeListBuilderLogger.kt129 "(Build $int1) Duplicate top-level key: $str1"
/aosp12/packages/apps/Car/Notification/
H A DAndroid.bp61 // Duplicate of CarNotification which includes testing only resources for Robolectric
/aosp12/packages/apps/Car/Dialer/
H A DAndroid.bp93 // Duplicate of CarDialerApp using fake components used for debugging and testings #
/aosp12/packages/apps/Car/Settings/
H A DAndroid.bp87 // Duplicate of CarSettings which includes testing only resources for Robolectric
/aosp12/frameworks/proto_logging/stats/enums/stats/connectivity/
H A Dnetwork_stack.proto77 // Duplicate address detection
/aosp12/packages/apps/Dialer/java/com/android/dialer/theme/
H A DREADME.md68 * Duplicate the resources from this directory into another.
/aosp12/frameworks/native/services/inputflinger/docs/
H A Danr.md33 … keep track of the next time a dispatch entry would become out of date. Duplicate entries are allo…
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dseapp_contexts71 # Duplicate entries, i.e. with identical input selectors, are not allowed.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dseapp_contexts71 # Duplicate entries, i.e. with identical input selectors, are not allowed.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dseapp_contexts71 # Duplicate entries, i.e. with identical input selectors, are not allowed.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dseapp_contexts71 # Duplicate entries, i.e. with identical input selectors, are not allowed.
/aosp12/system/sepolicy/private/
H A Dseapp_contexts71 # Duplicate entries, i.e. with identical input selectors, are not allowed.
/aosp12/frameworks/base/tools/aapt2/
H A Dreadme.md149 - Duplicate resource filtering: removes duplicate resources in dominated configurations
/aosp12/build/make/core/
H A DMakefile116 $(warning Duplicate header copy: $(dest)) \