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

  /system/core/nexus/
TiwlanEventListener.h 45 uint32_t event_type; member in struct:ipc_ev_data
  /external/qemu/android/skin/
file.h 75 int event_type; member in struct:SkinLayout
  /frameworks/base/include/media/
AudioRecord.h 48 enum event_type { enum in class:android::AudioRecord
90 * event: type of event notified (see enum AudioRecord::event_type).
AudioTrack.h 53 enum event_type { enum in class:android::AudioTrack
90 * event: type of event notified (see enum AudioTrack::event_type).
  /external/bluetooth/glib/gio/
gfilemonitor.c 217 * @event_type: a #GFileMonitorEvent.
344 GFileMonitorEvent event_type; member in struct:_FileChange
372 change->child, change->other_file, change->event_type);
385 GFileMonitorEvent event_type)
400 change->event_type = event_type;
632 * @event_type: a set of #GFileMonitorEvent flags.
644 GFileMonitorEvent event_type)
655 if (event_type != G_FILE_MONITOR_EVENT_CHANGED)
660 if (event_type == G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 533 uint event_type, flags, auth_type, datalen; local
534 event_type = ntoh32(event->event_type);
551 if (event_names[i].event == event_type)
555 DHD_EVENT(("EVENT: %s, event ID = %d\n", event_name, event_type));
564 switch (event_type) {
628 if (event_type == WLC_E_AUTH_IND) {
763 event_name, event_type, eabuf, (int)status, (int)reason,
807 type = ntoh32_ua((void *)&event->event_type);
863 temp = ntoh32_ua((void *)&event->event_type);
    [all...]
  /external/opencore/android/author/
authordriver.cpp 1402 const PVEventType event_type = aEvent.GetEventType(); local
    [all...]
  /external/opencore/android/
playerdriver.cpp 1278 const media_event_type event_type = MapStatusToEventType(status); local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
bcmevent.h 57 uint32 event_type; member in struct:__anon7511
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 88 extern bool wl_iw_conn_status_str(uint32 event_type, uint32 status,
6013 uint32 event_type = ntoh32(e->event_type); local
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 131 static named_value_t event_type[] = { variable
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 3036 static named_value_t event_type[] = { variable
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 131 static named_value_t event_type[] = { variable
    [all...]

Completed in 4735 milliseconds