Searched refs:owns (Results 1 – 12 of 12) sorted by relevance
42 bool owns(const AllocationType& allocation) const { in owns() function136 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 …]
115 int RegisterObject(T* object, bool owns) { in RegisterObject() argument118 owns_[id] = owns; in RegisterObject()142 bool WrapObject(T* c_object, JNIEnv* env, jobject j_object, bool owns) { in WrapObject() argument143 const int id = RegisterObject(c_object, owns); in WrapObject()214 bool WrapObjectInJava(T* c_object, JNIEnv* env, jobject j_object, bool owns) { in WrapObjectInJava() argument216 return pool ? pool->WrapObject(c_object, env, j_object, owns) : false; in WrapObjectInJava()222 jobject j_object, bool owns) { in WrapOwnedObjectInJava() argument223 if (!WrapObjectInJava<T>(c_object.get(), env, j_object, owns)) in WrapOwnedObjectInJava()234 jobject WrapNewObjectInJava(T* c_object, JNIEnv* env, bool owns) { in WrapNewObjectInJava() argument238 if (WrapObjectInJava(c_object, env, result, owns)) in WrapNewObjectInJava()
81 has_owns<T, std::enable_if_t<std::is_same_v<decltype(std::declval<T>().owns(168 auto owns(const sp<ScopedAllocation>& allocation) const171 return mAllocator->owns(allocation->mAllocation);256 auto owns(const AllocationType& allocation) const258 return mAllocator.owns(allocation);319 bool owns(const AllocationType& allocation) const {388 if (mPrimary.owns(allocation)) {405 auto owns(const AllocationType& allocation) const407 return mPrimary.owns(allocation) || mSecondary.owns(allocation);
31 AParcel(AIBinder* binder, ::android::Parcel* parcel, bool owns) in AParcel()32 : mBinder(binder), mParcel(parcel), mOwns(owns) {} in AParcel()
66 // Package name of the app that owns the media session. (This app is on the84 // Package name of the app that owns the media session. (This app is on the118 // Package name of the app that owns the media session. (If is_remote_session
34 // Package name of the app that owns the media session. (This app is on the
65 - This also reports `AppStandbyController.reportExemptedSyncStart()`, so the package that owns
208 // Application/Process that owns the media codec.
5344 // Uid that owns the config whose anomaly detection alert fired.9387 // UID that owns the process.
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
50105 …method public final boolean owns(java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Conditi…50152 …method public final boolean owns(java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionOb…
29570 HSPLjava/util/concurrent/locks/AbstractQueuedSynchronizer;->owns(Ljava/util/concurrent/locks/Abstra…