Searched refs:path (Results 251 - 275 of 535) sorted by relevance

<<11121314151617181920>>

/frameworks/av/drm/common/
H A DIDrmManagerService.cpp157 int uniqueId, const String8* path, const int action) {
163 data.writeString8(*path);
189 DrmMetadata* BpDrmManagerService::getMetadata(int uniqueId, const String8* path) { argument
196 data.writeString8(*path);
219 bool BpDrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) { argument
226 data.writeString8(path);
367 String8 BpDrmManagerService::getOriginalMimeType(int uniqueId, const String8& path, int fd) { argument
373 data.writeString8(path);
385 int uniqueId, const String8& path, const String8& mimeType) {
391 data.writeString8(path);
156 getConstraints( int uniqueId, const String8* path, const int action) argument
384 getDrmObjectType( int uniqueId, const String8& path, const String8& mimeType) argument
399 checkRightsStatus(int uniqueId, const String8& path, int action) argument
447 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
465 removeRights(int uniqueId, const String8& path) argument
852 const String8 path = data.readString8(); local
886 const String8 path = data.readString8(); local
918 const String8 path = data.readString8(); local
1066 const String8 path = data.readString8(); local
1084 const String8 path = data.readString8(); local
1098 const String8 path = data.readString8(); local
1152 const String8 path = data.readString8(); local
1169 String8 path = data.readString8(); local
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h89 void parseXMLFile(const char *path);
90 void parseTopLevelXMLFile(const char *path);
H A DMediaMuxer.h51 // Construct the muxer with the output file path.
52 MediaMuxer(const char *path, OutputFormat format);
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp63 mFileLocator.path = NULL;
118 const char* path,
120 ALOGV("MidiFile::setDataSource url=%s", path);
129 mFileLocator.path = strdup(path);
398 if (mFileLocator.path) {
399 free((void*)mFileLocator.path);
400 mFileLocator.path = NULL;
116 setDataSource( const sp<IMediaHTTPService> & , const char* path, const KeyedVector<String8, String8> *) argument
H A DCrypto.cpp98 ALOGE("Failed to load from cached library path!");
140 bool Crypto::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) { argument
143 ssize_t index = mLibraryPathToOpenLibraryMap.indexOfKey(path);
147 index = mLibraryPathToOpenLibraryMap.add(path, NULL);
151 mLibrary = new SharedLibrary(path);
H A DCrypto.h73 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
/frameworks/av/media/mtp/
H A DMtpDatabase.h33 virtual MtpObjectHandle beginSendObject(const char* path,
43 virtual void endSendObject(const char* path,
/frameworks/base/core/java/android/hardware/usb/
H A DIUsbManager.aidl88 /* Sets the file path for USB mass storage backing file. */
89 void setMassStorageBackingFile(String path);
/frameworks/base/core/java/android/net/
H A DWebAddress.java65 /* path */ "(\\/?[^#]*)?" +
175 public void setPath(String path) { argument
176 mPath = path;
/frameworks/base/core/jni/android/graphics/
H A DMinikinUtils.cpp80 float MinikinUtils::hOffsetForTextAlign(Paint* paint, const Layout& layout, const SkPath& path) { argument
92 SkPathMeasure measure(path, false);
H A DMinikinUtils.h53 static float hOffsetForTextAlign(Paint* paint, const Layout& layout, const SkPath& path);
/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp56 static void ReadFile(const char* path, String8& s) { argument
57 int fd = open(path, O_RDONLY);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java108 String path = PackageHelper.mountSdDir(fullId, "none",
110 Log.e(TAG, "mount done " + path);
/frameworks/base/include/storage/
H A DIMountService.h60 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
71 virtual bool getMountedObbPath(const String16& filename, String16& path) = 0;
/frameworks/base/services/core/java/com/android/server/
H A DCertBlacklister.java57 public BlacklistObserver(String key, String name, String path, ContentResolver cr) { argument
61 mPath = path;
H A DDiskStatsService.java86 private void reportFreeSpace(File path, String name, PrintWriter pw) { argument
88 StatFs statfs = new StatFs(path.getPath());
H A DSamplingProfilerService.java70 public void onEvent(int event, String path) {
71 handleSnapshotFile(new File(SNAPSHOT_DIR, path), dropbox);
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncView.java75 public void loadA3DFile(String path) { argument
76 mRender.loadA3DFile(path);
H A DFBOTestView.java75 public void loadA3DFile(String path) { argument
76 mRender.loadA3DFile(path);
/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp72 << pInput.path()
97 << pInput.path()
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp54 const char *path,
63 if (extractor->setDataSource(NULL /* httpService */, path) != OK) {
64 fprintf(stderr, "unable to instantiate extractor. %s\n", path);
72 ALOGV("input file %s, output file %s", path, outputFileName);
52 muxing( const android::sp<android::ALooper> &looper, const char *path, bool useAudio, bool useVideo, const char *outputFileName, bool enableTrim, int trimStartTimeMs, int trimEndTimeMs, int rotationDegrees) argument
/frameworks/av/media/libmedia/
H A DAndroid.mk84 $(call include-path-for, audio-effects) \
85 $(call include-path-for, audio-utils)
/frameworks/base/core/java/android/animation/
H A DKeyframeSet.java155 public static PathKeyframes ofPath(Path path) { argument
156 return new PathKeyframes(path);
159 public static PathKeyframes ofPath(Path path, float error) { argument
160 return new PathKeyframes(path, error);
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java31 * filesystem path where it may be mounted.
61 public StorageVolume(File path, int descriptionId, boolean primary, boolean removable, argument
64 mPath = path;
91 public static StorageVolume fromTemplate(StorageVolume template, File path, UserHandle owner) { argument
92 return new StorageVolume(path, template.mDescriptionId, template.mPrimary,
98 * Returns the mount path for the volume.
100 * @return the mount path
/frameworks/base/libs/hwui/
H A DShadowTessellator.h87 * Determine whether the path is clockwise, using the control points.
92 * @param path The path to be examined.
94 static bool isClockwisePath(const SkPath &path);

Completed in 3490 milliseconds

<<11121314151617181920>>