HomeSort by relevance Sort by last modified time
    Searched defs:Loggable (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/system_wrappers/source/
logging.cc 52 bool LogMessage::Loggable(LoggingSeverity sev) {
  /external/webrtc/webrtc/base/
logging.h 146 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); }
273 !(rtc::LogMessage::Loggable(sev)) \
  /frameworks/base/telecomm/java/android/telecom/Logging/
EventManager.java 53 public interface Loggable {
65 private final Map<Loggable, EventRecord> mCallEventRecordMap = new HashMap<>();
174 private final Loggable mRecordEntry;
176 public EventRecord(Loggable recordEntry) {
180 public Loggable getRecordEntry() {
234 if (data instanceof Loggable) {
235 // If the data is another Loggable, then change the data to the
270 public void event(Loggable recordEntry, String event, Object data) {
288 public void event(Loggable recordEntry, String event, String format, Object... args) {
319 Loggable recordEntry = newRecord.getRecordEntry()
    [all...]
  /prebuilts/tools/common/m2/repository/avalon-framework/avalon-framework/4.1.3/
avalon-framework-4.1.3.jar 

Completed in 318 milliseconds