HomeSort by relevance Sort by last modified time
    Searched refs:PostLogMsg (Results 1 - 3 of 3) sorted by null

  /development/simulator/app/
LogWindow.h 49 static void PostLogMsg(const android_LogBundle* pBundle);
50 static void PostLogMsg(const wxString& msg);
51 static void PostLogMsg(const char* msg);
DeviceManager.cpp 836 LogWindow::PostLogMsg(tmpStr);
891 LogWindow::PostLogMsg(
893 LogWindow::PostLogMsg("=== runtime starting");
1007 LogWindow::PostLogMsg(&bundle);
1055 LogWindow::PostLogMsg(exitMsg);
1056 LogWindow::PostLogMsg(
    [all...]
LogWindow.cpp 1021 /*static*/ void LogWindow::PostLogMsg(const android_LogBundle* pBundle)
1031 /*static*/ void LogWindow::PostLogMsg(const char* msg)
1041 /*static*/ void LogWindow::PostLogMsg(const wxString& msg)
    [all...]

Completed in 79 milliseconds