Home
last modified time | relevance | path

Searched refs:DEVICE_STOP (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.h36 DEVICE_STOP = 3, member in DeviceStatus
H A Ddistributedaudiotest.cpp403 if (g_spkStatus == DeviceStatus::DEVICE_STOP) { in StartRender()
425 if (g_spkStatus == DeviceStatus::DEVICE_STOP) { in StopRender()
430 g_spkStatus = DeviceStatus::DEVICE_STOP; in StopRender()
598 if (g_micStatus == DeviceStatus::DEVICE_STOP) { in StartCapture()
617 if (g_micStatus == DeviceStatus::DEVICE_STOP) { in StopCapture()
621 g_micStatus = DeviceStatus::DEVICE_STOP; in StopCapture()

Completed in 3 milliseconds