/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
Component.h | 135 remote.unsafe_get(), 136 other.remote.unsafe_get()) : 144 local.unsafe_get(), 145 other.local.unsafe_get()));
|
/frameworks/native/libs/binder/ |
IMemory.cpp | 418 //ALOGD("binderDied binder=%p", binder.unsafe_get()); 463 binder.unsafe_get(), info.heap.get(), 472 ALOGE("free_heap binder=%p not found!!!", binder.unsafe_get()); 495 mHeapCache.keyAt(i).unsafe_get(),
|
Parcel.cpp | 271 obj.cookie = reinterpret_cast<uintptr_t>(binder.unsafe_get()); 346 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());
|
/system/bt/service/ipc/binder/ |
remote_callback_list.h | 193 CHECK(who.unsafe_get() == binder.get());
|
remote_callback_map.h | 229 CHECK(who.unsafe_get() == binder.get());
|
/system/core/libutils/include/utils/ |
RefBase.h | 120 // Use of wp::unsafe_get() for any purpose other than debugging is almost 392 inline T* unsafe_get() const { return m_ptr; } function in class:android::wp 605 return printWeakPointer(to, val.unsafe_get());
|
/frameworks/native/services/surfaceflinger/ |
BufferLayerConsumer.cpp | 567 unsafeFrameAvailableListener = mFrameAvailableListener.unsafe_get(); 572 ALOG_ASSERT(unsafeFrameAvailableListener == mContentsChangedListener.unsafe_get());
|
/frameworks/av/media/libaudioclient/ |
AudioSystem.cpp | 681 if (callbacks[cbIndex].unsafe_get() == callback.unsafe_get()) { 703 if (callbacks[cbIndex].unsafe_get() == callback.unsafe_get()) { [all...] |
AudioRecord.cpp | [all...] |
AudioTrack.cpp | [all...] |
/frameworks/native/libs/sensor/ |
SensorManager.cpp | 153 ALOGW("sensorservice died [%p]", who.unsafe_get());
|
/frameworks/av/services/audioflinger/ |
Tracks.cpp | [all...] |
Effects.cpp | [all...] |
/frameworks/av/media/libaudiohal/2.0/ |
StreamHalHidl.cpp | 289 if (mCallback.unsafe_get()) { 331 ALOGW_IF(mCallback.unsafe_get(), "First call to async write with 0 bytes");
|
/frameworks/av/media/libaudiohal/4.0/ |
StreamHalHidl.cpp | 300 if (mCallback.unsafe_get()) { 342 ALOGW_IF(mCallback.unsafe_get(), "First call to async write with 0 bytes");
|
/system/libhwbinder/ |
Parcel.cpp | 258 obj.cookie = reinterpret_cast<uintptr_t>(binder.unsafe_get()); 333 static_cast<BpHwBinder*>(out->unsafe_get()), *flat, in); [all...] |
/frameworks/native/libs/gui/ |
SurfaceComposerClient.cpp | 70 who.unsafe_get());
|
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyService.cpp | 301 ALOGW("binderDied() %p, calling pid %d", who.unsafe_get(), [all...] |
/system/security/keystore/ |
key_store_service.cpp | 143 auto operations = mOperationMap.getOperationsForToken(who.unsafe_get()); [all...] |