Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DPath.h74 const StringType& native() const { return m_PathName; } in native() function
75 StringType& native() { return m_PathName; } in native() function
/frameworks/base/core/jni/
Dandroid_os_HidlMemory.cpp49 JHidlMemory* native = reinterpret_cast<JHidlMemory*>(jNativeContext); in nativeFinalize() local
127 JHidlMemory* native = reinterpret_cast<JHidlMemory*>(jNativeContext); in getNativeContext() local
/frameworks/native/opengl/libs/EGL/
Degl_object.h71 egl_object_t* native = reinterpret_cast<N*>(o); in LocalRef() local
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp74 VkSurfaceTransformFlagBitsKHR TranslateNativeToVulkanTransform(int native) { in TranslateNativeToVulkanTransform()