Searched refs:code (Results 276 - 296 of 296) sorted by relevance

<<1112

/frameworks/base/core/jni/
H A Dandroid_server_BluetoothEventLoop.cpp1565 jint code = *(int *) user; local
1566 LOGV("... Health Device Code = %d, result = %d", code, result);
1569 code,
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp106 // @param[out] status On exit contains the status code to be returned.
885 // Placeholder for the return code, updated by the caller.
1092 bool MediaPlayerService::Client::shouldDropMetadata(media::Metadata::Type code) const
1096 if (findMetadata(mMetadataDrop, code)) {
1100 if (mMetadataAllow.isEmpty() || findMetadata(mMetadataAllow, code)) {
/frameworks/base/docs/html/resources/
H A Dresources_toc.cs271 <span class="fr" style="display:none">Exemple de code</span>
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java1634 private void runTest(int type, int code) { argument
1637 mRadioControl.triggerSsn(type, code);
1649 assertEquals(code, notification.code);
1882 // short code
/frameworks/base/core/java/android/text/
H A DTextUtils.java826 * <code>template</code> CharSequence with the corresponding
827 * <code>values</code>. "^^" is used to produce a single caret in
963 * Copies the spans from the region <code>start...end</code> in
964 * <code>source</code> to the region
965 * <code>destoff...destoff+end-start</code> i
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java390 void notifySuppServiceFailed(SuppService code) { argument
391 mSuppServiceFailedRegistrants.notifyResult(code);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css124 a.code {
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp4115 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
4117 return BnAudioTrack::onTransact(code, data, reply, flags);
4230 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
4232 return BnAudioRecord::onTransact(code, data, reply, flags);
5528 // because of code checking output when entering the function.
7055 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
7057 return BnEffect::onTransact(code, data, reply, flags);
7647 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
7649 return BnAudioFlinger::onTransact(code, data, reply, flags);
4114 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
4229 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
7054 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
7646 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DAudioPolicyService.cpp623 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
625 return BnAudioPolicyService::onTransact(code, data, reply, flags);
622 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/java/android/app/
H A DIActivityManager.java104 public boolean finishActivity(IBinder token, int code, Intent data) argument
472 // sent by C++ code.
H A DActivityManagerNative.java110 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
112 switch (code) {
1569 return super.onTransact(code, data, reply, flags);
H A DActivityThread.java1091 String codeToString(int code) { argument
1093 switch (code) {
1541 "Requesting code from " + packageName
1575 String msg = "Requesting code from " + ai.packageName
1617 if (localLOGV) Slog.v(TAG, (includeCode ? "Loading code package "
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1286 << "Ignored device should return unknown key code state.";
1288 << "Ignored device should return unknown scan code state.";
1357 << "Should return unknown key code state when source not supported.";
1359 << "Should return unknown scan code state when source not supported.";
2493 void processKey(SingleTouchInputMapper* mapper, int32_t code, int32_t value);
2565 SingleTouchInputMapper* mapper, int32_t code, int32_t value) {
2566 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_KEY, code, 0, value, 0);
3617 void processKey(MultiTouchInputMapper* mapper, int32_t code, int32_t value);
3729 MultiTouchInputMapper* mapper, int32_t code, int32_t value) {
3730 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_KEY, code,
2564 processKey( SingleTouchInputMapper* mapper, int32_t code, int32_t value) argument
3728 processKey( MultiTouchInputMapper* mapper, int32_t code, int32_t value) argument
[all...]
/frameworks/base/core/java/android/content/
H A DSyncManager.java1166 private String getLastFailureMessage(int code) { argument
1167 switch (code) {
/frameworks/base/core/java/android/server/
H A DBluetoothService.java528 // an incorrect error code for bonding failures and if the pin
2850 int code);
2851 native boolean destroyChannelNative(String devicePath, String channelpath, int code); argument
2849 createChannelNative(String devicePath, String appPath, String channelType, int code) argument
/frameworks/base/services/input/
H A DInputReader.cpp631 int32_t InputReader::getStateLocked(int32_t deviceId, uint32_t sourceMask, int32_t code, argument
639 result = (device->*getStateFunc)(sourceMask, code);
647 result = (device->*getStateFunc)(sourceMask, code);
997 int32_t InputDevice::getState(uint32_t sourceMask, int32_t code, GetStateFunc getStateFunc) { argument
1003 result = (mapper->*getStateFunc)(sourceMask, code);
3005 LOGW(INDENT "VirtualKey %d: could not obtain key code, ignoring",
3376 // If touches are consumed, subsequent code will not receive any pointer data.
3383 // The following code can use either the raw or cooked data, as needed.
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java803 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
806 return super.onTransact(code, data, reply, flags);
3256 // input dispatcher in code that does hold locks. If we did not cache the value
5719 final String code = parameters.substring(0, index);
5720 int hashCode = (int) Long.parseLong(code, 16);
6270 int code = ev.getKeyCode();
6285 KeyEvent newEvent = new KeyEvent(downTime, eventTime, action, code, repeatCount, metaState,
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java237 * Set once the system is ready to run third party code.
603 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
606 return super.onTransact(code, data, reply, flags);
913 // party code.
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java268 // Directory containing the private parts (e.g. code and non-resource assets) of forward-locked
778 state.setVerifierResponse(response.callerUid, response.code);
996 // code, so don't dexopt it to avoid the resulting log spew.
1049 // Find base frameworks (resource packages without code).
1202 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1205 return super.onTransact(code, data, reply, flags);
1225 Slog.w(TAG, "Unable to remove old code file: " + ps.codePath);
1230 Slog.w(TAG, "Unable to remove old code file: " + ps.resourcePath);
1734 int code = (retCode >= 0) ? 1 : 0;
1735 pi.sendIntent(null, code, nul
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java362 // requests or replies. Thus this code path will only release
433 * <code>buffer</code> and the length of the final message (less header)
1401 // cause code according to X.S004-550E
2844 notification.code = p.readInt();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1545 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1548 return super.onTransact(code, data, reply, flags);
2373 // those are not yet exposed to user code, so there is no need.
2487 * @param resultCode Result code, if any, from this Activity.
5100 // Only system code can grant URI permissions on behalf
6378 // going to the content provider to open the file. Later, in the code
6954 // execute our code without the lock.
7203 // processes run critical code.
7350 // likewise in the client code, which also does
10162 * Main code fo
[all...]

Completed in 672 milliseconds

<<1112