/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/ |
D | ApduCommand.java | 41 public final int p3; field in ApduCommand 47 ApduCommand(int channel, int cla, int ins, int p1, int p2, int p3, String cmdHex) { in ApduCommand()
|
D | RequestBuilder.java | 50 public void addApdu(int cla, int ins, int p1, int p2, int p3, String cmdHex) { in addApdu()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Quad.java | 38 public Point p3; field in Quad 45 public Quad(Point p0, Point p1, Point p2, Point p3) { in Quad()
|
D | Rectangle.java | 49 Point p3 = new Point(center.x + size.x/2f, center.y + size.y/2f); in fromRotatedRect() local 56 private Rectangle(Point p0, Point p1, Point p2, Point p3) { in Rectangle()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | SysUIUnfoldModule.kt | 64 val p3 = scopedProvider.getOrNull() in provideSysUIUnfoldComponent() constant
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 76 static float4 cubicInterpolate(float4 p0,float4 p1,float4 p2,float4 p3, float x) { in cubicInterpolate() 81 static float2 cubicInterpolate(float2 p0,float2 p1,float2 p2,float2 p3, float x) { in cubicInterpolate() 88 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() 95 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() 126 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]), in OneBiCubic() local 161 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]), in OneBiCubic() local 187 float p3 = cubicInterpolate((float)yp3[xs0], (float)yp3[xs1], in OneBiCubic() local 268 float4 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic() local 291 float2 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic() local 314 float p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic() local
|
/frameworks/rs/toolkit/ |
D | Resize.cpp | 100 static float4 cubicInterpolate(float4 p0, float4 p1, float4 p2, float4 p3, float x) { in cubicInterpolate() 105 static float2 cubicInterpolate(float2 p0,float2 p1,float2 p2,float2 p3, float x) { in cubicInterpolate() 112 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() 120 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() 152 float4 p3 = cubicInterpolate(convert<float4>(yp3[xs0]), in OneBiCubic() local 187 float2 p3 = cubicInterpolate(convert<float2>(yp3[xs0]), in OneBiCubic() local 213 float p3 = cubicInterpolate((float)yp3[xs0], (float)yp3[xs1], in OneBiCubic() local 296 float4 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic() local 319 float2 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic() local 342 float p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic() local
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/runtime/ |
D | MovableContent.kt | 43 return { p1, p2, p3, p4, p5 -> in <lambda>() method
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | autocorr.c | 43 Word16 *p1,*p2,*p3; in Autocorr() local
|
D | cor_h_x.c | 44 Word32 *p3; in cor_h_x() local
|
D | c4t64fx.c | 142 Word16 *p0, *p1, *p2, *p3, *psign; in ACELP_4t64_fx() local 854 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_30() local 926 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_012() local
|
D | syn_filt.c | 99 Word16 *p1, *p2, *p3; in Syn_filt_32() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccPort.java | 238 int p1, int p2, int p3, String data, Message response) { in iccTransmitApduLogicalChannel() 255 int p1, int p2, int p3, String data, Message response) { in iccTransmitApduBasicChannel() 269 public void iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, in iccExchangeSimIO()
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | me_utils.cpp | 113 UChar *p1, *p2, *p3, *p4; in GetHalfPelMBRegion_C() local 169 UChar *p1, *p2, *p3, *p4; in GetHalfPelBlkRegion() local
|
D | sad_halfpel.cpp | 100 UChar *kk, *p1, *p2, *p3, *p4; in HalfPel2_SAD_MB() local 174 UChar *kk, *p1, *p2, *p3, *p4; in HalfPel2_SAD_Blk() local 225 UChar *kk, *p1, *p2, *p3, *p4; in SAD_MB_HalfPel_Cxhyh() local 784 UChar *kk, *p1, *p2, *p3, *p4; in SAD_Blk_HalfPel_C() local
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | FixedRotationFilter.java | 76 Point p3 = new Point(0.0f, 1.0f); in process() local
|
D | StraightenFilter.java | 132 Point p3 = new Point(cosTheta * mWidth - sinTheta * mHeight, in updateParameters() local
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | geometry.h | 56 Quad(const Point& p0, const Point& p1, const Point& p2, const Point& p3) in Quad()
|
/frameworks/base/media/mca/filterpacks/native/base/ |
D | geometry.h | 56 Quad(const Point& p0, const Point& p1, const Point& p2, const Point& p3) in Quad()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioSimProxy.java | 294 int p3, String data, String pin2, String aid) throws RemoteException { in iccIoForApp() 351 int p3, String data) throws RemoteException { in iccTransmitApduBasicChannel() 375 int p1, int p2, int p3, String data) throws RemoteException { in iccTransmitApduLogicalChannel()
|
/frameworks/av/media/codecs/amrnb/enc/src/ |
D | c1035pf.cpp | 410 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9; in build_code() local
|
D | c8_31pf.cpp | 210 Word16 *p3; in build_code() local
|
D | c4_17pf.cpp | 760 Word16 *p3; in build_code() local
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 194 float p3 = getElementAt1(p, stride, nextX, nextY); in getSample_A() local 207 float p3 = getElementAt1(p, stride, nextX, nextY); in getSample_L() local 220 float2 p3 = getElementAt2(p, stride, nextX, nextY); in getSample_LA() local 233 float4 p3 = getElementAt4(p, stride, nextX, nextY); in getSample_RGB() local 246 float4 p3 = getElementAt4(p, stride, nextX, nextY); in getSample_RGBA() local 258 float3 p3 = getElementAt565(p, stride, nextX, nextY); in getSample_565() local
|
/frameworks/rs/toolkit/test/ |
D | ReferenceResize.kt | 101 val p3 = cubicInterpolateF(p30, p31, p32, p33, xf) in bicubicU4() constant
|