Searched refs:unsafe_get (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/binder/ |
D | IMemory.cpp | 441 binder.unsafe_get(), info.heap.get(), in free_heap() 449 ALOGE("free_heap binder=%p not found!!!", binder.unsafe_get()); in free_heap() 472 mHeapCache.keyAt(i).unsafe_get(), in dump_heaps()
|
D | Parcel.cpp | 204 obj.cookie = binder.unsafe_get(); in flatten_binder() 278 static_cast<BpBinder*>(out->unsafe_get()), *flat, in); in unflatten_binder()
|
/frameworks/native/libs/gui/ |
D | SensorManager.cpp | 81 ALOGW("sensorservice died [%p]", who.unsafe_get()); in assertStateLocked()
|
/frameworks/native/include/utils/ |
D | RefBase.h | 238 inline T* unsafe_get() const { return m_ptr; } in unsafe_get() function 451 return printWeakPointer(to, val.unsafe_get()); 478 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get()); in getReferenceBase()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 4508 ALOGV("getNextBuffer() no more data for track %d on thread %p", mName, mThread.unsafe_get()); in getNextBuffer() 5546 … ALOGV ("OutputTrack::write() %p thread %p no more output buffers", this, mThread.unsafe_get()); in write() 5571 …rack::write() %p thread %p released overflow buffer %d", this, mThread.unsafe_get(), mBufferQueue.… in write() 5589 …tTrack::write() %p thread %p adding overflow buffer %d", this, mThread.unsafe_get(), mBufferQueue.… in write() 5591 … ALOGW("OutputTrack::write() %p thread %p no more overflow buffers", mThread.unsafe_get(), this); in write() 8100 ALOGV("removeHandle() %p removed handle %p in position %d", this, handle.unsafe_get(), i); in removeHandle() 8103 EffectHandle *hdl = handle.unsafe_get(); in removeHandle() 8136 ALOGV("disconnect() %p handle %p", this, handle.unsafe_get()); in disconnect()
|
D | AudioPolicyService.cpp | 526 ALOGW("binderDied() %p, tid %d, calling pid %d", who.unsafe_get(), gettid(), in binderDied()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 241 return mClient[cameraId].unsafe_get(); in getClientByIdUnsafe()
|