Home
last modified time | relevance | path

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

/external/opencore/engines/2way/src/
Dpv_2way_proxy_adapter.cpp453 typedef OsclRefCounterSA<Oscl_TAlloc<uint8, OsclMemAllocator> > refcount_type; in SetLogAppender() typedef
455 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); in SetLogAppender()
459 char* tag = (char*)(mem + sizeof(refcount_type)); in SetLogAppender()
462 refcount_type *tagRefCounter = OSCL_PLACEMENT_NEW(mem, refcount_type(mem)); in SetLogAppender()
482 typedef OsclRefCounterSA<Oscl_TAlloc<uint8, OsclMemAllocator> > refcount_type; in RemoveLogAppender() typedef
484 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); in RemoveLogAppender()
488 char* tag = (char*)(mem + sizeof(refcount_type)); in RemoveLogAppender()
491 refcount_type *tagRefCounter = OSCL_PLACEMENT_NEW(mem, refcount_type(mem)); in RemoveLogAppender()
515 typedef OsclRefCounterSA<Oscl_TAlloc<uint8, OsclMemAllocator> > refcount_type; in SetLogLevel() typedef
517 uint32 allocSize = sizeof(refcount_type) + (sizeof(char) * (oscl_strlen(aTag) + 1)); in SetLogLevel()
[all …]