Home
last modified time | relevance | path

Searched defs:native (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h74 const StringType& native() const { return m_PathName; } in native() function
75 StringType& native() { return m_PathName; } in native() function
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dlib.rs102 mod native; module
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HidlMemory.cpp49 JHidlMemory* native = reinterpret_cast<JHidlMemory*>(jNativeContext); in nativeFinalize() local
127 JHidlMemory* native = reinterpret_cast<JHidlMemory*>(jNativeContext); in getNativeContext() local
/aosp12/packages/apps/Nfc/nci/jni/
H A DHciEventManager.cpp39 void HciEventManager::initialize(nfc_jni_native_data* native) { in initialize()
H A DRoutingManager.cpp130 bool RoutingManager::initialize(nfc_jni_native_data* native) { in initialize()
H A DNfcTag.cpp100 void NfcTag::initialize(nfc_jni_native_data* native) { in initialize()
/aosp12/art/runtime/
H A Ddebugger.cc385 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk()
475 HeapChunkContext(bool merge, bool native) in HeapChunkContext()
708 void Dbg::DdmSendHeapSegments(bool native) { in DdmSendHeapSegments()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_object.h67 egl_object_t* native = reinterpret_cast<N*>(o); in LocalRef() local
/aosp12/hardware/interfaces/graphics/composer/2.3/vts/functional/
H A DVtsHalGraphicsComposerV2_3TargetTest.cpp386 auto native = std::find(colorModes.cbegin(), colorModes.cend(), ColorMode::NATIVE); in TEST_P() local
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp54 VkSurfaceTransformFlagBitsKHR TranslateNativeToVulkanTransform(int native) { in TranslateNativeToVulkanTransform()
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp1587 const char native[] = "native"; in TEST() local