Searched defs:inPastMs (Results 1 – 4 of 4) sorted by relevance
72 android_media_AudioSystem_isStreamActive(JNIEnv *env, jobject thiz, jint stream, jint inPastMs) in android_media_AudioSystem_isStreamActive()
111 public static native boolean isStreamActive(int stream, int inPastMs); in isStreamActive()
602 uint32_t inPastMs = (uint32_t)data.readInt32(); in onTransact() local
726 status_t AudioSystem::isStreamActive(int stream, bool* state, uint32_t inPastMs) in isStreamActive()