HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 501 - 525 of 979) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/jni/
android_server_BluetoothA2dpService.cpp 51 static void onConnectSinkResult(DBusMessage *msg, void *user, void *n);
280 void onConnectSinkResult(DBusMessage *msg, void *user, void *n) {
284 const char *path = (const char *)user;
304 free(user);
android_server_BluetoothEventLoop.cpp     [all...]
android_media_AudioRecord.cpp 89 static void recorderCallback(int event, void* user, void *info) {
96 audiorecord_callback_cookie *callbackInfo = (audiorecord_callback_cookie *)user;
98 if (user && env) {
110 audiorecord_callback_cookie *callbackInfo = (audiorecord_callback_cookie *)user;
112 if (user && env) {
208 lpCallbackData,// void* user
  /frameworks/base/include/media/stagefright/
AudioPlayer.h 98 static void AudioCallback(int event, void *user, void *info);
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.h 38 void* user);
  /frameworks/media/libvideoeditor/lvpp/
AudioPlayerBase.h 98 static void AudioCallback(int event, void *user, void *info);
  /system/core/rootdir/
Android.mk 19 # in the system image. In theory, we don't need these for -user builds
54 # to allow -user builds to properly run the dex pre-optimization pass in
  /development/tools/emulator/system/camera/
CallbackNotifier.cpp 114 void* user)
117 __FUNCTION__, notify_cb, data_cb, data_cb_timestamp, get_memory, user);
124 mCBOpaque = user;
  /external/chromium/chrome/browser/
browser_signin.cc 183 std::string user; local
185 json_args.GetString("user", &user);
186 if (is_editable && user.empty() && !suggested_email_.empty())
187 json_args.SetString("user", suggested_email_);
207 !result->GetString("user", &username) ||
  /external/iproute2/ip/
iptuntap.c 40 fprintf(stderr, " [ mode { tun | tap } ] [ user USER ] [ group GROUP ]\n");
43 fprintf(stderr, "Where: USER := { STRING | NUMBER }\n");
134 } else if (uid && matches(*argv, "user") == 0) {
136 unsigned long user; local
139 if (**argv && ((user = strtol(*argv, &end, 10)), !*end))
140 *uid = user;
144 fprintf(stderr, "invalid user \"%s\"\n", *argv);
296 printf(" user %ld", owner);
  /external/iptables/extensions/
libxt_connlimit.c 60 const unsigned int revision = (*cb->match)->u.user.revision;
153 const int revision = match->u.user.revision;
171 const int revision = match->u.user.revision;
  /external/llvm/include/llvm/Support/
PathV1.h 35 /// However, to support llvm-ar, the mode, user, and group fields are
46 uint32_t user; ///< User ID of owner, if applicable member in class:llvm::sys::FileStatus
52 FileStatus() : fileSize(0), modTime(0,0), mode(0777), user(999),
58 uint32_t getUser() const { return user; }
148 /// Construct a path to the current user's home directory. The
150 /// determining the user's home directory. For example, the environment
152 /// does not have the concept of a user's home directory, this static
154 /// @brief Construct a path to the current user's "home" directory
    [all...]
  /external/qemu/target-arm/
translate-android.h 35 * We collect call stack only for the user mode (both, code and CPU), and on
51 if (!s->user) {
244 * one to another. Note that we do that only for user mode. */
246 ((search_pc) || (memcheck_enabled && dc->user))
250 if (memcheck_enabled && dc->user) { \
  /external/skia/src/images/
SkImageDecoder_fpdfemb.cpp 92 SkStream* stream = (SkStream*)file->user;
98 SkStream* stream = (SkStream*)file->user;
195 file.user = stream;
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 6 basic user options for all Valgrind tools, with defaults in [ ]:
22 user options for Valgrind tools that report errors:
27 --xml-user-comment=STR copy STR verbatim into XML output
44 user options for Valgrind tools that replace malloc:
47 uncommon user options for all Valgrind tools:
70 user options for Nulgrind:
  /external/webkit/Source/WebCore/bindings/js/
JSXMLHttpRequestCustom.cpp 92 String user = valueToStringWithNullCheck(exec, exec->argument(3)); local
96 impl()->open(method, url, async, user, password, ec);
98 impl()->open(method, url, async, user, ec);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8XMLHttpRequestCustom.cpp 121 // open(method, url, async, user)
122 // open(method, url, async, user, passwd)
143 String user = toWebCoreStringWithNullCheck(args[3]); local
147 xmlHttpRequest->open(method, url, async, user, passwd, ec);
149 xmlHttpRequest->open(method, url, async, user, ec);
  /frameworks/base/media/jni/soundpool/
SoundPool.h 47 typedef void SoundPoolCallback(SoundPoolEvent event, SoundPool* soundPool, void* user);
144 static void callback(int event, void* user, void *info);
191 void setCallback(SoundPoolCallback* callback, void* user);
android_media_SoundPool.cpp 171 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user)
173 LOGV("callback: (%d, %d, %d, %p, %p)", event.mMsg, event.mArg1, event.mArg2, soundPool, user);
175 env->CallStaticVoidMethod(fields.mSoundPoolClass, fields.mPostEvent, user, event.mMsg, event.mArg1, event.mArg2, NULL);
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ManageDialog.java 82 if (mConfig.user.equals(VpnConfig.LEGACY_VPN)) {
92 ApplicationInfo app = pm.getApplicationInfo(mConfig.user, 0);
134 mService.prepareVpn(mConfig.user, VpnConfig.LEGACY_VPN);
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 87 args->SetString("user", service->last_attempted_user_email());
91 string16 user; local
93 user = UTF8ToUTF16(service->cros_user());
95 user = service->GetAuthenticatedUsername();
96 args->SetString("user", user);
98 args->SetBoolean("editable_user", user.empty());
194 // Record the state at which the user cancelled the signon dialog.
260 // If the user cancels when being asked for the passphrase,
390 // This shows the user the "Could not connect to server" error
    [all...]
  /external/oprofile/module/ia64/
op_pmu.c 152 pmc_fill_in(ulong * val, u8 kernel, u8 user, u8 event, u8 um)
169 (user) ? (*val |= (1 << 3))
196 sysctl.ctr[ii].user, sysctl.ctr[ii].event,
280 * the kernel because of a user request. Given we are on a UP non preeemptive
454 if (!sysctl.ctr[i].user && !sysctl.ctr[i].kernel) {
455 printk(KERN_ERR "oprofile: neither kernel nor user "
603 tab[5] = ((ctl_table) { 1, "user", &sysctl_parms.ctr[i].user, sizeof(int), 0600, NULL, lproc_dointvec, NULL, });
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 253 def __init__(self, port_name=None, user=None, filesystem=None, **kwargs):
256 user = user or mocktool.MockUser()
258 base.Port.__init__(self, port_name=port_name, filesystem=filesystem, user=user,
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries.py 39 from webkitpy.common.system.user import User
230 # FIXME: This could be made more user friendly.
275 chosen_name = self._tool.user.prompt_with_list("Which builder to diagnose:", builder_choices)
283 start_revision = self._tool.user.prompt("Revision to walk backwards from? [%s] " % latest_revision) or latest_revision
348 chosen_name = self._tool.user.prompt_with_list("Which builder to analyze:", choices)
355 limit = self._tool.user.prompt("How many revisions to look through? [10000] ") or 10000
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SysinfoPanel.java 442 .compile("(\\S+): (\\S+)% = (.+)% user . (.+)% kernel");
458 long user = Long.parseLong(m.group(3)); local
466 // log often has 0% user + 0% kernel = 1% total
468 if (user > 0) {
469 mDataset.setValue(name + " (user)", user);
472 mDataset.setValue(name + " (kernel)" , both - user);
474 if (user == 0 && kernel == 0 && both > 0) {

Completed in 605 milliseconds

<<21222324252627282930>>