Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp261 BiometricsFingerprint* thisPtr = static_cast<BiometricsFingerprint*>( in notify() local
263 std::lock_guard<std::mutex> lock(thisPtr->mClientCallbackMutex); in notify()
264 if (thisPtr == nullptr || thisPtr->mClientCallback == nullptr) { in notify()
268 const uint64_t devId = reinterpret_cast<uint64_t>(thisPtr->mDevice); in notify()
274 if (!thisPtr->mClientCallback->onError(devId, result, vendorCode).isOk()) { in notify()
284 if (!thisPtr->mClientCallback->onAcquired(devId, result, vendorCode).isOk()) { in notify()
294 if (!thisPtr->mClientCallback->onEnrollResult(devId, in notify()
306 if (!thisPtr->mClientCallback->onRemoved(devId, in notify()
322 if (!thisPtr->mClientCallback->onAuthenticated(devId, in notify()
330 if (!thisPtr->mClientCallback->onAuthenticated(devId, in notify()
[all …]
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4149 this, gpa, [](void* thisPtr, uint64_t gpa) { in mapHostVisibleMemoryToGuestPhysicalAddressLocked() argument
4150 Impl* implPtr = (Impl*)thisPtr; in mapHostVisibleMemoryToGuestPhysicalAddressLocked()