Home
last modified time | relevance | path

Searched refs:mOutputPath (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/tools/hidl/
H A DCoordinator.cpp59 mOutputPath = outputPath; in setOutputPath()
144 *path = mOutputPath + fileName; in getFilepath()
150 *path = mOutputPath + packagePath + fileName; in getFilepath()
158 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()
166 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()
205 out << StringHelper::LTrim(forFile, mOutputPath) << ": \\\n"; in writeDepFile()
H A DCoordinator.h189 std::string mOutputPath; // root of output directory member
/aosp12/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
H A DMediaCodecSurfaceEncoder.java49 private final String mOutputPath; field in MediaCodecSurfaceEncoder
76 mOutputPath = outputPath; in MediaCodecSurfaceEncoder()
115 mMuxer = new MediaMuxer(mOutputPath, muxerFormat); in startEncodingSurface()