Searched refs:DEBUG_LOG (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/dev/audio/intel-hda/codecs/qemu/
H A Ddebug-logging.h33 #define DEBUG_LOG(...) DEBUG_LOG_EX(*this, __VA_ARGS__) macro
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Ddebug-logging.h33 #define DEBUG_LOG(...) DEBUG_LOG_EX(*this, __VA_ARGS__) macro
H A Drealtek-codec.cpp175 DEBUG_LOG("Setting up for Acer12\n");
270 DEBUG_LOG("Setting up for Intel NUC\n");
H A Drealtek-stream.cpp472 DEBUG_LOG("Failed to compute supported format ranges! (res = %d)\n", res);
479 DEBUG_LOG("WARNING - no sample encodings are supported by this audio stream! "
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddebug-logging.h33 #define DEBUG_LOG(...) DEBUG_LOG_EX(*this, __VA_ARGS__) macro
H A Ddispatcher-thread-pool.cpp142 DEBUG_LOG("WaitOnPort failed, port handle is invalid\n");
154 DEBUG_LOG("CancelWaitOnPort failed, port handle is invalid\n");
166 DEBUG_LOG("BindIrqToPort failed, port handle is invalid\n");
294 DEBUG_LOG("Thread Starting\n");
298 DEBUG_LOG("WARNING - Failed to set thread priority (res %d)\n", res);
340 DEBUG_LOG("Client work thread shutting down\n");
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Ddebug-logging.h33 #define DEBUG_LOG(...) DEBUG_LOG_EX(*this, __VA_ARGS__) macro
H A Dcodec-driver-base.cpp158 DEBUG_LOG("Shutting down codec\n");
172 DEBUG_LOG("Unlinking from controller\n");
175 DEBUG_LOG("Shutdown complete\n");
193 DEBUG_LOG("Bad " #_ioctl \
202 DEBUG_LOG("Unexpected handle in " \
218 DEBUG_LOG("Error reading from device channel (res %d)!\n", res);
223 DEBUG_LOG("Bad length (%u) reading from device channel (expectd at least %zu)!\n",
234 DEBUG_LOG("Received codec device response for inactive stream (id %u)\n",
255 DEBUG_LOG("Received unexpected unsolicited reponse (tag %u)\n",
265 DEBUG_LOG("Receive
[all...]
H A Dstream-base.cpp113 DEBUG_LOG("Deactivating stream\n");
166 DEBUG_LOG("Deactivate complete\n");
198 DEBUG_LOG("Ignoring codec response (0x%08x, 0x%08x) for inactive stream id %u\n",
256 DEBUG_LOG("Failed to finish set format (enc fmt 0x%04hx res %d)\n", encoded_fmt_, res);
428 DEBUG_LOG("Failed to send get stream formats response (res %d)\n", res);
480 DEBUG_LOG("Failed to encode stream format %u:%hu:%s (res %d)\n",
493 DEBUG_LOG("Stream impl rejected stream format %u:%hu:%s (res %d)\n",
513 DEBUG_LOG("Failed to write set stream format %u:%hu:%s to codec channel (res %d)\n",
536 DEBUG_LOG("Failing to write %zu bytes in response (res %d)\n", sizeof(resp), res);
618 DEBUG_LOG("Ba
[all...]

Completed in 39 milliseconds