Home
last modified time | relevance | path

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

/cts/tests/tests/media/libaudiojni/
DGate.h50 mOpen(open), in mOpen() argument
Daudio-record-native.cpp78 status_t open(uint32_t numChannels, in open() function in AudioRecordNative
Daudio-track-native.cpp73 status_t open(jint numChannels, jint channelMask, in open() function in AudioTrackNative
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DReportLogHostInfoStore.java42 public void open() throws IOException { in open() method in ReportLogHostInfoStore
DHostInfoStore.java45 public void open() throws IOException { in open() method in HostInfoStore
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java42 public void open() throws IOException { in open() method in ReportLogDeviceInfoStore
DDeviceInfoStore.java45 public void open() throws IOException { in open() method in DeviceInfoStore
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java213 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open() method in JsonWriter
/cts/tests/tests/media/src/android/media/cts/
DAudioRecordNative.java42 public boolean open(int numChannels, int sampleRate, boolean useFloat, int numBuffers) { in open() method in AudioRecordNative
46 public boolean open(int numChannels, int channelMask, int sampleRate, in open() method in AudioRecordNative
DAudioTrackNative.java45 public boolean open(int numChannels, int sampleRate, boolean useFloat, int numBuffers) { in open() method in AudioTrackNative
49 public boolean open(int numChannels, int channelMask, int sampleRate, in open() method in AudioTrackNative
DAudioHelper.java442 public boolean open(int numChannels, int sampleRate, boolean useFloat, int numBuffers) { in open() method in AudioHelper.AudioRecordAuditNative
DVideoEncoderTest.java218 protected void open(String path) throws IOException { in open() method in VideoEncoderTest.VideoProcessorBase
/cts/common/util/src/com/android/compatibility/common/util/
DInfoStore.java32 abstract void open() throws IOException; in open() method in InfoStore
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java359 public void open() throws Exception { in open() method in Camera2MultiViewTestCase.CameraHolder