Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt91 public fun getUInt24At(input: ByteArray, index: Int): UInt { in getUInt24At() method
98 return getUInt24At(input, index).toInt() in getInt24At()