Home
last modified time | relevance | path

Searched defs:pd (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java222 public void connect(final PairedDevice pd) { in connect()
227 public void disconnect(PairedDevice pd) { in disconnect()
231 private void connect(PairedDevice pd, final boolean connect) { in connect()
/frameworks/native/opengl/libagl/
Dprimitives.cpp906 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_triangle() local
971 const GLfixed pd = frustumPlaneDist(plane, p->clip); in clip_triangle() local
1045 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_line() local
1080 const GLfixed pd = frustumPlaneDist(plane, p->clip); in clip_line() local
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java222 ProgressDialog pd = new ProgressDialog(context); in beginShutdownSequence() local
/frameworks/native/opengl/tests/angeles/
Ddemo.c243 VECTOR3 pa, pb, pc, pd; in createSuperShape() local