Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp716 if (mActiveId >= 0) { in off()
717 ALOGD("Off: Stop the active effect: %d", mActiveId); in off()
719 if (!mHwApiDef->setFFPlay(mInputFd, mActiveId, false)) { in off()
720 ALOGE("Off: Failed to stop effect %d (%d): %s", mActiveId, errno, strerror(errno)); in off()
723 if (mIsDual && (!mHwApiDual->setFFPlay(mInputFdDual, mActiveId, false))) { in off()
724 ALOGE("Off: Failed to stop flip's effect %d (%d): %s", mActiveId, errno, in off()
747 mActiveId = -1; in off()
967 ALOGE("Previous vibration pending: prev: %d, curr: %d", mActiveId, effectIndex); in on()
1048 mActiveId = effectIndex; in on()
1054 mActiveId = -1; in on()
[all …]
DVibrator.h226 int8_t mActiveId{-1};
/device/google/coral/powerstats/
DGpuStateResidencyDataProvider.cpp32 : mPowerEntityId(id), mActiveId(0) /* (TODO (b/117228832): enable this) , mSuspendId(1) */ {} in GpuStateResidencyDataProvider()
72 {.powerEntityStateId = mActiveId, .totalTimeInStateMs = totalActiveTimeUs / 1000}, in getResults()
85 {.powerEntityStateId = mActiveId, .powerEntityStateName = "Active"}, in getStateSpaces()
DGpuStateResidencyDataProvider.h41 const uint32_t mActiveId; variable