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

  /hardware/interfaces/biometrics/fingerprint/2.1/default/
BiometricsFingerprint.cpp 261 BiometricsFingerprint* thisPtr = static_cast<BiometricsFingerprint*>(
263 std::lock_guard<std::mutex> lock(thisPtr->mClientCallbackMutex);
264 if (thisPtr == nullptr || thisPtr->mClientCallback == nullptr) {
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
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 123 thisPtr(hs.NewHandle<mirror::Object>(nullptr)) { }
133 MutableHandle<mirror::Object> thisPtr; /* InstanceOnly */
551 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr.Get())) {
871 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr,
875 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
880 basket.thisPtr.Assign(thisPtr);
    [all...]
  /external/v8/src/inspector/
v8-debugger.cc 515 V8Debugger* thisPtr = toV8Debugger(info.Data());
516 if (!thisPtr->enabled()) return;
518 thisPtr->m_isolate->GetCurrentContext();
521 thisPtr->handleProgramBreak(pausedContext,
576 V8Debugger* thisPtr = static_cast<V8Debugger*>(data);
577 thisPtr->m_isolate->IncreaseHeapLimitForDebugging();
578 thisPtr->m_scheduledOOMBreak = true;
579 thisPtr->setPauseOnNextStatement(true);
    [all...]

Completed in 82 milliseconds