Searched refs:Timeline (Results 1 - 5 of 5) sorted by path

/frameworks/av/include/media/nblog/
H A DNBLog.h294 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
296 class Timeline : public RefBase { class in class:android::NBLog
299 Timeline(size_t size, void *shared = NULL);
300 virtual ~Timeline();
327 // The size of the shared memory must be at least Timeline::sharedSize(size).
444 // The size of the shared memory must be at least Timeline::sharedSize(size).
/frameworks/av/media/libnblog/
H A DNBLog.cpp272 NBLog::Timeline::Timeline(size_t size, void *shared)
279 NBLog::Timeline::~Timeline()
289 size_t NBLog::Timeline::sharedSize(size_t size)
/frameworks/av/media/libnblog/include/media/nblog/
H A DNBLog.h294 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
296 class Timeline : public RefBase { class in class:android::NBLog
299 Timeline(size_t size, void *shared = NULL);
300 virtual ~Timeline();
327 // The size of the shared memory must be at least Timeline::sharedSize(size).
444 // The size of the shared memory must be at least Timeline::sharedSize(size).
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp605 sp<IMemory> shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
621 shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
/frameworks/av/services/medialog/
H A DMediaLogService.cpp38 mMergerShared((NBLog::Shared*) malloc(NBLog::Timeline::sharedSize(kMergeBufferSize))),
58 shared->size() < NBLog::Timeline::sharedSize(size)) {

Completed in 161 milliseconds