Searched defs:EVENT_ERROR (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/
H A DAudioEffect.h153 EVENT_ERROR = 3 enumerator in enum:android::AudioEffect::event_type
169 * The EVENT_ERROR event is received when the media server process dies.
181 * - EVENT_ERROR: status_t indicating the error (DEAD_OBJECT when media server dies).
/frameworks/av/media/libaudioclient/include/media/
H A DAudioEffect.h153 EVENT_ERROR = 3 enumerator in enum:android::AudioEffect::event_type
169 * The EVENT_ERROR event is received when the media server process dies.
181 * - EVENT_ERROR: status_t indicating the error (DEAD_OBJECT when media server dies).
/frameworks/base/core/java/android/os/
H A DMessageQueue.java180 * {@link OnFileDescriptorEventListener#EVENT_ERROR} event masks. If the requested
241 events |= OnFileDescriptorEventListener.EVENT_ERROR;
288 newWatchedEvents |= OnFileDescriptorEventListener.EVENT_ERROR;
868 * {@link #EVENT_ERROR} event mask was specified when the listener was added.
871 public static final int EVENT_ERROR = 1 << 2; field in interface:MessageQueue.OnFileDescriptorEventListener
878 EVENT_ERROR
887 * {@link #EVENT_INPUT}, {@link #EVENT_OUTPUT}, and {@link #EVENT_ERROR} event masks.
892 * @see #EVENT_ERROR

Completed in 42 milliseconds