Searched refs:halStream (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libaudiohal/impl/ |
D | DeviceHalLocal.cpp | 112 audio_stream_out_t *halStream; in openOutputStream() local 119 mDev, handle, deviceType, 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/ |
D | Camera3OutputUtils.cpp | 1528 camera_stream* halStream = stream->asHalStream(); in flushInflightRequests() local 1529 streamBuffer.stream = halStream; in flushInflightRequests() 1530 switch (halStream->stream_type) { in flushInflightRequests() 1551 __FUNCTION__, streamId, halStream->stream_type); in flushInflightRequests()
|