Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 74) sorted by relevance

123

/system/keymint/hal/src/hal/
Dtests.rs46 let obj = NamedFields { in test_cbor_value_roundtrip() localVariable
112 let obj = UnnamedFields(42, Timestamp { milliseconds: 10_000_000 }); in test_unnamed_cbor_value_roundtrip() localVariable
/system/libvintf/include/vintf/
Dparse_string.h59 std::string to_string(const T& obj) { in to_string()
/system/media/audio_utils/tests/
Daudio_trace_tests.cpp22 android::audio_utils::trace::Object obj; in TEST() local
/system/chre/util/include/chre/util/system/
Dref_base.h50 T *obj = const_cast<T *>(static_cast<const T *>(this)); in decRef() local
Dtransaction_manager.h188 auto *obj = in onTimerExpired() local
/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h124 MQDescriptor<T, flavor> &obj, in readEmbeddedFromParcel()
154 const MQDescriptor<T, flavor> &obj, in writeEmbeddedToParcel()
/system/incremental_delivery/libdataloader/
DJNIHelpers.h62 static inline jstring GetStringField(JNIEnv* env, jobject obj, jfieldID field) { in GetStringField()
66 static inline jbyteArray GetByteArrayField(JNIEnv* env, jobject obj, jfieldID field) { in GetByteArrayField()
/system/chre/util/include/chre/util/
Dunique_ptr_impl.h77 ObjectType *obj = mObject; in release() local
/system/extras/simpleperf/
Dread_elf.cpp156 std::unique_ptr<llvm::object::ObjectFile> obj; member
223 const llvm::object::ELFObjectFile<ELFT>* obj) { in GetELFFile()
533 if (auto obj = llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(wrapper.obj.get())) { in CreateElfFileImpl() local
537 if (auto obj = llvm::dyn_cast<llvm::object::ELF64LEObjectFile>(wrapper.obj.get())) { in CreateElfFileImpl() local
/system/tools/aidl/tests/golden_output/aidl-test-extras-java-source/gen/android/aidl/tests/map/
DIEmpty.java33 public static android.aidl.tests.map.IEmpty asInterface(android.os.IBinder obj) in asInterface()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-extras-java-source/gen/android/aidl/tests/map/
DIEmpty.java33 public static android.aidl.tests.map.IEmpty asInterface(android.os.IBinder obj) in asInterface()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DIDeprecated.java35 public static android.aidl.tests.IDeprecated asInterface(android.os.IBinder obj) in asInterface()
DICircular.java37 public static android.aidl.tests.ICircular asInterface(android.os.IBinder obj) in asInterface()
DINewName.java37 public static android.aidl.tests.INewName asInterface(android.os.IBinder obj) in asInterface()
DIOldName.java37 public static android.aidl.tests.IOldName asInterface(android.os.IBinder obj) in asInterface()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DIDeprecated.java35 public static android.aidl.tests.IDeprecated asInterface(android.os.IBinder obj) in asInterface()
DINewName.java37 public static android.aidl.tests.INewName asInterface(android.os.IBinder obj) in asInterface()
DIOldName.java37 public static android.aidl.tests.IOldName asInterface(android.os.IBinder obj) in asInterface()
/system/security/keystore/tests/fuzzer/
DkeystoreCommon.h44 inline void invokeReadWriteParcel(Parcelable* obj) { in invokeReadWriteParcel()
/system/libhwbinder/
DParcel.cpp85 const flat_binder_object& obj, const void* who) in acquire_binder_object()
116 void acquire_object(const sp<ProcessState>& proc, const binder_object_header& obj, in acquire_object()
131 const flat_binder_object& obj, const void* who) in release_object()
185 flat_binder_object obj = {}; in flatten_binder() local
694 binder_buffer_object obj = { in writeEmbeddedBuffer() local
713 binder_buffer_object obj { in writeBuffer() local
738 binder_buffer_object *obj = in updateCache() local
1179 const T* obj = reinterpret_cast<const T*>(mData+DPOS); in readObject() local
DIPCThreadState.cpp509 BHwBinder* obj = mPendingStrongDerefs[0]; in processPendingDerefs() local
532 RefBase* obj = mPostWriteStrongDerefs[0]; in processPostWriteDerefs() local
1043 void IPCThreadState::setTheContextObject(sp<BHwBinder> obj) in setTheContextObject()
1063 BHwBinder* obj; in executeCommand() local
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-permission-java-source/gen/android/aidl/tests/permission/
DINoPermission.java36 public static android.aidl.tests.permission.INoPermission asInterface(android.os.IBinder obj) in asInterface()
/system/tools/aidl/tests/golden_output/aidl-test-interface-permission-java-source/gen/android/aidl/tests/permission/
DINoPermission.java36 public static android.aidl.tests.permission.INoPermission asInterface(android.os.IBinder obj) in asInterface()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java40 public static android.aidl.tests.nested.INestedService asInterface(android.os.IBinder obj) in asInterface()
253 …ublic static android.aidl.tests.nested.INestedService.ICallback asInterface(android.os.IBinder obj) in asInterface()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java40 public static android.aidl.tests.nested.INestedService asInterface(android.os.IBinder obj) in asInterface()
253 …ublic static android.aidl.tests.nested.INestedService.ICallback asInterface(android.os.IBinder obj) in asInterface()

123