HomeSort by relevance Sort by last modified time
    Searched defs:setOutputFile (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp 50 void LinkerScript::setOutputFile(const std::string& pOutputFile) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceFileData.java 93 void setOutputFile(IFile outputFile) {
  /external/libmojo/base/android/java/src/org/chromium/base/
PerfTraceEvent.java 349 public static synchronized void setOutputFile(File file) {
  /frameworks/av/media/libmedia/
mediarecorder.cpp 270 status_t MediaRecorder::setOutputFile(int fd)
272 ALOGV("setOutputFile(%d)", fd);
282 ALOGE("setOutputFile called in an invalid state(%d)", mCurrentState);
302 status_t ret = mMediaRecorder->setOutputFile(fd);
304 ALOGE("setOutputFile failed: %d", ret);
IMediaRecorder.cpp 182 status_t setOutputFile(int fd) {
183 ALOGV("setOutputFile(%d)", fd);
529 reply->writeInt32(setOutputFile(fd));
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.cpp 164 status_t MediaRecorderClient::setOutputFile(int fd)
166 ALOGV("setOutputFile(%d)", fd);
172 return mRecorder->setOutputFile(fd);
StagefrightRecorder.cpp 366 status_t StagefrightRecorder::setOutputFile(int fd) {
367 ALOGV("setOutputFile: %d", fd);
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 105 public void setOutputFile(String path) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMediaRecorder.java 108 public void setOutputFile(String path) {
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 200 test.setOutputFile();
262 private void setOutputFile() {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 171 public void setOutputFile(String outputFile) {
174 throw new RuntimeException("setOutputFile cannot be called while recording!");
176 throw new RuntimeException("setOutputFile called on an already released recorder!");
185 public void setOutputFile(FileDescriptor fd) {
188 throw new RuntimeException("setOutputFile cannot be called while recording!");
190 throw new RuntimeException("setOutputFile called on an already released recorder!");
    [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 58 * recorder.setOutputFile(PATH_NAME);
525 * be called after the video AND audio sources are set, and before setOutputFile().
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.0/
gradle-0.14.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.1/
gradle-0.14.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.14.2/
gradle-0.14.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.5.0/
gradle-core-1.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.3/
gradle-0.13.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.4/
gradle-0.13.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.1.0/
gradle-core-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.1.3/
gradle-core-1.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-alpha1/
gradle-core-1.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-beta3/
gradle-core-1.4.0-beta3.jar 

Completed in 338 milliseconds

1 2 3 4 5 6 7 8 91011