Searched defs:primitives (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/libs/protoutil/tests/ |
H A D | ProtoOutputStream_test.cpp | 71 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 D | VibratorControllerTest.java | 221 PrimitiveSegment[] primitives = new PrimitiveSegment[]{ in on_withComposed_performsEffect() local 236 RampSegment[] primitives = new RampSegment[]{ in on_withComposedPwle_performsEffect() local
|
H A D | FakeVibratorControllerProvider.java | 132 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 D | VibratorController.java | 286 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 D | ComposePrimitivesVibratorStep.java | 57 List<PrimitiveSegment> primitives = unrollPrimitiveSegments(effect, segmentIndex, in play() local
|
H A D | VibrationStats.java | 231 void reportComposePrimitives(long halResult, PrimitiveSegment[] primitives) { in reportComposePrimitives()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/ |
H A D | VibratorPerfTest.java | 95 int[] primitives = new int[]{VibrationEffect.Composition.PRIMITIVE_CLICK, in testArePrimitivesSupported() local
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Mesh.java | 165 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 D | RenderScript.java | 967 … 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 D | com_android_server_vibrator_VibratorController.cpp | 314 std::vector<aidl::PrimitivePwle> primitives; in vibratorPerformPwleEffect() local
|