Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoListingElement.java78 public void setVersionCounter(long vcount) { in setVersionCounter() argument
80 Log.d(TAG, "setVersionCounter: " + vcount); in setVersionCounter()
82 this.mVersionCounter = vcount; in setVersionCounter()
89 private void setVersionCounter(String vcount) { in setVersionCounter() argument
91 Log.d(TAG, "setVersionCounter: " + vcount); in setVersionCounter()
94 this.mVersionCounter = Long.parseLong(vcount); in setVersionCounter()
96 Log.w(TAG, "unable to parse XML versionCounter:" + vcount); in setVersionCounter()
/aosp12/bionic/libc/kernel/uapi/sound/
H A Demu10k1.h251 unsigned int vcount; member
262 unsigned int vcount; member
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfb.h273 __u32 vcount; member
/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.cpp903 const size_t vcount = mSensors.getVirtualSensors().size(); in threadLoop() local
905 const size_t numEventMax = minBufferSize / (1 + vcount); in threadLoop()
949 if (count && vcount) { in threadLoop()