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

1234

/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/compile/mclinker/lib/Support/
H A DPath.cpp76 pPath.native()[0] == separator) {
78 unsigned int new_size = old_size + pPath.native().size();
81 strcpy(const_cast<char*>(m_PathName.data()+old_size), pPath.native().data());
84 else if(this->string()[this->native().size()-1] != separator &&
87 m_PathName.append(pPath.native());
91 m_PathName.append(pPath.native());
212 return pOS << pPath.native();
218 return pOS >> pPath.native();
224 return pOS << pPath.native();
H A DDirectory.cpp49 if (m_Path.native() == ".")
50 detail::get_pwd(m_Path.native());
89 if (m_Path.native() == ".")
90 detail::get_pwd(m_Path.native());
140 m_Path.native().clear();
H A DRealPath.cpp41 Path::m_PathName.assign(pPath.native());
/frameworks/av/media/libstagefright/rtsp/
H A DAndroid.mk23 $(TOP)/frameworks/native/include/media/openmax \
49 $(TOP)/frameworks/native/include/media/openmax
/frameworks/compile/mclinker/unittests/
H A DDirIteratorTest.cpp58 size = entry.path()->native().size();
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk30 frameworks/native/opengl/libs \
31 frameworks/native/opengl/libs/EGL \
/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/mediaserver/
H A DAndroid.mk19 frameworks/native/services/audioflinger
/frameworks/base/native/android/
H A DAndroid.mk32 frameworks/base/native/include \
/frameworks/base/native/graphics/jni/
H A DAndroid.mk27 frameworks/base/native/include \
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DAndroid.mk46 $(TOP)/frameworks/native/include/media/openmax
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DAndroid.mk45 $(TOP)/frameworks/native/include/media/openmax
62 frameworks/native/include/media/openmax
/frameworks/av/libvideoeditor/vss/src/
H A DAndroid.mk82 $(TOP)/frameworks/native/include/media/openmax \
83 $(TOP)/frameworks/native/services/audioflinger \
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DAndroid.mk21 $(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/native/opengl/libs/EGL/
H A Degl_object.h72 egl_object_t* native = reinterpret_cast<N*>(o); local
73 if (o && egl_object_t::get(display, native)) {
74 ref = native;
/frameworks/av/media/libmediaplayerservice/
H A DAndroid.mk49 $(TOP)/frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/tests/
H A DAndroid.mk41 $(TOP)/frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/
H A DAndroid.mk62 $(TOP)/frameworks/native/include/media/hardware \
63 $(TOP)/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/tools/llvm-mcld/
H A Dllvm-mcld.cpp560 if (0 == pInputFilename.native().compare("-"))
565 if (0 == pInputFilename.native().compare("-"))
568 pOutputFilename.assign(pInputFilename.stem().native());
571 pOutputFilename.native() += ".cbe.c";
573 pOutputFilename.native() += ".cpp";
575 pOutputFilename.native() += ".s";
580 if (0 == pInputFilename.native().compare("-"))
583 pOutputFilename.assign(pInputFilename.stem().native());
586 pOutputFilename.native() += ".obj";
588 pOutputFilename.native()
[all...]

Completed in 2090 milliseconds

1234