/frameworks/base/libs/protoutil/tests/ |
D | ProtoOutputStream_test.cpp | 71 PrimitiveProto primitives; in TEST() local 113 PrimitiveProto primitives; in TEST() local 157 PrimitiveProto primitives; in TEST() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
D | VibratorControllerTest.java | 222 PrimitiveSegment[] primitives = new PrimitiveSegment[]{ in on_withComposed_performsEffect() local 237 RampSegment[] primitives = new RampSegment[]{ in on_withComposedPwle_performsEffect() local
|
D | FakeVibratorControllerProvider.java | 129 public long composePwle(RampSegment[] primitives, int braking, long vibrationId) { in composePwle() 245 public void setSupportedPrimitives(int... primitives) { in setSupportedPrimitives()
|
/frameworks/layoutlib/bridge/src/android/graphics/text/ |
D | BaseLineBreaker.java | 37 public BaseLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, in BaseLineBreaker()
|
D | GreedyLineBreaker.java | 30 public GreedyLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, in GreedyLineBreaker()
|
D | LineBreaker_Delegate.java | 121 List<Primitive> primitives = in nComputeLineBreaks() local 200 List<Primitive> primitives = new ArrayList<Primitive>(((int) Math.ceil(length * 1.833))); in computePrimitives() local
|
D | OptimizingLineBreaker.java | 38 public OptimizingLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, in OptimizingLineBreaker()
|
/frameworks/native/cmds/idlcli/vibrator/ |
D | CommandGetSupportedPrimitives.cpp | 48 std::vector<CompositePrimitive> primitives; in doMain() local
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | VibratorController.java | 270 public long on(PrimitiveSegment[] primitives, long vibrationId) { in on() 292 public long on(RampSegment[] primitives, long vibrationId) { in on() 451 public long compose(PrimitiveSegment[] primitives, long vibrationId) { in compose() 456 public long composePwle(RampSegment[] primitives, int braking, long vibrationId) { in composePwle()
|
D | VibrationThread.java | 1075 List<PrimitiveSegment> primitives = new ArrayList<>(); in play() local
|
/frameworks/base/apct-tests/perftests/core/src/android/os/ |
D | VibratorPerfTest.java | 95 int[] primitives = new int[]{VibrationEffect.Composition.PRIMITIVE_CLICK, in testArePrimitivesSupported() local
|
/frameworks/base/rs/java/android/renderscript/ |
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
|
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()
|
/frameworks/rs/ |
D | rsMesh.h | 51 RsPrimitive *primitives; member
|
D | rsMesh.cpp | 129 RsPrimitive *primitives = nullptr; in createFromStream() local
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | RecurrenceSetTest.java | 205 private Long[] convertToLong(long[] primitives) { in convertToLong()
|
/frameworks/native/services/vibratorservice/ |
D | VibratorHalWrapper.cpp | 342 const std::vector<CompositeEffect>& primitives, in performComposedEffect() 363 HalResult<void> AidlHalWrapper::performPwleEffect(const std::vector<PrimitivePwle>& primitives, in performPwleEffect()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_vibrator_VibratorController.cpp | 314 std::vector<aidl::PrimitivePwle> primitives; in vibratorPerformPwleEffect() local
|
/frameworks/rs/driver/runtime/ |
D | rs_structs.h | 298 rs_primitive *primitives; member
|