Home
last modified time | relevance | path

Searched refs:event_type (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_location_ActivityRecognitionHardware.cpp113 env->SetIntField(event_object, type_field, event->event_type); in activity_callback()
247 jint event_type, in enable_activity_event() argument
252 (uint32_t) event_type, in enable_activity_event()
263 jint event_type) { in disable_activity_event() argument
267 (uint32_t) event_type); in disable_activity_event()
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.h90 } event_type; typedef
91 CallbackEvent(event_type type, sp<IMemory> memory, wp<Module> module);
95 event_type mType;
DSoundTriggerHwService.cpp477 SoundTriggerHwService::CallbackEvent::CallbackEvent(event_type type, sp<IMemory> memory, in CallbackEvent()
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_nan_WifiNanNative.cpp180 ALOGD("OnNanEventDiscEngEvent called: event_type=%d", event->event_type); in OnNanEventDiscEngEvent()
185 if (event->event_type == NAN_EVENT_ID_DISC_MAC_ADDR) { in OnNanEventDiscEngEvent()
192 (int) event->event_type, macBytes.get()); in OnNanEventDiscEngEvent()
/frameworks/av/include/media/
DAudioEffect.h149 enum event_type { enum
DAudioRecord.h43 enum event_type { enum
DAudioTrack.h45 enum event_type { enum
/frameworks/opt/net/wifi/tests/wifitests/jni/
Dwifi_nan_hal_mock.cpp505 msg.event_type = (NanDiscEngEventType) jsonR.get_int("event_type", &error); in Java_com_android_server_wifi_nan_WifiNanHalMock_callDiscEngEvent()
506 if (msg.event_type == NAN_EVENT_ID_DISC_MAC_ADDR) { in Java_com_android_server_wifi_nan_WifiNanHalMock_callDiscEngEvent()