Searched refs:unsafe_get (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorRecord.cpp49 if (it->unsafe_get() == connection.unsafe_get()) {
72 return mPendingFlushConnections[0].unsafe_get();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.cpp245 ALOG_ASSERT(mFrameAvailableListener.unsafe_get() == mContentsChangedListener.unsafe_get());
/frameworks/native/libs/binder/
H A DIMemory.cpp407 //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(),
H A DParcel.cpp297 obj.cookie = reinterpret_cast<uintptr_t>(binder.unsafe_get());
372 static_cast<BpBinder*>(out->unsafe_get()), *flat, in);
/frameworks/rs/cpp/util/
H A DRefBase.h238 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/
H A DRefBase.h237 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());
/frameworks/native/libs/gui/
H A DSensorManager.cpp138 ALOGW("sensorservice died [%p]", who.unsafe_get());
H A DSurfaceComposerClient.cpp66 who.unsafe_get());
/frameworks/av/services/audioflinger/
H A DTracks.cpp1220 mThread.unsafe_get(), status);
1255 mThread.unsafe_get(), mBufferQueue.size());
1274 mThread.unsafe_get(), mBufferQueue.size());
1277 mThread.unsafe_get(), this);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp340 ALOGW("binderDied() %p, calling pid %d", who.unsafe_get(),

Completed in 1850 milliseconds