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