Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/frameworks/av/camera/
DCamera.cpp53 sp<Camera> c = new Camera(-1); in create() local
83 sp <::android::hardware::ICamera> c = mCamera; in reconnect() local
90 sp <::android::hardware::ICamera> c = mCamera; in lock() local
97 sp <::android::hardware::ICamera> c = mCamera; in unlock() local
106 sp <::android::hardware::ICamera> c = mCamera; in setPreviewTarget() local
115 sp <::android::hardware::ICamera> c = mCamera; in setVideoTarget() local
125 sp <::android::hardware::ICamera> c = mCamera; in startPreview() local
133 sp <::android::hardware::ICamera> c = mCamera; in setVideoBufferMode() local
142 sp <::android::hardware::ICamera> c = mCamera; in startRecording() local
151 sp <::android::hardware::ICamera> c = mCamera; in stopPreview() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/carrier/
DQSCarrierTest.java67 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false, false); in testUpdateState_first() local
74 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false, false); in testUpdateState_same() local
82 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false, false); in testUpdateState_changed() local
93 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false, false); in testUpdateState_singleCarrier_first() local
100 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false, false); in testUpdateState_singleCarrier_noShowIcon() local
109 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false, false); in testUpdateState_multiCarrier_showIcon() local
118 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false, false); in testUpdateState_changeSingleMultiSingle() local
DCellSignalStateTest.kt33 val c = CellSignalState() in testChangeVisibility_sameObject() constant
42 val c = CellSignalState() in testChangeVisibility_otherObject() constant
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGridLayoutCodeLtr.java86 TextView c = new TextView(context); in create() local
92 TextView c = new TextView(context); in create() local
98 TextView c = new TextView(context); in create() local
103 EditText c = new EditText(context); in create() local
109 TextView c = new TextView(context); in create() local
114 TextView c = new EditText(context); in create() local
120 Space c = new Space(context); in create() local
124 Button c = new Button(context); in create() local
129 Button c = new Button(context); in create() local
DBiDiTestGridLayoutCodeRtl.java86 TextView c = new TextView(context); in create() local
92 TextView c = new TextView(context); in create() local
98 TextView c = new TextView(context); in create() local
103 EditText c = new EditText(context); in create() local
109 TextView c = new TextView(context); in create() local
114 TextView c = new EditText(context); in create() local
120 Space c = new Space(context); in create() local
124 Button c = new Button(context); in create() local
129 Button c = new Button(context); in create() local
/frameworks/base/core/java/android/text/
DLoginFilter.java60 char c = dest.charAt(i); in filter() local
69 char c = source.charAt(i); in filter() local
92 char c = dest.charAt(i); in filter() local
114 public void onInvalidCharacter(char c) { in onInvalidCharacter()
129 public abstract boolean isAllowed(char c); in isAllowed()
150 public boolean isAllowed(char c) { in isAllowed()
181 public boolean isAllowed(char c) { in isAllowed()
216 public boolean isAllowed(char c) { in isAllowed()
/frameworks/minikin/libs/minikin/
DEmoji.cpp21 bool isEmoji(uint32_t c) { in isEmoji()
25 bool isEmojiModifier(uint32_t c) { in isEmojiModifier()
31 bool isEmojiBase(uint32_t c) { in isEmojiBase()
42 UCharDirection emojiBidiOverride(const void* /* context */, UChar32 c) { in emojiBidiOverride()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseCursorTest.java110 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testBlob() local
133 Cursor c = mDatabase.rawQuery("SELECT data FROM test", null); in testRealColumns() local
144 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testCursor1() local
208 Cursor c = mDatabase.query("test", null, "_id > 1000", null, null, null, null); in testCursor2() local
248 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testLargeField() local
262 SQLiteCursor c; field in DatabaseCursorTest.TestObserver
300 Cursor c = mDatabase.query("test", new String[]{"data"}, null, null, null, null, null); in testManyRowsLong() local
336 Cursor c = mDatabase.query("test", new String[]{"data"}, null, null, null, null, null); in testManyRowsTxt() local
373 … Cursor c = mDatabase.query("test", new String[]{"txt", "data"}, null, null, null, null, null); in testManyRowsTxtLong() local
391 Cursor c = mDatabase.rawQuery("SELECT * FROM test", null); in testRequery() local
[all …]
DDatabaseStatementTest.java85 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testExecuteStatement() local
139 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testStatementLongBinding() local
161 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testStatementStringBinding() local
184 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); in testStatementClearBindings() local
206 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testSimpleStringBinding() local
231 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); in testStatementMultipleBindings() local
266 Cursor c = mDatabase.query("test", null, null, null, null, null, "ROWID"); in run() local
315 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testStatementConstraint() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DATResponseParser.java49 char c = mLine.charAt(mTokStart); in nextBoolean() local
67 char c = mLine.charAt(i); in nextInt() local
111 char c = mLine.charAt(mNext++); in nextTok() local
153 skipWhiteSpace (char c) in skipWhiteSpace()
176 char c = mLine.charAt(mNext++); in skipPrefix() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedGsmCallState.java456 CallInfo c = mCalls[i]; in releaseHeldOrUDUB() local
467 CallInfo c = mCalls[i]; in releaseHeldOrUDUB() local
488 CallInfo c = mCalls[i]; in releaseActiveAcceptHeldOrWaiting() local
500 CallInfo c = mCalls[i]; in releaseActiveAcceptHeldOrWaiting() local
513 CallInfo c = mCalls[i]; in releaseActiveAcceptHeldOrWaiting() local
526 CallInfo c = mCalls[i]; in releaseActiveAcceptHeldOrWaiting() local
544 CallInfo c = mCalls[i]; in switchActiveAndHeldOrWaiting() local
554 CallInfo c = mCalls[i]; in switchActiveAndHeldOrWaiting() local
575 CallInfo c; in separateCall() local
620 CallInfo c = mCalls[i]; in conference() local
[all …]
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke()
141 public R apply(A a, B b, C c) { in apply()
146 public void accept(A a, B b, C c) { in accept()
151 public R apply(A a, B b, C c, D d) { in apply()
156 public R apply(A a, B b, C c, D d, E e) { in apply()
161 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
166 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply()
[all …]
/frameworks/base/services/core/java/com/android/server/om/
DIdmapDaemon.java117 try (Connection c = connect()) { in createIdmap()
124 try (Connection c = connect()) { in removeIdmap()
132 try (Connection c = connect()) { in verifyIdmap()
139 try (Connection c = connect()) { in idmapExists()
148 try (Connection c = connect()) { in createFabricatedOverlay()
157 try (Connection c = connect()) { in deleteFabricatedOverlay()
167 try (Connection c = connect()) { in getFabricatedOverlayInfos()
187 try (Connection c = connect()) { in dumpIdmap()
/frameworks/base/services/core/java/com/android/server/compat/
DCompatConfig.java149 CompatChange c = mChanges.valueAt(i); in getDisabledChanges() local
193 CompatChange c = mChanges.get(changeId); in isChangeEnabled() local
215 CompatChange c = mChanges.get(changeId); in willChangeBeEnabled() local
275 CompatChange c = mChanges.get(changeId); in addOverrideUnsafe() local
293 CompatChange c = mChanges.get(changeId); in isKnownChangeId() local
307 CompatChange c = mChanges.get(changeId); in maxTargetSdkForChangeIdOptIn() local
323 CompatChange c = mChanges.get(changeId); in isLoggingOnly() local
336 CompatChange c = mChanges.get(changeId); in isDisabled() local
349 CompatChange c = mChanges.get(changeId); in isOverridable() local
381 CompatChange c = mChanges.get(changeId); in removeOverrideUnsafe() local
[all …]
/frameworks/base/telephony/java/android/telephony/ims/feature/
DImsFeature.java188 public CapabilityCallbackProxy(IImsCapabilityCallback c) { in CapabilityCallbackProxy()
391 public void addImsFeatureStatusCallback(@NonNull IImsFeatureStatusCallback c) { in addImsFeatureStatusCallback()
407 public void removeImsFeatureStatusCallback(@NonNull IImsFeatureStatusCallback c) { in removeImsFeatureStatusCallback()
415 mStatusCallbacks.broadcastAction((c) -> { in notifyFeatureState() argument
428 public final void addCapabilityCallback(IImsCapabilityCallback c) { in addCapabilityCallback()
441 final void removeCapabilityCallback(IImsCapabilityCallback c) { in removeCapabilityCallback()
447 IImsCapabilityCallback c) { in queryCapabilityConfigurationInternal()
475 IImsCapabilityCallback c) { in requestChangeEnabledCapabilities()
530 CapabilityCallbackProxy c); in changeEnabledCapabilities()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsRcsController.aidl41 void registerImsRegistrationCallback(int subId, IImsRegistrationCallback c); in registerImsRegistrationCallback()
42 void unregisterImsRegistrationCallback(int subId, IImsRegistrationCallback c); in unregisterImsRegistrationCallback()
47 void registerRcsAvailabilityCallback(int subId, IImsCapabilityCallback c); in registerRcsAvailabilityCallback()
48 void unregisterRcsAvailabilityCallback(int subId, IImsCapabilityCallback c); in unregisterRcsAvailabilityCallback()
54 in List<Uri> contactNumbers, IRcsUceControllerCallback c); in requestCapabilities()
57 IRcsUceControllerCallback c); in requestAvailability()
61 void registerUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c); in registerUcePublishStateCallback()
62 void unregisterUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c); in unregisterUcePublishStateCallback()
DIImsRcsFeature.aidl39 oneway void addCapabilityCallback(IImsCapabilityCallback c); in addCapabilityCallback()
40 oneway void removeCapabilityCallback(IImsCapabilityCallback c); in removeCapabilityCallback()
42 IImsCapabilityCallback c); in changeCapabilitiesConfiguration()
44 IImsCapabilityCallback c); in queryCapabilityConfiguration()
DIImsConfig.aidl35 void addImsConfigCallback(IImsConfigCallback c); in addImsConfigCallback()
36 void removeImsConfigCallback(IImsConfigCallback c); in removeImsConfigCallback()
46 void addRcsConfigCallback(IRcsConfigCallback c); in addRcsConfigCallback()
47 void removeRcsConfigCallback(IRcsConfigCallback c); in removeRcsConfigCallback()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsRegistrationImplBase.java153 private void addRegistrationCallback(IImsRegistrationCallback c) throws RemoteException { in addRegistrationCallback()
158 private void removeRegistrationCallback(IImsRegistrationCallback c) { in removeRegistrationCallback()
226 mCallbacks.broadcastAction((c) -> { in onRegistered() argument
251 mCallbacks.broadcastAction((c) -> { in onRegistering() argument
280 mCallbacks.broadcastAction((c) -> { in onDeregistered() argument
300 mCallbacks.broadcastAction((c) -> { in onTechnologyChangeFailed() argument
361 private void updateNewCallbackWithState(IImsRegistrationCallback c) in updateNewCallbackWithState()
/frameworks/base/services/core/java/com/android/server/am/
DErrorDialogController.java153 Consumer<BaseErrorDialog> c) { in scheduleForAllDialogs()
161 void forAllDialogs(List<? extends BaseErrorDialog> dialogs, Consumer<BaseErrorDialog> c) { in forAllDialogs()
172 final Context c = contexts.get(i); in showCrashDialogs() local
192 final Context c = contexts.get(i); in showAnrDialogs() local
203 final Context c = contexts.get(i); in showViolationDialogs() local
213 final Context c = contexts.get(0); in showDebugWaitingDialogs() local
/frameworks/base/core/java/android/view/animation/
DAnimationUtils.java155 private static Animation createAnimationFromXml(Context c, XmlPullParser parser) in createAnimationFromXml()
162 private static Animation createAnimationFromXml(Context c, XmlPullParser parser, in createAnimationFromXml()
236 private static LayoutAnimationController createLayoutAnimationFromXml(Context c, in createLayoutAnimationFromXml()
242 private static LayoutAnimationController createLayoutAnimationFromXml(Context c, in createLayoutAnimationFromXml()
279 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation()
300 public static Animation makeOutAnimation(Context c, boolean toRight) { in makeOutAnimation()
321 public static Animation makeInChildBottomAnimation(Context c) { in makeInChildBottomAnimation()
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardware.java480 GeofenceHardwareMonitorCallbackWrapper(GeofenceHardwareMonitorCallback c) { in GeofenceHardwareMonitorCallbackWrapper()
485 GeofenceHardwareMonitorCallback c = mCallback.get(); in onMonitoringSystemChange() local
505 GeofenceHardwareCallbackWrapper(GeofenceHardwareCallback c) { in GeofenceHardwareCallbackWrapper()
511 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceTransition() local
519 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceAdd() local
524 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceRemove() local
532 GeofenceHardwareCallback c = mCallback.get(); in onGeofencePause() local
539 GeofenceHardwareCallback c = mCallback.get(); in onGeofenceResume() local
/frameworks/base/apct-tests/perftests/core/src/android/text/
DStaticLayoutPerfTest.java268 final RecordingCanvas c = node.beginRecording(1200, 200); in testDraw_FixedText_NoStyled() local
285 final RecordingCanvas c = node.beginRecording(1200, 200); in testDraw_RandomText_Styled() local
302 final RecordingCanvas c = node.beginRecording(1200, 200); in testDraw_RandomText_NoStyled() local
319 final RecordingCanvas c = node.beginRecording(1200, 200); in testDraw_RandomText_Styled_WithoutCache() local
337 final RecordingCanvas c = node.beginRecording(1200, 200); in testDraw_RandomText_NoStyled_WithoutCache() local
356 final RecordingCanvas c = node.beginRecording(1200, 200); in testDraw_PrecomputedText_Styled() local
374 final RecordingCanvas c = node.beginRecording(1200, 200); in testDraw_PrecomputedText_NoStyled() local
392 final RecordingCanvas c = node.beginRecording(1200, 200); in testDraw_PrecomputedText_Styled_WithoutCache() local
411 final RecordingCanvas c = node.beginRecording(1200, 200); in testDraw_PrecomputedText_NoStyled_WithoutCache() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DAlphaLayersActivity.java55 static int dipToPx(Context c, int dip) { in dipToPx()
60 ColorView(Context c) { in ColorView()
74 DirtyBitmapView(Context c) { in DirtyBitmapView()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUtilitiesTest.java28 char c = validChars.charAt(i); in testIsValidChar_valid() local
36 char c = validChars.charAt(i); in testIsValidChar_invalid() local

12345678910>>...40