Home
last modified time | relevance | path

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

12345678910>>...44

/frameworks/av/camera/
DCamera.cpp53 sp<Camera> c = new Camera(-1); in create() local
84 sp <::android::hardware::ICamera> c = mCamera; in reconnect() local
91 sp <::android::hardware::ICamera> c = mCamera; in lock() local
98 sp <::android::hardware::ICamera> c = mCamera; in unlock() local
107 sp <::android::hardware::ICamera> c = mCamera; in setPreviewTarget() local
116 sp <::android::hardware::ICamera> c = mCamera; in setVideoTarget() local
126 sp <::android::hardware::ICamera> c = mCamera; in startPreview() local
134 sp <::android::hardware::ICamera> c = mCamera; in setVideoBufferMode() local
143 sp <::android::hardware::ICamera> c = mCamera; in startRecording() local
152 sp <::android::hardware::ICamera> c = mCamera; in stopPreview() local
[all …]
/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/av/media/libstagefright/tests/
DVideoRenderQualityTracker_test.cpp123 Configuration c = Configuration::getFromServerConfigurableFlags(getServerConfigurableFlagFn); in TEST_F() local
150 Configuration c = Configuration::getFromServerConfigurableFlags(getServerConfigurableFlagFn); in TEST_F() local
177 Configuration c = Configuration::getFromServerConfigurableFlags(getServerConfigurableFlagFn); in TEST_F() local
239 Configuration c = Configuration::getFromServerConfigurableFlags(getServerConfigurableFlagFn); in TEST_F() local
302 Configuration c = Configuration::getFromServerConfigurableFlags(getServerConfigurableFlagFn); in TEST_F() local
359 Configuration c; in TEST_F() local
370 Configuration c; in TEST_F() local
384 Configuration c; in TEST_F() local
400 Configuration c; in TEST_F() local
416 Configuration c; in TEST_F() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
DShadeCarrierTest.java66 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_first() local
73 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_same() local
81 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_changed() local
92 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_singleCarrier_first() local
99 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_singleCarrier_noShowIcon() local
108 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_multiCarrier_showIcon() local
117 CellSignalState c = new CellSignalState(true, mSignalIconId, "", "", false); in testUpdateState_changeSingleMultiSingle() local
DCellSignalStateTest.kt33 val c = CellSignalState() in testChangeVisibility_sameObject() constant
42 val c = CellSignalState() in testChangeVisibility_otherObject() constant
/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/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
DBackupTransportClientTest.java139 @Override public void initializeDevice(ITransportStatusCallback c) throws RemoteException { in initializeDevice()
142 @Override public void finishBackup(ITransportStatusCallback c) throws RemoteException { in finishBackup()
225 @Override public void initializeDevice(ITransportStatusCallback c) throws RemoteException {} in initializeDevice()
226 @Override public void clearBackupData(PackageInfo i, ITransportStatusCallback c) in clearBackupData()
228 @Override public void finishBackup(ITransportStatusCallback c) throws RemoteException {} in finishBackup()
231 ITransportStatusCallback c) throws RemoteException {} in performBackup()
235 @Override public void startRestore(long t, PackageInfo[] p, ITransportStatusCallback c) in startRestore()
239 @Override public void getRestoreData(ParcelFileDescriptor fd, ITransportStatusCallback c) in getRestoreData()
241 @Override public void finishRestore(ITransportStatusCallback c) throws RemoteException {} in finishRestore()
244 ITransportStatusCallback c) throws RemoteException {} in performFullBackup()
[all …]
/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/minikin/include/minikin/
DEmoji.h30 inline bool isRegionalIndicator(uint32_t c) { in isRegionalIndicator()
34 inline bool isKeyCap(uint32_t c) { in isKeyCap()
38 inline bool isTagChar(uint32_t c) { in isTagChar()
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallInfoTrackerTest.java69 ImsPhoneConnection c = getConnection(Call.State.DIALING, false); in testDialingNormalCall() local
94 ImsPhoneConnection c = getConnection(Call.State.DIALING, true); in testDialingEmergencyCall() local
119 ImsPhoneConnection c = getConnection(Call.State.INCOMING, false); in testIncomingCall() local
308 ImsPhoneConnection c = getConnection(Call.State.INCOMING, false); in testHeldByRemote() local
370 ImsPhoneConnection c = getConnection(Call.State.DIALING, false); in testSrvccCompleted() local
394 ImsPhoneConnection c = getConnection(Call.State.DIALING, false); in testClearAllOrphanedConnections() local
421 ImsPhoneConnection c = mock(ImsPhoneConnection.class); in getConnection() local
/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()
126 public R apply(A a, B b, C c) { in apply()
131 public void accept(A a, B b, C c) { in accept()
136 public R apply(A a, B b, C c, D d) { in apply()
141 public R apply(A a, B b, C c, D d, E e) { in apply()
146 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
151 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
156 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
161 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
166 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/telephony/java/android/telephony/ims/feature/
DImsFeature.java185 public CapabilityCallbackProxy(IImsCapabilityCallback c) { in CapabilityCallbackProxy()
392 public void addImsFeatureStatusCallback(@NonNull IImsFeatureStatusCallback c) { in addImsFeatureStatusCallback()
410 public void removeImsFeatureStatusCallback(@NonNull IImsFeatureStatusCallback c) { in removeImsFeatureStatusCallback()
421 mStatusCallbacks.broadcastAction((c) -> { in notifyFeatureState() argument
435 public final void addCapabilityCallback(IImsCapabilityCallback c) { in addCapabilityCallback()
448 final void removeCapabilityCallback(IImsCapabilityCallback c) { in removeCapabilityCallback()
454 IImsCapabilityCallback c) { in queryCapabilityConfigurationInternal()
482 IImsCapabilityCallback c) { in requestChangeEnabledCapabilities()
542 CapabilityCallbackProxy c); in changeEnabledCapabilities()
/frameworks/base/services/core/java/com/android/server/om/
DIdmapDaemon.java126 try (Connection c = connect()) { in createIdmap()
141 try (Connection c = connect()) { in removeIdmap()
156 try (Connection c = connect()) { in verifyIdmap()
171 try (Connection c = connect()) { in idmapExists()
187 try (Connection c = connect()) { in createFabricatedOverlay()
202 try (Connection c = connect()) { in deleteFabricatedOverlay()
219 Connection c = null; in getFabricatedOverlayInfos() local
251 try (Connection c = connect()) { in dumpIdmap()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
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()
DIImsRcsController.aidl42 void registerImsRegistrationCallback(int subId, IImsRegistrationCallback c); in registerImsRegistrationCallback()
43 void unregisterImsRegistrationCallback(int subId, IImsRegistrationCallback c); in unregisterImsRegistrationCallback()
48 void registerRcsAvailabilityCallback(int subId, IImsCapabilityCallback c); in registerRcsAvailabilityCallback()
49 void unregisterRcsAvailabilityCallback(int subId, IImsCapabilityCallback c); in unregisterRcsAvailabilityCallback()
55 in List<Uri> contactNumbers, IRcsUceControllerCallback c); in requestCapabilities()
58 IRcsUceControllerCallback c); in requestAvailability()
62 void registerUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c); in registerUcePublishStateCallback()
63 void unregisterUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c); in unregisterUcePublishStateCallback()
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/services/core/java/com/android/server/am/
DErrorDialogController.java154 Consumer<BaseErrorDialog> c) { in scheduleForAllDialogs()
162 void forAllDialogs(List<? extends BaseErrorDialog> dialogs, Consumer<BaseErrorDialog> c) { in forAllDialogs()
173 final Context c = contexts.get(i); in showCrashDialogs() local
193 final Context c = contexts.get(i); in showAnrDialogs() local
204 final Context c = contexts.get(i); in showViolationDialogs() local
214 final Context c = contexts.get(0); in showDebugWaitingDialogs() local
/frameworks/base/core/java/android/view/animation/
DAnimationUtils.java149 private static Animation createAnimationFromXml(Context c, XmlPullParser parser) in createAnimationFromXml()
157 Context c, XmlPullParser parser, AnimationSet parent, AttributeSet attrs) in createAnimationFromXml()
227 Context c, XmlPullParser parser) in createLayoutAnimationFromXml()
234 Context c, XmlPullParser parser, AttributeSet attrs) in createLayoutAnimationFromXml()
271 public static Animation makeInAnimation(Context c, boolean fromLeft) { in makeInAnimation()
292 public static Animation makeOutAnimation(Context c, boolean toRight) { in makeOutAnimation()
313 public static Animation makeInChildBottomAnimation(Context c) { in makeInChildBottomAnimation()
/frameworks/libs/binary_translation/base/include/berberis/base/
Dformat_buffer.h86 bool PutChar(Out* out, const Style& style, char c) { in PutChar()
172 while (char c = *format_++) { in Put() local
189 switch (char c = *format_++) { in PutSpec() local
214 switch (char c = *format_++) { in PutLongSpec() local
229 switch (char c = *format_++) { in PutLongLongSpec() local
242 switch (char c = *format_++) { in PutSizeTSpec() local
254 char c = *format_; in ParseStyle() local
283 bool Put(char c) { in Put()
304 bool Put(char c) { in Put()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsRegistrationImplBase.java328 private void addRegistrationCallback(IImsRegistrationCallback c) throws RemoteException { in addRegistrationCallback()
337 private void removeRegistrationCallback(IImsRegistrationCallback c) { in removeRegistrationCallback()
432 broadcastToCallbacksLocked((c) -> { in onRegistered() argument
461 broadcastToCallbacksLocked((c) -> { in onRegistering() argument
519 broadcastToCallbacksLocked((c) -> { in onDeregistered() argument
581 broadcastToCallbacksLocked((c) -> { in onDeregistered() argument
603 broadcastToCallbacksLocked((c) -> { in onTechnologyChangeFailed() argument
634 private void broadcastToCallbacksLocked(Consumer<IImsRegistrationCallback> c) { in broadcastToCallbacksLocked()
685 private void updateNewCallbackWithState(IImsRegistrationCallback c) in updateNewCallbackWithState()

12345678910>>...44