Home
last modified time | relevance | path

Searched refs:halStream (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DDeviceHalLocal.cpp112 audio_stream_out_t *halStream; in openOutputStream() local
119 mDev, handle, devices, flags, config, &halStream, address); in openOutputStream()
121 *outStream = new StreamOutHalLocal(halStream, this); in openOutputStream()
123 ALOGV("open_output_stream status %d stream %p", openResut, halStream); in openOutputStream()
137 audio_stream_in_t *halStream; in openInputStream() local
144 mDev, handle, devices, config, &halStream, flags, address, source); in openInputStream()
146 *inStream = new StreamInHalLocal(halStream, this); in openInputStream()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp3352 camera3_stream* halStream = stream->asHalStream(); in flushInflightRequests() local
3353 streamBuffer.stream = halStream; in flushInflightRequests()
3354 switch (halStream->stream_type) { in flushInflightRequests()
3374 __FUNCTION__, streamId, halStream->stream_type); in flushInflightRequests()