Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.h35 DEVICE_START = 2, member in DeviceStatus
H A Ddistributedaudiotest.cpp342 g_spkStatus = DeviceStatus::DEVICE_START; in Play()
345 while (g_spkStatus == DeviceStatus::DEVICE_START) { in Play()
399 if (g_spkStatus == DeviceStatus::DEVICE_START) { in StartRender()
444 if (g_spkStatus == DeviceStatus::DEVICE_START) { in CloseSpk()
555 g_micStatus = DeviceStatus::DEVICE_START; in Capture()
558 while (g_micStatus == DeviceStatus::DEVICE_START) { in Capture()
593 if (g_micStatus == DeviceStatus::DEVICE_START) { in StartCapture()
635 if (g_micStatus == DeviceStatus::DEVICE_START) { in CloseMic()

Completed in 2 milliseconds