Home
last modified time | relevance | path

Searched refs:PlayFileDescriptor (Results 1 – 3 of 3) sorted by relevance

/frameworks/ex/variablespeed/jni/
Djni_entry.cc45 AudioEngine::GetEngine()->PlayFileDescriptor(fd, offset, length); in JNI_METHOD()
Dvariablespeed.h52 bool PlayFileDescriptor(int fd, int64 offset, int64 length);
Dvariablespeed.cc482 bool AudioEngine::PlayFileDescriptor(int fd, int64 offset, int64 length) { in PlayFileDescriptor() function in AudioEngine