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

  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 247 ALOG_ASSERT(mFrameAvailableListener.unsafe_get() == mContentsChangedListener.unsafe_get());
  /frameworks/native/libs/binder/
IMemory.cpp 407 //ALOGD("binderDied binder=%p", binder.unsafe_get());
452 binder.unsafe_get(), info.heap.get(),
460 ALOGE("free_heap binder=%p not found!!!", binder.unsafe_get());
483 mHeapCache.keyAt(i).unsafe_get(),
Parcel.cpp 297 obj.cookie = reinterpret_cast<uintptr_t>(binder.unsafe_get());
372 static_cast<BpBinder*>(out->unsafe_get()), *flat, in);
    [all...]
  /frameworks/rs/cpp/util/
RefBase.h 238 inline T* unsafe_get() const { return m_ptr; } function in class:android::RSC::wp
451 return printWeakPointer(to, val.unsafe_get());
478 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /frameworks/rs/server/
RefBase.h 237 inline T* unsafe_get() const { return m_ptr; } function in class:android::wp
450 return printWeakPointer(to, val.unsafe_get());
477 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /system/bt/service/ipc/binder/
remote_callback_list.h 195 CHECK(who.unsafe_get() == binder.get());
remote_callback_map.h 242 CHECK(who.unsafe_get() == binder.get());
  /system/core/include/utils/
RefBase.h 257 inline T* unsafe_get() const { return m_ptr; } function in class:android::wp
470 return printWeakPointer(to, val.unsafe_get());
  /frameworks/native/libs/gui/
SensorManager.cpp 138 ALOGW("sensorservice died [%p]", who.unsafe_get());
SurfaceComposerClient.cpp 68 who.unsafe_get());
  /frameworks/av/services/audioflinger/
Tracks.cpp     [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 338 ALOGW("binderDied() %p, calling pid %d", who.unsafe_get(),
    [all...]
  /system/security/keystore/
key_store_service.cpp 52 auto operations = mOperationMap.getOperationsForToken(who.unsafe_get());
    [all...]

Completed in 626 milliseconds