Searched refs:handleCount (Results 1 – 3 of 3) sorted by relevance
48 int handleBase, int handleCount, SensorEventCallback *callback);
32 int handleBase, int handleCount, SensorEventCallback *callback) { in createInstance() argument33 auto m = new DynamicSensorManager(handleBase, handleBase + handleCount - 1, callback); in createInstance()
863 uint32_t handleCount = bufferSize / 8; in setCreatedHandlesForSnapshotLoad() local864 VKDGS_LOG("incoming handle count: %u", handleCount); in setCreatedHandlesForSnapshotLoad()871 for (uint32_t i = 0; i < handleCount; ++i) { in setCreatedHandlesForSnapshotLoad()