Lines Matching refs:inputStream
105 auto inputStream = new AudioStreamIn(this, flags); in openInputStream() local
110 status_t status = inputStream->open(handle, deviceType, config, address, source, outputDevice, in openInputStream()
123 status = inputStream->open(handle, deviceType, config, address, source, in openInputStream()
127 delete inputStream; in openInputStream()
128 inputStream = nullptr; in openInputStream()
131 delete inputStream; in openInputStream()
132 inputStream = nullptr; in openInputStream()
146 inputStream = new SpdifStreamIn(this, flags, originalConfig.format); in openInputStream()
147 status = inputStream->open(handle, deviceType, &originalConfig, address, source, in openInputStream()
152 delete inputStream; in openInputStream()
153 inputStream = nullptr; in openInputStream()
162 *ppStreamIn = inputStream; in openInputStream()