HomeSort by relevance Sort by last modified time
    Searched defs:ioHandle (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/media/
AudioMixPort.java 33 AudioMixPort(AudioHandle handle, int ioHandle, int role, String deviceName,
38 mIoHandle = ioHandle;
53 public int ioHandle() {
63 if (mIoHandle != other.ioHandle()) {
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 557 audio_io_handle_t ioHandle;
560 status = AudioSystem::acquireSoundTriggerSession(&session, &ioHandle, &device);
565 sp<Model> model = new Model(*handle, session, ioHandle, device, sound_model->type);
825 audio_io_handle_t ioHandle, audio_devices_t device,
828 mCaptureIOHandle(ioHandle), mCaptureDevice(device), mType(type)
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 659 audio_io_handle_t *ioHandle,
662 if (session == NULL || ioHandle == NULL || device == NULL) {
674 *ioHandle = (audio_io_handle_t)reply.readInt32();
    [all...]
IAudioFlinger.cpp 405 virtual status_t setParameters(audio_io_handle_t ioHandle, const String8& keyValuePairs)
409 data.writeInt32((int32_t) ioHandle);
415 virtual String8 getParameters(audio_io_handle_t ioHandle, const String8& keys) const
419 data.writeInt32((int32_t) ioHandle);
603 virtual uint32_t getInputFramesLost(audio_io_handle_t ioHandle) const
607 data.writeInt32((int32_t) ioHandle);
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h 442 // send the ioHandle of the effect thread
    [all...]

Completed in 431 milliseconds