HomeSort by relevance Sort by last modified time
    Searched refs:devId (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/biometrics/fingerprint/2.1/default/
BiometricsFingerprint.cpp 268 const uint64_t devId = reinterpret_cast<uint64_t>(thisPtr->mDevice);
274 if (!thisPtr->mClientCallback->onError(devId, result, vendorCode).isOk()) {
284 if (!thisPtr->mClientCallback->onAcquired(devId, result, vendorCode).isOk()) {
294 if (!thisPtr->mClientCallback->onEnrollResult(devId,
306 if (!thisPtr->mClientCallback->onRemoved(devId,
322 if (!thisPtr->mClientCallback->onAuthenticated(devId,
330 if (!thisPtr->mClientCallback->onAuthenticated(devId,
343 if (!thisPtr->mClientCallback->onEnumerate(devId,
  /frameworks/base/media/java/android/media/
AudioRecordingConfiguration.java 206 final int devId = sources[0].port().id();
210 if (devices[j].getId() == devId) {
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 279 for (int devId : devIds) {
280 InputDevice inputDev = InputDevice.getDevice(devId);
282 return devId;

Completed in 542 milliseconds