Searched refs:user (Results 51 - 66 of 66) sorted by relevance

123

/frameworks/base/core/jni/
H A Dandroid_server_BluetoothService.cpp77 void onCreatePairedDeviceResult(DBusMessage *msg, void *user, void *nat);
78 void onDiscoverServicesResult(DBusMessage *msg, void *user, void *nat);
79 void onCreateDeviceResult(DBusMessage *msg, void *user, void *nat);
80 void onInputDeviceConnectionResult(DBusMessage *msg, void *user, void *nat);
81 void onPanDeviceConnectionResult(DBusMessage *msg, void *user, void *nat);
82 void onHealthDeviceConnectionResult(DBusMessage *msg, void *user, void *nat);
/frameworks/base/libs/utils/
H A DThreads.cpp798 int Thread::_threadLoop(void* user) argument
800 Thread* const self = static_cast<Thread*>(user);
/frameworks/base/include/utils/
H A Dthreads.h63 /* threads currently running a UI that the user is interacting with */
543 static int _threadLoop(void* user);
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java188 String apn, String user, String password, String authType,
187 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java63 /** Stores user time and system time in 100ths of a second. */
65 /** Stores user time and system time in 100ths of a second. */
104 PROC_SPACE_TERM|PROC_OUT_LONG, // 1: user time
280 // Total user time is user + nice time.
754 int totalTime, int user, int system, int iowait, int irq, int softIrq,
758 printRatio(pw, user+system+iowait+irq+softIrq, totalTime);
766 printRatio(pw, user, totalTime);
767 pw.print("% user + ");
753 printProcessCPU(PrintWriter pw, String prefix, int pid, String label, int totalTime, int user, int system, int iowait, int irq, int softIrq, int minFaults, int majFaults) argument
/frameworks/base/media/libstagefright/rtsp/
H A DMyHandler.h144 // want to transmit user/pass in cleartext.
145 AString host, path, user, pass; local
148 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
150 if (user.size() > 0) {
1205 AString mOriginalSessionURL; // This one still has user:pass@
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java580 public void setupDataCall(String radioTechnology, String profile, String apn, String user, argument
/frameworks/base/docs/html/resources/
H A Dresources-data.js212 en: 'This article describes best practices and user experience guidelines for multi-tasking on Android.'
272 en: 'This article explains the touch mode, one of the most important principles of Android\'s UI toolkit. Whenever a user interacts with a device\'s touch screen, the system enters touch mode. While simple in concept, there are important implications touch mode that are often overlooked.'
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCommandsInterface.java137 static final int SERVICE_CLASS_NONE = 0; // no user input
1554 * @param user
1567 String apn, String user, String password, String authType,
1566 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
H A DRIL.java1313 String user, String password, String authType, String protocol,
1323 rr.mp.writeString(user);
1330 + profile + " " + apn + " " + user + " "
1312 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
/frameworks/base/media/libmedia/
H A DToneGenerator.cpp752 // Used by ToneGenerator::getToneForRegion() to convert user specified supervisory tone type
1071 // user reference (pointer to our ToneGenerator)
1078 void ToneGenerator::audioCallback(int event, void* user, void *info) { argument
1083 ToneGenerator *lpToneGen = static_cast<ToneGenerator *>(user);
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1132 int Antagonizer::callbackThread(void* user) argument
1135 Antagonizer* p = reinterpret_cast<Antagonizer*>(user);
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java962 String apn, String user, String password, String authType,
961 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp2132 //LOGV("track %d u=%08x, s=%08x [OK] on thread %p", track->name(), cblk->user, cblk->server, this);
2244 //LOGV("track %d u=%08x, s=%08x [NOT READY] on thread %p", track->name(), cblk->user, cblk->server, this);
2670 //LOGV("track %d u=%08x, s=%08x [OK]", track->name(), cblk->user, cblk->server);
2747 //LOGV("track %d u=%08x, s=%08x [NOT READY]", track->name(), cblk->user, cblk->server);
3312 cblk->user = 0;
3346 server %d, serverBase %d, user %d, userBase %d",
3348 cblk->server, cblk->serverBase, cblk->user, cblk->userBase);
3451 mCblk->user,
3779 mCblk->user);
3939 if (mCblk->user < mCbl
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java190 static final boolean IS_USER_BUILD = "user".equals(Build.TYPE);
344 * incoming broadcasts from (which the user has no control over).
347 * later restarted (hopefully due to some user action). The value is the
416 * This is the process holding the activity the user last visited that
427 * Packages that the user has asked to have run in screen size
446 * something (rogue user app) forces this over
629 * any user id that can impact battery performance.
897 // The device is asleep, so just pretend that the user
948 // The device is asleep, so just pretend that the user
1588 int user
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java920 mUserAppDataDir = new File(dataDir, "user");
1132 // cases get permissions that the user didn't initially explicitly
2134 // then let the user decide between them.
2228 // user their preference.
2973 // Check for shared user signatures
2978 + " has no signatures that match those in shared user "
3154 // Set up information for our fall-back user intent resolution
3250 + " for shared user failed");
3365 // However... if this package is part of a shared user, but it
3366 // doesn't match the signature of the shared user, le
7820 setSharedUser(SharedUserSetting user) argument
[all...]

Completed in 460 milliseconds

123