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

  /frameworks/av/media/libmedia/
IAudioFlingerClient.cpp 42 void ioConfigChanged(int event, audio_io_handle_t ioHandle, const void *param2)
47 data.writeInt32((int32_t) ioHandle);
76 audio_io_handle_t ioHandle = (audio_io_handle_t) data.readInt32();
92 ioConfigChanged(event, ioHandle, param2);
IAudioPolicyService.cpp 638 audio_io_handle_t *ioHandle,
641 if (session == NULL || ioHandle == NULL || device == NULL) {
653 *ioHandle = (audio_io_handle_t)reply.readInt32();
    [all...]
IAudioFlinger.cpp 398 virtual status_t setParameters(audio_io_handle_t ioHandle, const String8& keyValuePairs)
402 data.writeInt32((int32_t) ioHandle);
408 virtual String8 getParameters(audio_io_handle_t ioHandle, const String8& keys) const
412 data.writeInt32((int32_t) ioHandle);
596 virtual uint32_t getInputFramesLost(audio_io_handle_t ioHandle) const
600 data.writeInt32((int32_t) ioHandle);
    [all...]
  /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);
824 audio_io_handle_t ioHandle, audio_devices_t device,
827 mCaptureIOHandle(ioHandle), mCaptureDevice(device), mType(type)
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 93 int ioHandle; // handle of input stream this session is on
136 int ioHandle;
581 session->ioHandle = ES305_IO_HANDLE_NONE;
600 session->ioHandle, procId, session->createdMsk);
662 if (sAdncSessions[i].ioHandle == ioId) {
667 if (sAdncSessions[i].ioHandle == ES305_IO_HANDLE_NONE) {
669 sAdncSessions[i].ioHandle = ioId;
730 i, sAdncSessions[i].ioHandle, sAdncSessions[i].createdMsk, sAdncSessions[i].activeMsk);
989 session->ioHandle = ES305_IO_HANDLE_NONE;
1014 if (fx->session->ioHandle == 0)
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h 441 // send the ioHandle of the effect thread
    [all...]

Completed in 500 milliseconds