Searched defs:event_type (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/
H A DAudioEffect.h149 enum event_type { enum in class:android::AudioEffect
173 * event: type of event notified (see enum AudioEffect::event_type).
H A DAudioRecord.h41 enum event_type { enum in class:android::AudioRecord
87 * event: type of event notified (see enum AudioRecord::event_type).
H A DAudioTrack.h43 enum event_type { enum in class:android::AudioTrack
98 * event: type of event notified (see enum AudioTrack::event_type).
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h90 } event_type; typedef in class:android::SoundTriggerHwService::CallbackEvent
91 CallbackEvent(event_type type, sp<IMemory> memory, wp<Module> module);
95 event_type mType;
/frameworks/base/core/jni/
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp113 env->SetIntField(event_object, type_field, event->event_type);
247 jint event_type,
252 (uint32_t) event_type,
263 jint event_type) {
267 (uint32_t) event_type);
243 enable_activity_event( JNIEnv* env, jobject obj, jint activity_handle, jint event_type, jlong report_latency_ns) argument
259 disable_activity_event( JNIEnv* env, jobject obj, jint activity_handle, jint event_type) argument

Completed in 286 milliseconds