Searched refs:native (Results 26 - 50 of 92) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DAndroid.mk34 $(TOP)/frameworks/native/include/media/openmax
47 frameworks/native/include/media/openmax \
48 frameworks/native/include/media/hardware \
/frameworks/ml/bordeaux/learning/multiclass_pa/
H A DAndroid.mk19 # Build native code
27 LOCAL_SRC_FILES := native/multiclass_pa.cpp \
34 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/av/libvideoeditor/lvpp/
H A DAndroid.mk82 $(TOP)/frameworks/native/include/media/editor \
83 $(TOP)/frameworks/native/include/media/openmax \
84 $(TOP)/frameworks/native/services/audioflinger
/frameworks/av/media/libstagefright/rtsp/
H A DAndroid.mk24 $(TOP)/frameworks/native/include/media/openmax \
50 $(TOP)/frameworks/native/include/media/openmax
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.cpp58 size = entry.path()->native().size();
H A DPathTest.cpp121 EXPECT_TRUE(m_pTestee->native()=="aa/aaa");
125 EXPECT_TRUE(m_pTestee->native()=="aa/aaa");
129 EXPECT_TRUE(m_pTestee->native()=="aa/aaa");
133 EXPECT_TRUE(m_pTestee->native()=="aa/aaa");
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk31 frameworks/native/opengl/libs \
32 frameworks/native/opengl/libs/EGL \
/frameworks/av/camera/tests/
H A DAndroid.mk31 frameworks/native/include \
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DAndroid.mk43 $(TOP)/frameworks/native/include/media/editor \
44 $(TOP)/frameworks/native/include/media/openmax
/frameworks/av/media/libstagefright/chromium_http/
H A DAndroid.mk14 $(TOP)/frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DAndroid.mk10 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DAndroid.mk12 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DAndroid.mk13 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/httplive/
H A DAndroid.mk13 $(TOP)/frameworks/native/include/media/openmax \
/frameworks/base/native/android/
H A DAndroid.mk34 frameworks/base/native/include \
/frameworks/base/native/graphics/jni/
H A DAndroid.mk27 frameworks/base/native/include \
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h76 const StringType& native() const { return m_PathName; } function in class:mcld::sys::fs::Path
77 StringType& native() { return m_PathName; } function in class:mcld::sys::fs::Path
115 return pOS << pPath.native();
122 return pOS >> pPath.native();
128 return pOS << pPath.native();
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DAndroid.mk46 $(TOP)/frameworks/native/include/media/openmax
/frameworks/av/libvideoeditor/vss/src/
H A DAndroid.mk83 $(TOP)/frameworks/native/include/media/openmax \
84 $(TOP)/frameworks/native/services/audioflinger \
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DAndroid.mk21 $(TOP)/frameworks/native/include/media/openmax
/frameworks/av/media/libstagefright/wifi-display/
H A DAndroid.mk19 $(TOP)/frameworks/native/include/media/openmax \
/frameworks/base/media/jni/mediaeditor/
H A DAndroid.mk39 $(TOP)/frameworks/native/include/media/editor \
47 $(TOP)/frameworks/native/include/media/openmax
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc70 std::string path(pDir.path().native());
87 pDir.path().native());
100 return ::open(pPath.native().c_str(), pOFlag);
125 return ::open(pPath.native().c_str(), pOFlag, perm);
/frameworks/av/media/libstagefright/
H A DAndroid.mk63 $(TOP)/frameworks/native/include/media/hardware \
64 $(TOP)/frameworks/native/include/media/openmax \
65 $(TOP)/frameworks/native/services/connectivitymanager \
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h70 egl_object_t* native = reinterpret_cast<N*>(o); local
71 if (o && egl_object_t::get(display, native)) {
72 ref = native;

Completed in 534 milliseconds

1234