Searched refs:path (Results 351 - 375 of 713) sorted by relevance

<<11121314151617181920>>

/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 DSamplingProfilerService.java70 public void onEvent(int event, String path) {
71 handleSnapshotFile(new File(SNAPSHOT_DIR, path), dropbox);
/frameworks/base/tools/aapt2/test/
H A DCommon.h107 TestFile(const StringPiece& path) : mSource(path) {} argument
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp98 note(diag::note_has_no_symtab) << pInput.name() << pInput.path()
105 fatal(diag::fatal_cannot_read_strtab) << pInput.name() << pInput.path()
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp103 // The object files in an archive have common path. Every object files in an
112 // Using pInput.path() to avoid from creating context for identical file
114 context = m_pContextFactory->produce(pInput.path());
124 MemoryArea* memory = m_pMemFactory->produce(pInput.path(), pMode, pPerm);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java56 protected PathAccessor(Object ... path) { argument
58 for (Object o : path) {
68 for (Object o : path) {
105 protected ConstPathAccessor(T value, Object ... path) { argument
106 super(path);
215 String[] path = pathAccessor.getPath();
216 String name = path[depth];
217 if (depth < path.length - 1) {
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c53 static int loadEffectConfigFile(const char *path);
60 static lib_entry_t *getLibrary(const char *path);
472 int loadEffectConfigFile(const char *path) argument
477 data = load_file(path, NULL);
515 char path[PATH_MAX]; local
523 // audio_effects.conf always specifies 32 bit lib path: convert to 64 bit path if needed
524 strlcpy(path, node->value, PATH_MAX);
526 str = strstr(path, "/lib/");
529 len = str - path;
[all...]
/frameworks/av/camera/
H A DAndroid.mk28 # include libcamera_client, at the path "aidl/package/path/BnFoo.h"
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp57 const char *path,
67 if (extractor->setDataSource(NULL /* httpService */, path) != OK) {
68 fprintf(stderr, "unable to instantiate extractor. %s\n", path);
76 ALOGV("input file %s, output file %s", path, outputFileName);
56 muxing( const char *path, bool useAudio, bool useVideo, const char *outputFileName, bool enableTrim, int trimStartTimeMs, int trimEndTimeMs, int rotationDegrees, MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4) argument
/frameworks/av/drm/libmediadrm/
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);
/frameworks/av/include/media/
H A DCrypto.h76 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
/frameworks/av/media/libmedia/
H A DAndroid.mk96 $(call include-path-for, audio-effects) \
97 $(call include-path-for, audio-utils)
/frameworks/av/services/audiopolicy/
H A DAndroid.mk23 $(call include-path-for, audio-effects) \
24 $(call include-path-for, audio-utils) \
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DConfigParsingUtils.h40 static status_t loadConfig(const char *path, AudioPolicyConfig &config);
/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/libs/hwui/
H A DCanvasState.cpp212 bool CanvasState::clipPath(const SkPath* path, SkRegion::Op op) { argument
213 mSnapshot->clipPath(*path, op);
244 void CanvasState::setProjectionPathMask(LinearAllocator& allocator, const SkPath* path) { argument
245 mSnapshot->setProjectionPathMask(allocator, path);
H A DDisplayListCanvas.h155 virtual bool quickRejectPath(const SkPath& path) const override;
158 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
191 virtual void drawPath(const SkPath& path, const SkPaint& paint) override;
216 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
260 inline const SkPath* refPath(const SkPath* path) { argument
261 if (!path) return nullptr;
263 // The points/verbs within the path are refcounted so this copy operation
264 // is inexpensive and maintains the generationID of the original path.
265 const SkPath* cachedPath = new SkPath(*path);
H A DRecordingCanvas.h132 virtual bool quickRejectPath(const SkPath& path) const override;
135 virtual bool clipPath(const SkPath* path, SkRegion::Op op) override;
170 virtual void drawPath(const SkPath& path, const SkPaint& paint) override;
199 virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path,
228 inline const SkPath* refPath(const SkPath* path) { argument
229 if (!path) return nullptr;
231 // The points/verbs within the path are refcounted so this copy operation
232 // is inexpensive and maintains the generationID of the original path.
233 const SkPath* cachedPath = new SkPath(*path);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp140 jstring path = (jstring)env->GetObjectField(jstorage, field_MtpStorage_path); local
146 const char *pathStr = env->GetStringUTFChars(path, NULL);
153 env->ReleaseStringUTFChars(path, pathStr);
156 env->ReleaseStringUTFChars(path, pathStr);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java64 Path path = new Path();
65 path.moveTo(0, 0);
66 path.cubicTo(0.3f, 0.875f, 0.6f, 1f, 1f, 1f);
67 sSlowDownInterpolator = new PathInterpolator(path);
/frameworks/base/services/core/jni/
H A DAndroid.mk51 $(call include-path-for, libhardware)/hardware \
52 $(call include-path-for, libhardware_legacy)/hardware_legacy \
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DAnimatedVectorDrawable_Delegate.java96 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, "AnimatedVectorDrawable path " +
104 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr);
105 Consumer<Integer> setter = path.getIntPropertySetter(propertyId);
114 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr);
115 Consumer<Float> setter = path.getFloatPropertySetter(propertyId);
/frameworks/compile/mclinker/lib/Support/
H A DFileOutputBuffer.cpp56 return m_FileHandle.path().native();
/frameworks/opt/net/voip/src/jni/rtp/
H A DAndroid.mk54 $(call include-path-for, audio-effects)
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java313 Path_Delegate path = Path_Delegate.getDelegate(native_path);
314 if (path == null) {
318 dstRegion.mArea = new Area(path.getJavaShape());
355 Path_Delegate path = Path_Delegate.getDelegate(native_path);
356 if (path == null) {
361 path.reset();
365 path.setPathIterator(region.mArea.getPathIterator(new AffineTransform()));

Completed in 1130 milliseconds

<<11121314151617181920>>