HomeSort by relevance Sort by last modified time
    Searched refs:EventType (Results 126 - 150 of 267) sorted by null

1 2 3 4 56 7 8 91011

  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 421 DrmPlugin::EventType eventType = (DrmPlugin::EventType)code;
438 sendEvent(eventType, extra, pSessionId, pData);
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 47 void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj);
64 void DrmListener::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) {
87 switch(eventType) {
101 ALOGE("Invalid event DrmPlugin::EventType %d, ignored", (int)eventType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 962 ULONGLONG EventType:1;
975 ERROR_SMBIOS_EVENT_TYPE EventType;
tdikrnl.h 128 LONG EventType;
805 _Request->EventType = (InEventType); \
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 240 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
273 void JNIDrmListener::notify(DrmPlugin::EventType eventType, int extra,
280 switch (eventType) {
308 ALOGE("Invalid event DrmPlugin::EventType %d, ignored", (int)eventType);
475 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) {
483 listener->notify(eventType, extra, obj)
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DrmPlugin.cpp 251 sendEvent(EventType::VENDOR_DEFINED, 0, scope);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtmv2.h 174 typedef DWORD (WINAPI *_EVENT_CALLBACK)(RTM_ENTITY_HANDLE RtmRegHandle,RTM_EVENT_TYPE EventType,PVOID Context1,PVOID Context2);
wincon.h 91 WORD EventType;
  /system/extras/simpleperf/
cmd_record_test.cpp 68 const EventType* type = FindEventTypeByName(event_type);
cmd_stat.cpp 599 const EventType* type = FindEventTypeByName(name);
tracing.cpp 399 bool GetTracingData(const std::vector<const EventType*>& event_types,
cmd_record.cpp     [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandSchedulerTest.java 47 import com.android.tradefed.log.ILogRegistry.EventType;
128 void logEvent(EventType event, Map<String, String> args) {
    [all...]
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceManagerTest.java 27 import com.android.tradefed.log.ILogRegistry.EventType;
251 void logDeviceEvent(EventType event, String serial) {}
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 781 EventType typ, u64 addr) {
  /external/curl/tests/server/
sockfilt.c 614 if(length == 1 && inputrecord.EventType != KEY_EVENT) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 97 import com.android.calendar.CalendarController.EventType;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/python/cpython3/Lib/tkinter/
__init__.py 137 class EventType(str, enum.Enum):
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 

Completed in 539 milliseconds

1 2 3 4 56 7 8 91011