Searched refs:NUM_DEVICES (Results 1 – 2 of 2) sorted by relevance
293 local ADB_DEVICES NUM_DEVICES FINGERPRINT297 NUM_DEVICES=$(echo "$ADB_DEVICES" | wc -l)298 case $NUM_DEVICES in311 NUM_DEVICES=1
2345 const int requestedSlots[NUM_DEVICES][2] = in createPrivateDataDevice()2429 static const int NUM_DEVICES = 5; member in vkt::api::__anon5fcc4f650111::SingletonDevice2442 for (int idx = 0; idx < NUM_DEVICES; ++idx) in destroy()2448 static SharedPtr<SingletonDevice> m_singletonDevice[NUM_DEVICES];2451 SharedPtr<SingletonDevice> SingletonDevice::m_singletonDevice[NUM_DEVICES];2462 for (int d = 0; d < SingletonDevice::NUM_DEVICES; ++d) in createPrivateDataTest()