Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dlog_buffer_manager.cc51 void LogBufferManager::onLogsReady() { in onLogsReady() function in chre::LogBufferManager
68 onLogsReady(); in flushLogs()
Dlog_buffer.cc368 mCallback->onLogsReady(); in dispatch()
376 mCallback->onLogsReady(); in dispatch()
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer_manager.h110 void onLogsReady() final;
Dlog_buffer.h76 virtual void onLogsReady() = 0;
/system/chre/platform/tests/
Dlog_buffer_test.cc37 void onLogsReady() { in onLogsReady() function in chre::TestLogBufferCallback