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

/frameworks/native/libs/gui/
H A DSensorManager.cpp81 ALOGW("sensorservice died [%p]", who.unsafe_get());
H A DSurfaceComposerClient.cpp65 who.unsafe_get());
/frameworks/native/libs/binder/
H A DIMemory.cpp396 //ALOGD("binderDied binder=%p", binder.unsafe_get());
441 binder.unsafe_get(), info.heap.get(),
449 ALOGE("free_heap binder=%p not found!!!", binder.unsafe_get());
472 mHeapCache.keyAt(i).unsafe_get(),
H A DParcel.cpp204 obj.cookie = binder.unsafe_get();
278 static_cast<BpBinder*>(out->unsafe_get()), *flat, in);
/frameworks/native/include/utils/
H A DRefBase.h238 inline T* unsafe_get() const { return m_ptr; } function in class:android::wp
451 return printWeakPointer(to, val.unsafe_get());
478 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp276 return mClient[cameraId].unsafe_get();
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp536 ALOGW("binderDied() %p, tid %d, calling pid %d", who.unsafe_get(), gettid(),
H A DAudioFlinger.cpp4544 ALOGV("getNextBuffer() no more data for track %d on thread %p", mName, mThread.unsafe_get());
5590 ALOGV ("OutputTrack::write() %p thread %p no more output buffers", this, mThread.unsafe_get());
5615 ALOGV("OutputTrack::write() %p thread %p released overflow buffer %d", this, mThread.unsafe_get(), mBufferQueue.size());
5633 ALOGV("OutputTrack::write() %p thread %p adding overflow buffer %d", this, mThread.unsafe_get(), mBufferQueue.size());
5635 ALOGW("OutputTrack::write() %p thread %p no more overflow buffers", mThread.unsafe_get(), this);

Completed in 106 milliseconds