Home
last modified time | relevance | path

Searched refs:tokenValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp295 const uint32_t tokenValue = token->get(); in allocate() local
298 cb(ErrorStatus::NONE, std::move(sampleBuffer), tokenValue); in allocate()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2345 public VibratorToken(int deviceId, IBinder token, int tokenValue) { in VibratorToken() argument
2348 mTokenValue = tokenValue; in VibratorToken()