Searched refs:statusIndex (Results 1 – 6 of 6) sorted by relevance
254 size_t statusIndex = 0; variable451 if (sensors[statusIndex].isInitialized && reading.isNear == 0) { in nanoappHandleEvent()454 chreGetSensorSamplingStatus(sensors[statusIndex].handle, &status); in nanoappHandleEvent()456 sensors[statusIndex].info.sensorName, success, status.enabled, in nanoappHandleEvent()459 statusIndex = (statusIndex + 1) % ARRAY_SIZE(sensors); in nanoappHandleEvent()
181 int statusIndex = mProgramNumberHandledStatus.indexOfKey(programNumber);182 if (statusIndex < 0) {375 int statusIndex = mVctItemHandledStatus.indexOfKey(sourceId); in handleVctItem() local376 if (statusIndex < 0) { in handleVctItem()380 if (!mVctItemHandledStatus.valueAt(statusIndex)) { in handleVctItem()
419 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS); in updateCompletedNotification() local426 int status = cursor.getInt(statusIndex); in updateCompletedNotification()496 int status = cursor.getInt(statusIndex); in updateCompletedNotification()
313 final int statusIndex = cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in createInstalledDictSettingsCollection() local321 final int status = cursor.getInt(statusIndex); in createInstalledDictSettingsCollection()
359 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); in getDictionaryWordListsForLocale() local382 final int wordListStatus = results.getInt(statusIndex); in getDictionaryWordListsForLocale()
1089 int statusIndex = mNotificationContainerParent.indexOfChild(keyguardStatusView); in reInflateViews() local1093 mNotificationContainerParent.addView(keyguardStatusView, statusIndex); in reInflateViews()