Home
last modified time | relevance | path

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

12345678910>>...37

/frameworks/native/opengl/libagl/
Dstate.cpp71 ogles_context_t *c = in ogles_init() local
104 void ogles_uninit(ogles_context_t* c) in ogles_uninit()
117 void _ogles_error(ogles_context_t* c, GLenum error) in _ogles_error()
136 static void enable_disable(ogles_context_t* c, GLenum cap, int enabled) in enable_disable()
227 ogles_context_t* c = ogles_context_t::get(); in glStencilFunc() local
238 ogles_context_t* c = ogles_context_t::get(); in glStencilOp() local
256 ogles_context_t* c = ogles_context_t::get(); in glCullFace() local
270 ogles_context_t* c = ogles_context_t::get(); in glFrontFace() local
284 ogles_context_t* c = ogles_context_t::get(); in glHint() local
303 ogles_context_t* c = ogles_context_t::get(); in glEnable() local
[all …]
Dvertex.cpp30 void ogles_init_vertex(ogles_context_t* c) in ogles_init_vertex()
54 void perspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in perspective()
83 void clipFrustumPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipFrustumPerspective()
110 void clipAllPerspective(ogles_context_t* c, vertex_t* v, uint32_t enables) in clipAllPerspective()
136 void ogles_vertex_project(ogles_context_t* c, vertex_t* v) { in ogles_vertex_project()
140 void ogles_vertex_perspective2D(ogles_context_t* c, vertex_t* v) in ogles_vertex_perspective2D()
151 void ogles_vertex_perspective3DZ(ogles_context_t* c, vertex_t* v) { in ogles_vertex_perspective3DZ()
154 void ogles_vertex_perspective3D(ogles_context_t* c, vertex_t* v) { in ogles_vertex_perspective3D()
157 void ogles_vertex_clipAllPerspective3DZ(ogles_context_t* c, vertex_t* v) { in ogles_vertex_clipAllPerspective3DZ()
160 void ogles_vertex_clipAllPerspective3D(ogles_context_t* c, vertex_t* v) { in ogles_vertex_clipAllPerspective3D()
[all …]
Dlight.cpp61 static void init_white(vec4_t& c) { in init_white()
65 void ogles_init_light(ogles_context_t* c) in ogles_init_light()
120 static GLfixed fog_linear(ogles_context_t* c, GLfixed z) { in fog_linear()
124 static GLfixed fog_exp(ogles_context_t* c, GLfixed z) { in fog_exp()
129 static GLfixed fog_exp2(ogles_context_t* c, GLfixed z) { in fog_exp2()
203 static inline void light_picker(ogles_context_t* c) in light_picker()
216 static inline void validate_light_mvi(ogles_context_t* c) in validate_light_mvi()
242 static inline void validate_light(ogles_context_t* c) in validate_light()
276 void invalidate_lighting(ogles_context_t* c) in invalidate_lighting()
283 void ogles_invalidate_lighting_mvui(ogles_context_t* c) in ogles_invalidate_lighting_mvui()
[all …]
Darray.cpp105 void ogles_init_array(ogles_context_t* c) in ogles_init_array()
125 void ogles_uninit_array(ogles_context_t* c) in ogles_uninit_array()
136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor()
139 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal()
142 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord()
432 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable) in enableDisableClientState()
455 vertex_t* cache_vertex(ogles_context_t* c, vertex_t* v, uint32_t index) in cache_vertex()
479 vertex_t* fetch_vertex(ogles_context_t* c, size_t index) in fetch_vertex()
531 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesPoints()
562 void drawPrimitivesLineStrip(ogles_context_t* c, GLint first, GLsizei count) in drawPrimitivesLineStrip()
[all …]
Dtexture.cpp48 void ogles_init_texture(ogles_context_t* c) in ogles_init_texture()
65 void ogles_uninit_texture(ogles_context_t* c) in ogles_uninit_texture()
77 void validate_tmu(ogles_context_t* c, int i) in validate_tmu()
104 void ogles_validate_texture(ogles_context_t* c) in ogles_validate_texture()
114 void invalidate_texture(ogles_context_t* c, int tmu, uint8_t flags = 0xFF) { in invalidate_texture()
126 void ogles_lock_textures(ogles_context_t* c) in ogles_lock_textures()
148 void ogles_unlock_textures(ogles_context_t* c) in ogles_unlock_textures()
215 static GLenum validFormatType(ogles_context_t* c, GLenum format, GLenum type) in validFormatType()
240 GGLContext* getRasterizer(ogles_context_t* c) in getRasterizer()
263 ogles_context_t* c, in copyPixels()
[all …]
Dmatrix.cpp65 void ogles_init_matrix(ogles_context_t* c) in ogles_init_matrix()
87 void ogles_uninit_matrix(ogles_context_t* c) in ogles_uninit_matrix()
95 static void validate_perspective(ogles_context_t* c, vertex_t* v) in validate_perspective()
112 void ogles_invalidate_perspective(ogles_context_t* c) in ogles_invalidate_perspective()
117 void ogles_validate_transform_impl(ogles_context_t* c, uint32_t want) in ogles_validate_transform_impl()
334 GLfloat c, s; in rotate() local
630 int ogles_surfaceport(ogles_context_t* c, GLint x, GLint y) in ogles_surfaceport()
650 void ogles_scissor(ogles_context_t* c, in ogles_scissor()
669 void ogles_viewport(ogles_context_t* c, in ogles_viewport()
803 ogles_context_t* c) in frustumf()
[all …]
/frameworks/av/camera/
DCamera.cpp54 sp<Camera> c = new Camera(-1); in create() local
86 sp<Camera> c = new Camera(cameraId); in connectLegacy() local
140 sp <::android::hardware::ICamera> c = mCamera; in reconnect() local
147 sp <::android::hardware::ICamera> c = mCamera; in lock() local
154 sp <::android::hardware::ICamera> c = mCamera; in unlock() local
163 sp <::android::hardware::ICamera> c = mCamera; in setPreviewTarget() local
172 sp <::android::hardware::ICamera> c = mCamera; in setVideoTarget() local
182 sp <::android::hardware::ICamera> c = mCamera; in startPreview() local
190 sp <::android::hardware::ICamera> c = mCamera; in setVideoBufferMode() local
199 sp <::android::hardware::ICamera> c = mCamera; in startRecording() local
[all …]
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
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
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
/frameworks/minikin/libs/minikin/
DEmoji.cpp21 bool isNewEmoji(uint32_t c) { in isNewEmoji()
38 bool isEmoji(uint32_t c) { in isEmoji()
42 bool isEmojiModifier(uint32_t c) { in isEmojiModifier()
48 bool isEmojiBase(uint32_t c) { in isEmojiBase()
64 UCharDirection emojiBidiOverride(const void* /* context */, UChar32 c) { in emojiBidiOverride()
/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/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/net/wifi/service/java/com/android/server/wifi/
DDummyLogMessage.java27 public WifiLog.LogMessage c(String value) { in c() method in DummyLogMessage
32 public WifiLog.LogMessage c(long value) { in c() method in DummyLogMessage
37 public WifiLog.LogMessage c(char value) { in c() method in DummyLogMessage
42 public WifiLog.LogMessage c(boolean value) { in c() method in DummyLogMessage
/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/base/telephony/java/com/android/ims/internal/
DIImsServiceController.aidl28 IImsMMTelFeature createEmergencyMMTelFeature(int slotId, in IImsFeatureStatusCallback c); in createEmergencyMMTelFeature()
29 IImsMMTelFeature createMMTelFeature(int slotId, in IImsFeatureStatusCallback c); in createMMTelFeature()
30 IImsRcsFeature createRcsFeature(int slotId, in IImsFeatureStatusCallback c); in createRcsFeature()
31 void removeImsFeature(int slotId, int featureType, in IImsFeatureStatusCallback c); in removeImsFeature()
/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/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java1108 private static void checkChannel(Channel c) { in checkChannel()
1120 private static void checkP2pConfig(WifiP2pConfig c) { in checkP2pConfig()
1192 public void discoverPeers(Channel c, ActionListener listener) { in discoverPeers()
1208 public void stopPeerDiscovery(Channel c, ActionListener listener) { in stopPeerDiscovery()
1236 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { in connect()
1253 public void cancelConnect(Channel c, ActionListener listener) { in cancelConnect()
1278 public void createGroup(Channel c, ActionListener listener) { in createGroup()
1309 public void createGroup(@NonNull Channel c, in createGroup()
1328 public void removeGroup(Channel c, ActionListener listener) { in removeGroup()
1343 public void listen(Channel c, boolean enable, ActionListener listener) { in listen()
[all …]
/frameworks/base/services/core/java/com/android/server/compat/
DCompatConfig.java97 CompatChange c = mChanges.valueAt(i); in getDisabledChanges() local
135 CompatChange c = mChanges.get(changeId); in isChangeEnabled() local
166 CompatChange c = mChanges.get(changeId); in addOverride() local
184 CompatChange c = mChanges.get(changeId); in isKnownChangeId() local
195 CompatChange c = mChanges.get(changeId); in minTargetSdkForChangeId() local
208 CompatChange c = mChanges.get(changeId); in isLoggingOnly() local
221 CompatChange c = mChanges.get(changeId); in isDisabled() local
242 CompatChange c = mChanges.get(changeId); in removeOverride() local
373 CompatChange c = mChanges.get(changeId); in registerListener() local
403 CompatChange c = mChanges.valueAt(i); in dumpConfig() local
[all …]
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsRcsController.aidl34 void registerImsRegistrationCallback(int subId, IImsRegistrationCallback c); in registerImsRegistrationCallback()
35 void unregisterImsRegistrationCallback(int subId, IImsRegistrationCallback c); in unregisterImsRegistrationCallback()
40 void registerRcsAvailabilityCallback(int subId, IImsCapabilityCallback c); in registerRcsAvailabilityCallback()
41 void unregisterRcsAvailabilityCallback(int subId, IImsCapabilityCallback c); in unregisterRcsAvailabilityCallback()
47 in List<Uri> contactNumbers, IRcsUceControllerCallback c); in requestCapabilities()
51 void registerUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c); in registerUcePublishStateCallback()
52 void unregisterUcePublishStateCallback(int subId, IRcsUcePublishStateCallback c); in unregisterUcePublishStateCallback()
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java58 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i); in invoke()
115 public R apply(A a, B b, C c) { in apply()
120 public void accept(A a, B b, C c) { in accept()
125 public R apply(A a, B b, C c, D d) { in apply()
130 public R apply(A a, B b, C c, D d, E e) { in apply()
135 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
140 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
145 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
150 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
155 public void accept(A a, B b, C c, D d) { in accept()
[all …]
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java39 IpSecConfig c = new IpSecConfig(); in testDefaults() local
55 IpSecConfig c = new IpSecConfig(); in getSampleConfig() local
100 IpSecConfig c = getSampleConfig(); in testParcelUnparcel() local
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsRegistrationImplBase.java121 private void addRegistrationCallback(IImsRegistrationCallback c) throws RemoteException { in addRegistrationCallback()
126 private void removeRegistrationCallback(IImsRegistrationCallback c) { in removeRegistrationCallback()
138 mCallbacks.broadcastAction((c) -> { in onRegistered() argument
156 mCallbacks.broadcastAction((c) -> { in onRegistering() argument
186 mCallbacks.broadcastAction((c) -> { in onDeregistered() argument
206 mCallbacks.broadcastAction((c) -> { in onTechnologyChangeFailed() argument
281 private void updateNewCallbackWithState(IImsRegistrationCallback c) in updateNewCallbackWithState()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DImsFeature.java189 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()
529 CapabilityCallbackProxy c); in changeEnabledCapabilities()
/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java126 public void onUpdateSupportedImsFeatures(ImsFeatureConfiguration c) { in onUpdateSupportedImsFeatures()
208 IImsFeatureStatusCallback c) { in createMmTelFeatureInternal()
220 IImsFeatureStatusCallback c) { in createRcsFeatureInternal()
232 IImsFeatureStatusCallback c) { in setupFeature()
252 IImsFeatureStatusCallback c) { in removeImsFeature()
293 public final void onUpdateSupportedImsFeatures(ImsFeatureConfiguration c) in onUpdateSupportedImsFeatures()

12345678910>>...37