Home
last modified time | relevance | path

Searched refs:UNKNOWN_EVENT (Results 1 – 4 of 4) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventSetImpl.java33 enum EventDestination {UNKNOWN_EVENT, INTERNAL_EVENT, CLIENT_EVENT}; enumConstant
152 return EventDestination.UNKNOWN_EVENT; in destination()
159 return EventDestination.UNKNOWN_EVENT; in destination()
638 case UNKNOWN_EVENT: in build()
/external/webrtc/webrtc/call/
Drtc_event_log.proto27 // The different types of events that can occur, the UNKNOWN_EVENT entry
29 // receive the new events as UNKNOWN_EVENT.
31 UNKNOWN_EVENT = 0; enumerator
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.proto78 UNKNOWN_EVENT = 4; enumerator
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc290 case audioproc::Event::UNKNOWN_EVENT: in VerifyDebugDump()