/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | DashPathEffect_Delegate.java | 76 /*package*/ static long nativeCreate(float intervals[], float phase) { in nativeCreate() argument 77 DashPathEffect_Delegate newDelegate = new DashPathEffect_Delegate(intervals, phase); in nativeCreate() 83 private DashPathEffect_Delegate(float intervals[], float phase) { in DashPathEffect_Delegate() argument 86 mPhase = phase; in DashPathEffect_Delegate()
|
D | PathDashPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, in nativeCreate() argument
|
/frameworks/base/graphics/java/android/graphics/ |
D | DashPathEffect.java | 34 public DashPathEffect(float intervals[], float phase) { in DashPathEffect() argument 38 native_instance = nativeCreate(intervals, phase); in DashPathEffect() 41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() argument
|
D | PathDashPathEffect.java | 42 public PathDashPathEffect(Path shape, float advance, float phase, in PathDashPathEffect() argument 44 native_instance = nativeCreate(shape.ni(), advance, phase, in PathDashPathEffect() 49 float phase, int native_style); in nativeCreate() argument
|
/frameworks/av/services/audioflinger/ |
D | AudioResamplerFirProcess.h | 377 const uint32_t phase, const uint32_t phaseWrapLimit, in fir() argument 389 uint32_t indexP = phase >> coefShift; in fir() 390 uint32_t indexN = (phaseWrapLimit - phase) >> coefShift; in fir() 402 uint32_t indexP = phase >> coefShift; in fir() 403 uint32_t indexN = (phaseWrapLimit - phase - 1) >> coefShift; // one's complement. in fir() 423 TC lerpP = TC(phase << (sizeof(phase)*8 - coefShift)) * scale; in fir() 428 uint32_t lerpP = phase << (sizeof(phase)*8 - coefShift) in fir() 429 >> ((sizeof(phase)-sizeof(*coefs))*8 + 1); in fir()
|
D | AudioResamplerSinc.cpp | 393 void AudioResamplerSinc::filterCoefficient(int32_t* out, uint32_t phase, in filterCoefficient() argument 405 uint32_t indexP = ( phase & c.cMask) >> c.cShift; in filterCoefficient() 406 uint32_t lerpP = ( phase & c.pMask) >> c.pShift; in filterCoefficient() 407 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift; in filterCoefficient() 408 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift; in filterCoefficient()
|
D | AudioResamplerSinc.h | 55 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL);
|
/frameworks/base/core/jni/android/graphics/ |
D | PathEffect.cpp | 38 jfloatArray intervalArray, jfloat phase) { in Dash_constructor() argument 46 SkPathEffect* effect = SkDashPathEffect::Create(intervals, count, phase); in Dash_constructor() 51 jlong shapeHandle, jfloat advance, jfloat phase, jint style) { in OneD_constructor() argument 54 SkPathEffect* effect = SkPath1DPathEffect::Create(*shape, advance, phase, in OneD_constructor()
|
/frameworks/native/services/surfaceflinger/ |
D | DispSync.cpp | 64 void updateModel(nsecs_t period, nsecs_t phase) { in updateModel() argument 67 mPhase = phase; in updateModel() 147 status_t addEventListener(nsecs_t phase, const sp<DispSync::Callback>& callback) { in addEventListener() argument 157 listener.mPhase = phase; in addEventListener() 249 nsecs_t phase = mPhase + listener.mPhase; in computeListenerNextEventTimeLocked() local 250 nsecs_t t = (((ref - phase) / mPeriod) + 1) * mPeriod + phase; in computeListenerNextEventTimeLocked() 385 status_t DispSync::addEventListener(nsecs_t phase, in addEventListener() argument 389 return mThread->addEventListener(phase, callback); in addEventListener()
|
D | DispSync.h | 117 status_t addEventListener(nsecs_t phase, const sp<Callback>& callback);
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetService.java | 42 public void onBootPhase(int phase) { in onBootPhase() argument 43 if (phase == PHASE_THIRD_PARTY_APPS_CAN_START) { in onBootPhase()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pService.java | 40 public void onBootPhase(int phase) { in onBootPhase() argument 41 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
D | EthernetService.java | 40 public void onBootPhase(int phase) { in onBootPhase() argument 41 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BluetoothService.java | 39 public void onBootPhase(int phase) { in onBootPhase() argument 40 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
|
D | SystemServiceManager.java | 123 public void startBootPhase(final int phase) { in startBootPhase() argument 124 if (phase <= mCurrentPhase) { in startBootPhase() 127 mCurrentPhase = phase; in startBootPhase()
|
D | SystemService.java | 126 public void onBootPhase(int phase) {} in onBootPhase() argument
|
D | DockObserver.java | 89 public void onBootPhase(int phase) { in onBootPhase() argument 90 if (phase == PHASE_ACTIVITY_MANAGER_READY) { in onBootPhase()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiService.java | 44 public void onBootPhase(int phase) { in onBootPhase() argument 45 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
|
D | WifiScanningService.java | 44 public void onBootPhase(int phase) { in onBootPhase() argument 45 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { in onBootPhase()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioCapability.java | 127 public RadioCapability(int phoneId, int session, int phase, in RadioCapability() argument 131 mPhase = phase; in RadioCapability()
|
/frameworks/base/tools/aapt2/ |
D | Main.cpp | 277 Phase phase; member 1075 options.phase = AaptOptions::Phase::Link; in prepareArgs() 1077 options.phase = AaptOptions::Phase::Compile; in prepareArgs() 1079 options.phase = AaptOptions::Phase::Dump; in prepareArgs() 1081 options.phase = AaptOptions::Phase::DumpStyleGraph; in prepareArgs() 1088 if (options.phase == AaptOptions::Phase::Link) { in prepareArgs() 1120 if (options.phase == AaptOptions::Phase::Compile || in prepareArgs() 1121 options.phase == AaptOptions::Phase::Link) { in prepareArgs() 1128 if (options.phase == AaptOptions::Phase::DumpStyleGraph) { in prepareArgs() 1197 if (options.phase == AaptOptions::Phase::Dump) { in doDump() [all …]
|
/frameworks/base/docs/html/tools/performance/hierarchy-viewer/ |
D | profiling.jd | 153 <li>If you have a view group with many children and a red measure phase, take a 162 <li>If the root view of a hierarchy has a red measure phase, red layout phase, and 163 yellow draw phase, this is somewhat typical, because it's the 166 <li>If a leaf node in a tree with 20+ views has a red draw phase, this <i>is</i> a
|
/frameworks/base/docs/html/tools/workflow/ |
D | index.jd | 30 <p>During this phase you install and set up your development environment. You also create 38 <p>During this phase you set up and develop your Android Studio project and application modules, 44 <p>During this phase you build your project into a debuggable <code>.apk</code> package(s) 62 <p>During this phase you configure and build your application for release and distribute your
|
/frameworks/av/include/media/stagefright/ |
D | VideoFrameScheduler.h | 79 bool fit(nsecs_t phase, nsecs_t period, size_t numSamples,
|
/frameworks/base/docs/html/tools/ |
D | workflow.jd | 28 <p>During this phase you install and set up your development environment. You also create 36 <p>During this phase you set up and develop your Android project, which contains all of the 41 <p>During this phase you build your project into a debuggable <code>.apk</code> package that you 57 <p>During this phase you configure and build your application for release and distribute your
|