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

  /frameworks/av/media/libaudiohal/2.0/
DeviceHalLocal.cpp 111 audio_stream_out_t *halStream;
118 mDev, handle, devices, flags, config, &halStream, address);
120 *outStream = new StreamOutHalLocal(halStream, this);
122 ALOGV("open_output_stream status %d stream %p", openResut, halStream);
134 audio_stream_in_t *halStream;
141 mDev, handle, devices, config, &halStream, flags, address, source);
143 *inStream = new StreamInHalLocal(halStream, this);
  /frameworks/av/media/libaudiohal/4.0/
DeviceHalLocal.cpp 112 audio_stream_out_t *halStream;
119 mDev, handle, devices, flags, config, &halStream, address);
121 *outStream = new StreamOutHalLocal(halStream, this);
123 ALOGV("open_output_stream status %d stream %p", openResut, halStream);
135 audio_stream_in_t *halStream;
142 mDev, handle, devices, config, &halStream, flags, address, source);
144 *inStream = new StreamInHalLocal(halStream, this);
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Device.impl.h 140 audio_stream_out_t* halStream;
150 &halStream, deviceAddressToHal(device).c_str());
151 ALOGV("open_output_stream status %d stream %p", status, halStream);
154 streamOut = new StreamOut(this, halStream);
167 audio_stream_in_t* halStream;
176 mDevice, ioHandle, static_cast<audio_devices_t>(device.device), &halConfig, &halStream,
179 ALOGV("open_input_stream status %d stream %p", status, halStream);
182 streamIn = new StreamIn(this, halStream);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp     [all...]

Completed in 153 milliseconds