Home
last modified time | relevance | path

Searched refs:NUM_JACKS (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp29 constexpr uint32_t NUM_JACKS = sizeof(JACKS) / sizeof(JACKS[0]); variable
296 NUM_STREAMS, NUM_JACKS, NUM_CHMAPS, in Loop()
399 if (cmd.start_id() >= NUM_JACKS || in JacksInfo()
400 cmd.start_id() + cmd.count() > NUM_JACKS) { in JacksInfo()