Home
last modified time | relevance | path

Searched defs:deviceIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp998 int deviceIndex = bestDeviceForOperation[operationIndex]; in partitionTheWork() local
1022 int deviceIndex = findNextDeviceToProcess(); in partitionTheWork() local
1561 for (size_t deviceIndex = 0; deviceIndex < deviceCount; deviceIndex++) { in findBestDeviceForEachOperation() local
1571 for (size_t deviceIndex = 0; deviceIndex < deviceCount; deviceIndex++) { in findBestDeviceForEachOperation() local
/frameworks/native/services/inputflinger/
DInputReader.cpp389 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in addDeviceLocked() local
421 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in removeDeviceLocked() local
524 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in processEventsForDeviceLocked() local
690 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in getStateLocked() local
717 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in toggleCapsLockState() local
743 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in markSupportedKeyCodesLocked() local
781 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in vibrate() local
791 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in cancelVibrate() local
801 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in isInputDeviceEnabled() local
813 ssize_t deviceIndex = mDevices.indexOfKey(deviceId); in canDispatchToDisplay() local
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java352 int deviceIndex = indexOfEqualValue(mHdmiInputIdMap, inputId); in removeHardwareInput() local