Searched refs:ObjectType (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
D | ParcelableComponentTest.kt | 101 private fun <ObjectType, ReturnType> buildParams( in <lambda>() 102 getFunction: KFunction1<ObjectType, ReturnType>, in <lambda>() 104 return buildParams<ObjectType, ReturnType, ReturnType, ReturnType>( in <lambda>() 111 private fun <ObjectType, ReturnType, SetType : Any?, CompareType : Any?> buildParams( in <lambda>() 112 getFunction: KFunction1<ObjectType, ReturnType>, in <lambda>() 115 return getSetByValue<ObjectType, ReturnType, SetType, Any?>( in <lambda>() 123 private fun <ObjectType, ReturnType> findSetFunction( in <lambda>() 124 getFunction: KFunction1<ObjectType, ReturnType> in <lambda>() 125 ): KFunction2<ObjectType, ReturnType, Any?>? { in <lambda>() 143 return setFunction as KFunction2<ObjectType, ReturnType, Any?> in <lambda>() [all …]
|
/frameworks/native/vulkan/libvulkan/ |
D | debug_report.h | 102 template <typename ObjectType> 103 void Info(ObjectType object, const char* format, ...) const in Info() 112 template <typename ObjectType> 113 void Warn(ObjectType object, const char* format, ...) const in Warn() 122 template <typename ObjectType> 123 void Err(ObjectType object, const char* format, ...) const in Err() 133 template <typename ObjectType> 134 static VkDebugReportObjectTypeEXT GetObjectType(ObjectType) { in GetObjectType() argument 135 if (std::is_same<ObjectType, VkInstance>::value) in GetObjectType() 137 else if (std::is_same<ObjectType, VkPhysicalDevice>::value) in GetObjectType() [all …]
|
/frameworks/native/libs/input/tests/ |
D | RingBuffer_test.cpp | 74 TEST(RingBufferTest, ObjectType) { in TEST() argument
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.cpp | 163 template <typename ObjectType> 164 VintfInfo getVintfInfo(const std::shared_ptr<const ObjectType>& object, in getVintfInfo()
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 886 const auto* type = reinterpret_cast<const RpcFields::ObjectType*>(mData + pos); in hasFileDescriptorsInRange() 2798 if (__builtin_add_overflow(objectTable[i], sizeof(RpcFields::ObjectType), &minObjectEnd) || in rpcSetDataReference() 3236 const auto type = *reinterpret_cast<const RpcFields::ObjectType*>(mData + pos); in truncateRpcObjects() 3239 *reinterpret_cast<const int32_t*>(mData + pos + sizeof(RpcFields::ObjectType)); in truncateRpcObjects()
|
/frameworks/native/include/binder/ |
D | Parcel.h | 1351 enum ObjectType : int32_t {
|
/frameworks/native/libs/binder/include/binder/ |
D | Parcel.h | 1351 enum ObjectType : int32_t {
|