Searched refs:path (Results 101 - 125 of 443) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tests/angeles/
H A DAndroid.mk7 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/fillrate/
H A DAndroid.mk14 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/filter/
H A DAndroid.mk13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/finish/
H A DAndroid.mk14 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl2_basic/
H A DAndroid.mk13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A DAndroid.mk13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl2_yuvtex/
H A DAndroid.mk13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl_basic/
H A DAndroid.mk13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl_perf/
H A DAndroid.mk14 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl_yuvtex/
H A DAndroid.mk13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/linetex/
H A DAndroid.mk13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/swapinterval/
H A DAndroid.mk14 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/textures/
H A DAndroid.mk13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/tritex/
H A DAndroid.mk13 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DIsimFileHandler.java45 String path = getCommonIccEFPath(efid);
46 return path;
/frameworks/wilhelm/tests/native-media/jni/
H A DAndroid.mk8 LOCAL_CFLAGS += -I$(call include-path-for, wilhelm)
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DAndroid.mk10 $(call include-path-for, wilhelm)
/frameworks/base/media/jni/audioeffect/
H A DAndroid.mk17 $(call include-path-for, audio-effects)
/frameworks/base/media/libdrm/mobile1/
H A DAndroid.mk33 # Header files path
40 $(call include-path-for, system-core)/cutils
66 # Header files path
71 $(call include-path-for, system-core)/cutils
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java54 // path to primary storage
151 String path = subDirectories[i];
152 mSubDirectoriesWhereArgs[j++] = path;
153 mSubDirectoriesWhereArgs[j++] = path + "/%";
225 // check to see if the path is contained in one of our storage subdirectories
227 private boolean inStorageSubDirectory(String path) { argument
229 if (path == null) return false;
232 int pathLength = path.length();
237 path.charAt(subdirLength) == '/' &&
238 path
247 isStorageSubDirectory(String path) argument
257 beginSendObject(String path, int format, int parent, int storageId, long size, long modified) argument
303 endSendObject(String path, int handle, int format, boolean succeeded) argument
[all...]
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp96 int uniqueId, const String8* path, const int action) {
98 return mDrmManager->getConstraints(uniqueId, path, action);
101 DrmMetadata* DrmManagerService::getMetadata(int uniqueId, const String8* path) { argument
103 return mDrmManager->getMetadata(uniqueId, path);
106 bool DrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) { argument
108 return mDrmManager->canHandle(uniqueId, path, mimeType);
128 String8 DrmManagerService::getOriginalMimeType(int uniqueId, const String8& path, int fd) { argument
130 return mDrmManager->getOriginalMimeType(uniqueId, path, fd);
134 int uniqueId, const String8& path, const String8& mimeType) {
136 return mDrmManager->getDrmObjectType(uniqueId, path, mimeTyp
95 getConstraints( int uniqueId, const String8* path, const int action) argument
133 getDrmObjectType( int uniqueId, const String8& path, const String8& mimeType) argument
139 checkRightsStatus( int uniqueId, const String8& path, int action) argument
163 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
170 removeRights(int uniqueId, const String8& path) argument
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DIDrmManagerService.h99 int uniqueId, const String8* path, const int action) = 0;
101 virtual DrmMetadata* getMetadata(int uniqueId, const String8* path) = 0;
103 virtual bool canHandle(int uniqueId, const String8& path, const String8& mimeType) = 0;
112 virtual String8 getOriginalMimeType(int uniqueId, const String8& path, int fd) = 0;
115 int uniqueId, const String8& path, const String8& mimeType) = 0;
117 virtual int checkRightsStatus(int uniqueId, const String8& path, int action) = 0;
126 int uniqueId, const String8& path,
129 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
190 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
192 virtual DrmMetadata* getMetadata(int uniqueId, const String8* path);
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.h38 char *path; member in struct:lib_entry_s
/frameworks/base/core/java/android/gesture/
H A DGesture.java129 public Path toPath(Path path) { argument
130 if (path == null) path = new Path();
136 path.addPath(strokes.get(i).getPath());
139 return path;
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { argument
147 if (path == null) path = new Path();
153 path.addPath(strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample));
156 return path;
[all...]
/frameworks/base/core/java/android/webkit/
H A DPlugin.java63 String path,
67 mPath = path;
139 public void setPath(String path) { argument
140 mPath = path;
62 Plugin(String name, String path, String fileName, String description) argument

Completed in 3554 milliseconds

1234567891011>>