Searched refs:tooFarSouth (Results 1 – 2 of 2) sorted by relevance
521 final float tooFarSouth = -90.5f; in testSetLocation() local534 muxer.setLocation(tooFarSouth, atlanticLong); in testSetLocation()535 fail("setLocation succeeded with bad argument: [" + tooFarSouth + "," + in testSetLocation()
554 const float tooFarSouth = -90.5f; in nativeTestSetLocation() local567 status = AMediaMuxer_setLocation(muxer, tooFarSouth, atlanticLong); in nativeTestSetLocation()570 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarSouth, atlanticLong); in nativeTestSetLocation()