Searched refs:native (Results 51 - 75 of 112) sorted by relevance

12345

/frameworks/base/native/android/
H A DAndroid.mk38 frameworks/base/native/include \
/frameworks/base/native/graphics/jni/
H A DAndroid.mk26 frameworks/base/native/include \
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc73 std::string path(pDir.path().native());
91 pDir.path().native());
102 return ::open(pPath.native().c_str(), pOFlag);
126 return ::open(pPath.native().c_str(), pOFlag, perm);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DAndroid.mk28 $(TOP)/frameworks/native/include/media/openmax
48 frameworks/native/include/media/hardware \
49 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DAndroid.mk34 $(TOP)/frameworks/native/include/media/openmax
51 frameworks/native/include/media/openmax \
52 frameworks/native/include/media/hardware \
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h71 egl_object_t* native = reinterpret_cast<N*>(o); local
72 if (o && egl_object_t::get(display, native)) {
73 ref = native;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DAndroid.mk26 $(TOP)/frameworks/native/include/media/openmax
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DAndroid.mk15 LOCAL_C_INCLUDES += $(TOP)/frameworks/native/include/media/openmax
/frameworks/base/docs/html/ndk/samples/
H A Dsamples_toc.cs22 <li><a href="<?cs var:toroot ?>ndk/samples/sample_na.html">native-activity</a></li>
/frameworks/av/camera/
H A DAndroid.mk24 frameworks/native/aidl/gui
69 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DAndroid.mk45 $(TOP)/frameworks/native/include/media/openmax
66 frameworks/native/include/media/openmax
/frameworks/base/native/
H A Dcopy-to-ndk.sh8 local SRC_HEADERS=$ANDROID_BUILD_TOP/frameworks/native/include/android
/frameworks/compile/mclinker/lib/Support/
H A DFileOutputBuffer.cpp56 return m_FileHandle.path().native();
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc73 return ::_open(pPath.native().c_str(), pOFlag | _O_BINARY);
86 return ::_open(pPath.native().c_str(), pOFlag | _O_BINARY, perm);
/frameworks/av/cmds/screenrecord/
H A DAndroid.mk34 $(TOP)/frameworks/native/include/media/openmax \
/frameworks/base/libs/input/
H A DAndroid.mk34 frameworks/native/services
/frameworks/base/media/mca/filterfw/
H A DAndroid.mk17 # Build native sublibraries
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk37 include $(LOCAL_PATH)/../native/libfilterfw.mk
/frameworks/base/media/mca/filterfw/native/
H A Dlibfilterfw.mk16 # Add include paths for native code.
/frameworks/base/tests/backup/
H A DAndroid.mk17 # native test
/frameworks/ex/framesequence/samples/FrameSequenceSamples/
H A DAndroid.mk23 # native dependency
/frameworks/ml/bordeaux/learning/
H A DAndroid.mk29 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/native/vulkan/nulldrv/
H A DAndroid.mk31 frameworks/native/vulkan/include
/frameworks/native/vulkan/tools/
H A DAndroid.mk28 frameworks/native/vulkan/include
/frameworks/rs/api/
H A Drs_core.spec20 RenderScript is a high-performance runtime that provides compute operations at the native level.

Completed in 1799 milliseconds

12345