Home
last modified time | relevance | path

Searched defs:primitives (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/libs/protoutil/tests/
H A DProtoOutputStream_test.cpp71 PrimitiveProto primitives; in TEST() local
113 PrimitiveProto primitives; in TEST() local
157 PrimitiveProto primitives; in TEST() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorControllerTest.java221 PrimitiveSegment[] primitives = new PrimitiveSegment[]{ in on_withComposed_performsEffect() local
236 RampSegment[] primitives = new RampSegment[]{ in on_withComposedPwle_performsEffect() local
H A DFakeVibratorControllerProvider.java132 public long compose(PrimitiveSegment[] primitives, long vibrationId) { in compose()
152 public long composePwle(RampSegment[] primitives, int braking, long vibrationId) { in composePwle()
280 public void setSupportedPrimitives(int... primitives) { in setSupportedPrimitives()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorController.java286 public long on(PrimitiveSegment[] primitives, long vibrationId) { in on()
308 public long on(RampSegment[] primitives, long vibrationId) { in on()
461 public long compose(PrimitiveSegment[] primitives, long vibrationId) { in compose()
466 public long composePwle(RampSegment[] primitives, int braking, long vibrationId) { in composePwle()
H A DComposePrimitivesVibratorStep.java57 List<PrimitiveSegment> primitives = unrollPrimitiveSegments(effect, segmentIndex, in play() local
H A DVibrationStats.java231 void reportComposePrimitives(long halResult, PrimitiveSegment[] primitives) { in reportComposePrimitives()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DVibratorPerfTest.java95 int[] primitives = new int[]{VibrationEffect.Composition.PRIMITIVE_CLICK, in testArePrimitivesSupported() local
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMesh.java165 int[] primitives = new int[idxCount]; in updateFromNative() local
168 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative() local
365 Primitive[] primitives = new Primitive[mIndexTypes.size()]; in create() local
531 Primitive[] primitives = new Primitive[mIndexTypes.size()]; in create() local
H A DRenderScript.java967 … native void rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount); in rsnMeshGetIndices()
968 synchronized void nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp314 std::vector<aidl::PrimitivePwle> primitives; in vibratorPerformPwleEffect() local