Searched defs:code (Results 151 - 156 of 156) sorted by relevance

1234567

/frameworks/base/core/java/android/app/
H A DActivityThread.java881 String codeToString(int code) { argument
883 switch (code) {
1253 "Requesting code from " + packageName
1285 String msg = "Requesting code from " + ai.packageName
1314 if (localLOGV) Slog.v(TAG, (includeCode ? "Loading code package "
H A DIActivityManager.java102 public boolean finishActivity(IBinder token, int code, Intent data) argument
418 // sent by C++ code.
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp3154 // as audio buffer => the AudioMixer code MUST always test that pointer
3648 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
3650 return BnAudioTrack::onTransact(code, data, reply, flags);
3758 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
3760 return BnAudioRecord::onTransact(code, data, reply, flags);
4772 // because of code checking output when entering the function.
6091 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
6093 return BnEffect::onTransact(code, data, reply, flags);
6463 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
6465 return BnAudioFlinger::onTransact(code, dat
3647 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
3757 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
6090 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
6462 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DPackageManagerService.java251 // Directory containing the private parts (e.g. code and non-resource assets) of forward-locked
875 // code, so don't dexopt it to avoid the resulting log spew.
929 // Find base frameworks (resource packages without code).
1041 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1044 return super.onTransact(code, data, reply, flags);
1070 Slog.w(TAG, "Unable to remove old code file: " + ps.codePath);
1075 Slog.w(TAG, "Unable to remove old code file: " + ps.resourcePath);
1572 int code = (retCode >= 0) ? 1 : 0;
1573 pi.sendIntent(null, code, null,
2630 * Returns null in case of errors and the error code i
[all...]
H A DWindowManagerService.java652 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
655 return super.onTransact(code, data, reply, flags);
2946 // input dispatcher in code that does hold locks. If we did not cache the value
4828 final String code = parameters.substring(0, index);
4829 int hashCode = (int) Long.parseLong(code, 16);
5162 // out to be difficult because only the native code knows for sure which window
5238 // Send windows to native code.
5418 int code = ev.getKeyCode();
5432 KeyEvent newEvent = new KeyEvent(downTime, eventTime, action, code, repeatCount, metaState,
5627 public boolean onTransact(int code, Parce argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1464 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1467 return super.onTransact(code, data, reply, flags);
2218 // those are not yet exposed to user code, so there is no need.
2338 * @param resultCode Result code, if any, from this Activity.
4627 // Only system code can grant URI permissions on behalf
5661 // going to the content provider to open the file. Later, in the code
6149 // execute our code without the lock.
6513 // likewise in the client code, which also does
8239 * Main code for cleaning up a process when it has gone away. This is
9410 // System code callin
[all...]

Completed in 134 milliseconds

1234567