Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h292 const char* callerTag = nullptr);
303 bool allocate(const char* callerTag = nullptr);
312 void free(const char* callerTag = nullptr);
322 const char* callerTag = nullptr);
330 int freeComponentSlot(const char* callerTag = nullptr);
DCCodecBufferChannel.cpp1426 const char* callerTag) { in initialize() argument
1433 mName, callerTag ? callerTag : "*", in initialize()
1437 bool CCodecBufferChannel::PipelineCapacity::allocate(const char* callerTag) { in allocate() argument
1444 mName, callerTag ? callerTag : "*", in allocate()
1454 mName, callerTag ? callerTag : "*", in allocate()
1460 void CCodecBufferChannel::PipelineCapacity::free(const char* callerTag) { in free() argument
1466 mName, callerTag ? callerTag : "*", in free()
1473 const char* callerTag) { in freeInputSlots() argument
1479 mName, callerTag ? callerTag : "*", in freeInputSlots()
1488 const char* callerTag) { in freeComponentSlot() argument
[all …]