Home
last modified time | relevance | path

Searched defs:native (Results 1 – 7 of 7) 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/native/libs/binder/rust/src/
Dlib.rs103 mod native; module
/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.h67 egl_object_t* native = reinterpret_cast<N*>(o); in LocalRef() local
/frameworks/base/services/tests/servicestests/src/com/android/server/input/
DBatteryControllerTests.kt68 private lateinit var native: NativeInputManagerService variable in com.android.server.input.BatteryControllerTests
DInputManagerServiceTests.kt63 private lateinit var native: NativeInputManagerService variable in com.android.server.input.InputManagerServiceTests
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp56 VkSurfaceTransformFlagBitsKHR TranslateNativeToVulkanTransform(int native) { in TranslateNativeToVulkanTransform()