Searched defs:strategy (Results 1 – 8 of 8) sorted by relevance
58 private static native int nativeInitialize(String strategy); in nativeInitialize()88 public static VelocityTracker obtain(String strategy) { in obtain()133 private VelocityTracker(String strategy) { in VelocityTracker()
66 VelocityTrackerState::VelocityTrackerState(const char* strategy) : in VelocityTrackerState()144 ScopedUtfChars strategy(env, strategyStr); in android_view_VelocityTracker_nativeInitialize() local
110 VelocityTracker::VelocityTracker(const char* strategy) : in VelocityTracker()138 bool VelocityTracker::configureStrategy(const char* strategy) { in configureStrategy()143 VelocityTrackerStrategy* VelocityTracker::createStrategy(const char* strategy) { in createStrategy()
290 uint32_t strategy, in registerEffect()566 uint32_t strategy = data.readInt32(); in onTransact() local
707 uint32_t strategy, in registerEffect()
1713 uint32_t strategy() const { return mStrategy; } in strategy() function1714 void setStrategy(uint32_t strategy) in setStrategy()
453 uint32_t strategy, in registerEffect()
1771 uint32_t strategy = AudioSystem::getStrategyForStream(streamType); in createTrack_l() local7551 uint32_t strategy = 0; // prevent compiler warning in moveEffectChain_l() local