Home
last modified time | relevance | path

Searched refs:DEVICE_START (Results 1 - 4 of 4) sorted by relevance

/test/xts/dcts/distributedhardware/distributedaudionewtest/
H A Ddistributedaudiotest.cpp315 g_spkStatus = DeviceStatus::DEVICE_START; in Play()
318 while (g_spkStatus == DeviceStatus::DEVICE_START) { in Play()
379 if (g_spkStatus == DeviceStatus::DEVICE_START) { in StartRender()
426 if (g_spkStatus == DeviceStatus::DEVICE_START) { in CloseSpk()
534 g_micStatus = DeviceStatus::DEVICE_START; in Capture()
537 while (g_micStatus == DeviceStatus::DEVICE_START) { in Capture()
572 if (g_micStatus == DeviceStatus::DEVICE_START) { in StartCapture()
616 if (g_micStatus == DeviceStatus::DEVICE_START) { in CloseMic()
H A Ddistributedaudiotest.h39 DEVICE_START = 2, member in DeviceStatus
/test/xts/dcts/distributedhardware/distributedaudiotest/
H A Ddistributedaudiotest.cpp311 g_spkStatus = DeviceStatus::DEVICE_START; in Play()
314 while (g_spkStatus == DeviceStatus::DEVICE_START) { in Play()
375 if (g_spkStatus == DeviceStatus::DEVICE_START) { in StartRender()
422 if (g_spkStatus == DeviceStatus::DEVICE_START) { in CloseSpk()
530 g_micStatus = DeviceStatus::DEVICE_START; in Capture()
533 while (g_micStatus == DeviceStatus::DEVICE_START) { in Capture()
568 if (g_micStatus == DeviceStatus::DEVICE_START) { in StartCapture()
612 if (g_micStatus == DeviceStatus::DEVICE_START) { in CloseMic()
H A Ddistributedaudiotest.h35 DEVICE_START = 2, member in DeviceStatus

Completed in 4 milliseconds