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;
287 newWatchedEvents |= OnFileDescriptorEventListener.EVENT_ERROR;
867 * {@link #EVENT_ERROR} event mask was specified when the listener was added.
870 public static final int EVENT_ERROR = 1 << 2; field in interface:MessageQueue.OnFileDescriptorEventListener
874 @IntDef(flag=true, value={EVENT_INPUT, EVENT_OUTPUT, EVENT_ERROR})
882 * {@link #EVENT_INPUT}, {@link #EVENT_OUTPUT}, and {@link #EVENT_ERROR} event masks.
887 * @see #EVENT_ERROR

Completed in 454 milliseconds