Home
last modified time | relevance | path

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

/external/sonivox/test/
DSonivoxTest.cpp197 EAS_I32 locationReceivedMs; in seekToLocation() local
198 result = EAS_GetLocation(mEASDataHandle, mEASStreamHandle, &locationReceivedMs); in seekToLocation()
201 if (locationReceivedMs != locationExpectedMs) return false; in seekToLocation()