Home
last modified time | relevance | path

Searched refs:oldPtr (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/include/utils/
DStrongPointer.h242 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));
246 if (oldPtr) oldPtr->decStrong(this);
247 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();
293 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));
296 if (oldPtr) oldPtr->decStrong(this);
297 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();
304 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));
305 if (oldPtr) oldPtr->decStrong(this);
306 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();
314 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));
[all …]
/system/core/libutils/binder/include/utils/
DStrongPointer.h242 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));
246 if (oldPtr) oldPtr->decStrong(this);
247 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();
293 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));
296 if (oldPtr) oldPtr->decStrong(this);
297 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();
304 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));
305 if (oldPtr) oldPtr->decStrong(this);
306 if (oldPtr != *const_cast<T* volatile*>(&m_ptr)) sp_report_race();
314 T* oldPtr(*const_cast<T* volatile*>(&m_ptr));
[all …]
/system/chre/chpp/platform/linux/
Dmemory.c75 void *chppRealloc(void *oldPtr, const size_t newSize, const size_t oldSize) { in chppRealloc() argument
79 struct ChppAllocHeader *oldHeader = (struct ChppAllocHeader *)oldPtr; in chppRealloc()
/system/chre/chpp/include/chpp/
Dmemory.h61 void *chppRealloc(void *oldPtr, const size_t newSize, const size_t oldSize);