Home
last modified time | relevance | path

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

/device/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp53 constexpr size_t arraySize(const T (&)[N]) { in arraySize() function
180 arraySize(k2p4Channels)); in getValidChannels()
/device/google/trout/hal/sensors/2.1/
DSensor.cpp344 int arraySize = in setSensorPlacementData() local
346 if (index < 0 || index >= arraySize) return BAD_VALUE; in setSensorPlacementData()