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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.cpp180 ALOG_ASSERT(mFrameAvailableListener.unsafe_get() == mContentsChangedListener.unsafe_get());
/frameworks/native/libs/gui/
H A DSensorManager.cpp81 ALOGW("sensorservice died [%p]", who.unsafe_get());
H A DSurfaceComposerClient.cpp66 who.unsafe_get());
/frameworks/native/libs/binder/
H A DIMemory.cpp394 //ALOGD("binderDied binder=%p", binder.unsafe_get());
439 binder.unsafe_get(), info.heap.get(),
447 ALOGE("free_heap binder=%p not found!!!", binder.unsafe_get());
470 mHeapCache.keyAt(i).unsafe_get(),
H A DParcel.cpp216 obj.cookie = reinterpret_cast<uintptr_t>(binder.unsafe_get());
291 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/av/services/audioflinger/
H A DTracks.cpp1762 mThread.unsafe_get(), status);
1792 mThread.unsafe_get(), mBufferQueue.size());
1812 mThread.unsafe_get(), mBufferQueue.size());
1815 mThread.unsafe_get(), this);
/frameworks/native/services/sensorservice/
H A DSensorService.cpp1003 if (it->unsafe_get() == connection.unsafe_get()) {
1026 return mPendingFlushConnections[0].unsafe_get();
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp265 ALOGW("binderDied() %p, calling pid %d", who.unsafe_get(),
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1244 return mClient[cameraId].unsafe_get();

Completed in 217 milliseconds