Searched refs:tokenValue (Results 1 – 2 of 2) sorted by relevance
295 const uint32_t tokenValue = token->get(); in allocate() local298 cb(ErrorStatus::NONE, std::move(sampleBuffer), tokenValue); in allocate()
2345 public VibratorToken(int deviceId, IBinder token, int tokenValue) { in VibratorToken() argument2348 mTokenValue = tokenValue; in VibratorToken()