Searched refs:halStream (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libaudiohal/ |
D | DeviceHalLocal.cpp | 111 audio_stream_out_t *halStream; in openOutputStream() local 118 mDev, handle, devices, flags, config, &halStream, address); in openOutputStream() 120 *outStream = new StreamOutHalLocal(halStream, this); in openOutputStream() 122 ALOGV("open_output_stream status %d stream %p", openResut, halStream); in openOutputStream() 134 audio_stream_in_t *halStream; in openInputStream() local 141 mDev, handle, devices, config, &halStream, flags, address, source); in openInputStream() 143 *inStream = new StreamInHalLocal(halStream, this); in openInputStream()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 2544 camera3_stream* halStream = stream->asHalStream(); in flushInflightRequests() local 2545 streamBuffer.stream = halStream; in flushInflightRequests() 2546 switch (halStream->stream_type) { in flushInflightRequests() 2565 __FUNCTION__, streamId, halStream->stream_type); in flushInflightRequests()
|