Home
last modified time | relevance | path

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

12

/system/libvintf/include/vintf/
Dparse_string.h56 std::string to_string(const T &obj) { in to_string()
/system/chre/util/include/chre/util/system/
Dref_base.h50 T *obj = const_cast<T *>(static_cast<const T *>(this)); in decRef() local
/system/keymint/hal/src/hal/
Dtests.rs32 let obj = NamedFields { in test_cbor_value_roundtrip() localVariable
98 let obj = UnnamedFields(42, Timestamp { milliseconds: 10_000_000 }); in test_unnamed_cbor_value_roundtrip() localVariable
/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.h67 ObjectType *obj = mObject; in release() local
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DIDeprecated.java29 public static android.aidl.tests.IDeprecated asInterface(android.os.IBinder obj) in asInterface()
DIOldName.java31 public static android.aidl.tests.IOldName asInterface(android.os.IBinder obj) in asInterface()
DINewName.java31 public static android.aidl.tests.INewName asInterface(android.os.IBinder obj) in asInterface()
DICircular.java31 public static android.aidl.tests.ICircular asInterface(android.os.IBinder obj) in asInterface()
DINamedCallback.java31 public static android.aidl.tests.INamedCallback asInterface(android.os.IBinder obj) in asInterface()
DListOfInterfaces.java68 …blic static android.aidl.tests.ListOfInterfaces.IEmptyInterface asInterface(android.os.IBinder obj) in asInterface()
168 … public static android.aidl.tests.ListOfInterfaces.IMyInterface asInterface(android.os.IBinder obj) in asInterface()
/system/security/keystore/tests/fuzzer/
DkeystoreCommon.h44 inline void invokeReadWriteParcel(Parcelable* obj) { in invokeReadWriteParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-permission-java-source/gen/android/aidl/tests/permission/
DINoPermission.java30 public static android.aidl.tests.permission.INoPermission asInterface(android.os.IBinder obj) in asInterface()
DIProtectedInterface.java44 …public static android.aidl.tests.permission.IProtectedInterface asInterface(android.os.IBinder obj) in asInterface()
DIProtected.java54 public static android.aidl.tests.permission.IProtected asInterface(android.os.IBinder obj) in asInterface()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java34 public static android.aidl.tests.nested.INestedService asInterface(android.os.IBinder obj) in asInterface()
249 …ublic static android.aidl.tests.nested.INestedService.ICallback asInterface(android.os.IBinder obj) in asInterface()
/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
736 binder_buffer_object obj = { in writeEmbeddedBuffer() local
755 binder_buffer_object obj { in writeBuffer() local
780 binder_buffer_object *obj = in updateCache() local
1221 const T* obj = reinterpret_cast<const T*>(mData+DPOS); in readObject() local
DIPCThreadState.cpp508 BHwBinder* obj = mPendingStrongDerefs[0]; in processPendingDerefs() local
531 RefBase* obj = mPostWriteStrongDerefs[0]; in processPostWriteDerefs() local
1029 void IPCThreadState::setTheContextObject(sp<BHwBinder> obj) in setTheContextObject()
1049 BHwBinder* obj; in executeCommand() local
/system/tools/aidl/tests/golden_output/aidl-test-interface-permission-java-source/gen/android/aidl/tests/permission/platform/
DIProtected.java41 …public static android.aidl.tests.permission.platform.IProtected asInterface(android.os.IBinder obj) in asInterface()
/system/extras/simpleperf/
Dread_elf.cpp146 llvm::object::ObjectFile* obj = nullptr; member
477 if (auto obj = llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(wrapper.obj)) { in CreateElfFileImpl() local
481 if (auto obj = llvm::dyn_cast<llvm::object::ELF64LEObjectFile>(wrapper.obj)) { in CreateElfFileImpl() local
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/
Dnative-lib.cpp29 jthrowable obj = (jthrowable)env->NewObject(cls, cid, msg, err); in ThrowErrnoException() local
/system/core/libsysutils/src/
DSocketListener.cpp143 void *SocketListener::threadStart(void *obj) { in threadStart()
/system/apex/apexd/
Dapexd_test_utils.h452 const ApexInfo& obj) { in getPreinstalledModulePath()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java31 public static android.aidl.loggable.ILoggableInterface asInterface(android.os.IBinder obj) in asInterface()
251 … public static android.aidl.loggable.ILoggableInterface.ISub asInterface(android.os.IBinder obj) in asInterface()

12