Home
last modified time | relevance | path

Searched refs:owns (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/utils/tests/
Dshared_memory_allocator_tests.cpp42 bool owns(const AllocationType& allocation) const { in owns() function
136 EXPECT_TRUE(allocator.owns(first_memory) && allocator.owns(second_memory)); in TEST()
154 EXPECT_FALSE(allocator.owns(second_memory)); in TEST()
155 EXPECT_TRUE(allocator.owns(first_memory)); in TEST()
192 EXPECT_TRUE(allocator_handle->owns(memory)); in TEST()
195 EXPECT_FALSE(allocator_handle->owns(memory)); in TEST()
205 EXPECT_TRUE(primary_allocator->owns(memory)); in TEST()
212 EXPECT_TRUE(primary_allocator->owns(memory2)); in TEST()
214 EXPECT_FALSE(primary_allocator->owns(memory2)); in TEST()
218 EXPECT_TRUE(allocator2.owns(ValidateForwarding<0>::owned)); in TEST()
[all …]
/frameworks/base/media/mca/filterfw/jni/
Djni_util.h115 int RegisterObject(T* object, bool owns) { in RegisterObject() argument
118 owns_[id] = owns; in RegisterObject()
142 bool WrapObject(T* c_object, JNIEnv* env, jobject j_object, bool owns) { in WrapObject() argument
143 const int id = RegisterObject(c_object, owns); in WrapObject()
214 bool WrapObjectInJava(T* c_object, JNIEnv* env, jobject j_object, bool owns) { in WrapObjectInJava() argument
216 return pool ? pool->WrapObject(c_object, env, j_object, owns) : false; in WrapObjectInJava()
222 jobject j_object, bool owns) { in WrapOwnedObjectInJava() argument
223 if (!WrapObjectInJava<T>(c_object.get(), env, j_object, owns)) in WrapOwnedObjectInJava()
234 jobject WrapNewObjectInJava(T* c_object, JNIEnv* env, bool owns) { in WrapNewObjectInJava() argument
238 if (WrapObjectInJava(c_object, env, result, owns)) in WrapNewObjectInJava()
/frameworks/av/media/utils/include/mediautils/
DSharedMemoryAllocator.h81 has_owns<T, std::enable_if_t<std::is_same_v<decltype(std::declval<T>().owns(
168 auto owns(const sp<ScopedAllocation>& allocation) const
171 return mAllocator->owns(allocation->mAllocation);
256 auto owns(const AllocationType& allocation) const
258 return mAllocator.owns(allocation);
319 bool owns(const AllocationType& allocation) const {
388 if (mPrimary.owns(allocation)) {
405 auto owns(const AllocationType& allocation) const
407 return mPrimary.owns(allocation) || mSecondary.owns(allocation);
/frameworks/native/libs/binder/ndk/
Dparcel_internal.h31 AParcel(AIBinder* binder, ::android::Parcel* parcel, bool owns) in AParcel()
32 : mBinder(binder), mParcel(parcel), mOwns(owns) {} in AParcel()
/frameworks/proto_logging/stats/atoms/wear/media/
Dwear_media_extension_atoms.proto66 // Package name of the app that owns the media session. (This app is on the
84 // Package name of the app that owns the media session. (This app is on the
118 // Package name of the app that owns the media session. (If is_remote_session
Dwear_media_atoms.proto34 // Package name of the app that owns the media session. (This app is on the
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.md65 - This also reports `AppStandbyController.reportExemptedSyncStart()`, so the package that owns
/frameworks/proto_logging/stats/atoms/media/
Dmedia_codec_extension_atoms.proto208 // Application/Process that owns the media codec.
/frameworks/proto_logging/stats/
Datoms.proto5344 // Uid that owns the config whose anomaly detection alert fired.
9387 // UID that owns the process.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt50105 …method public final boolean owns(java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Conditi…
50152 …method public final boolean owns(java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionOb…
/frameworks/base/config/
Dboot-image-profile.txt29570 HSPLjava/util/concurrent/locks/AbstractQueuedSynchronizer;->owns(Ljava/util/concurrent/locks/Abstra…