Searched defs:Timeline (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/include/media/nbaio/
H A DNBLog.h208 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
210 class Timeline : public RefBase { class in class:android::NBLog
213 Timeline(size_t size, void *shared = NULL);
214 virtual ~Timeline();
241 // The size of the shared memory must be at least Timeline::sharedSize(size).
352 // The size of the shared memory must be at least Timeline::sharedSize(size).
/frameworks/av/media/libnbaio/include/
H A DNBLog.h208 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
210 class Timeline : public RefBase { class in class:android::NBLog
213 Timeline(size_t size, void *shared = NULL);
214 virtual ~Timeline();
241 // The size of the shared memory must be at least Timeline::sharedSize(size).
352 // The size of the shared memory must be at least Timeline::sharedSize(size).

Completed in 67 milliseconds