Home
last modified time | relevance | path

Searched refs:seekInternal_l (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/
DNuCachedSource2.h127 status_t seekInternal_l(off64_t offset);
/frameworks/av/media/libstagefright/
DNuCachedSource2.cpp610 seekInternal_l(seekOffset); in readInternal()
642 status_t NuCachedSource2::seekInternal_l(off64_t offset) { in seekInternal_l() function in android::NuCachedSource2