Home
last modified time | relevance | path

Searched defs:open (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/media/libaudiojni/
DGate.h50 mOpen(open), in mOpen() argument
Daudio-track-native.cpp73 status_t open(jint numChannels, jint channelMask, in open() function in AudioTrackNative
Daudio-record-native.cpp80 status_t open(uint32_t numChannels, in open() function in AudioRecordNative
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java41 public void open() throws IOException { in open() method in ReportLogDeviceInfoStore
DDeviceInfoStore.java45 public void open() throws IOException { in open() method in DeviceInfoStore
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java41 public void open() throws IOException { in open() method in ReportLogDeviceInfoStore
DDeviceInfoStore.java45 public void open() throws IOException { in open() method in DeviceInfoStore
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStoreUtils.java169 public @NonNull ParcelFileDescriptor open() throws FileNotFoundException { in open() method in MediaStoreUtils.PendingSession
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStoreUtils.java175 public @NonNull ParcelFileDescriptor open() throws FileNotFoundException { in open() method in MediaStoreUtils.PendingSession
/cts/tests/tests/media/src/android/media/cts/
DAudioRecordNative.java44 public boolean open(int numChannels, int sampleRate, boolean useFloat, int numBuffers) { in open() method in AudioRecordNative
48 public boolean open(int numChannels, int channelMask, int sampleRate, in open() method in AudioRecordNative
DAudioTrackNative.java46 public boolean open(int numChannels, int sampleRate, boolean useFloat, int numBuffers) { in open() method in AudioTrackNative
50 public boolean open(int numChannels, int channelMask, int sampleRate, in open() method in AudioTrackNative
DAudioHelper.java616 public boolean open(int numChannels, int sampleRate, boolean useFloat, int numBuffers) { in open() method in AudioHelper.AudioRecordAuditNative
DVideoEncoderTest.java225 protected void open(String path) throws IOException { in open() method in VideoEncoderTest.VideoProcessorBase
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DJsonPrinter.java241 private void open(String fileName) throws IOException { in open() method in JsonPrinter
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java218 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open() method in JsonWriter
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/settings/
DSettingsSession.java176 void open(final Uri uri) { in open() method in SettingsSession.SessionCounters
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DStreamRecorder.java155 public boolean open(int numChans, int sampleRate, int numBurstFrames) { in open() method in StreamRecorder
DStreamPlayer.java106 public boolean open(int numChans, int sampleRate, int numBurstFrames, AudioFiller filler) { in open() method in StreamPlayer
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java476 public void open() throws Exception { in open() method in Camera2MultiViewTestCase.CameraHolder