HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 476 - 500 of 1365) sorted by null

<<11121314151617181920>>

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
suggestreviewers.py 48 if not self._tool.user.confirm("Would you like to CC them?"):
  /external/wpa_supplicant_8/src/radius/
radius_server.h 88 * This A-ID-Info contains a user-friendly name for the A-ID. For
161 * get_eap_user - Callback for fetching EAP user information
163 * @identity: User identity
166 * @user: Data structure for filling in the user information
169 * This is used to fetch information from user database. The callback
170 * will fill in information about allowed EAP methods and the user
175 int phase2, struct eap_user *user);
  /frameworks/av/include/media/
AudioEffect.h 173 * user: Pointer to context for use by the callback receiver.
183 typedef void (*effect_callback_t)(int32_t event, void* user, void *info);
219 * user: pointer to context for use by the callback receiver.
231 void* user = NULL,
243 void* user = NULL,
265 void* user = NULL,
  /frameworks/av/media/libnbaio/
NBAIO.cpp 141 ssize_t NBAIO_Sink::writeVia(writeVia_t via, size_t total, void *user, size_t block)
160 ssize_t ret = via(user, buffer, count);
177 ssize_t NBAIO_Source::readVia(readVia_t via, size_t total, void *user,
201 ret = via(user, buffer, maxRet, readPTS);
  /frameworks/base/core/java/android/app/
NotificationManager.java 29 * Class to notify the user of events that happen. This is how you tell
30 * the user that something has happened in the background. {@more}
35 * through the launcher, (when the user selects it, a designated Intent
38 * <li>Alerting the user by flashing the backlight, playing a sound,
104 * @param notification A {@link Notification} object describing what to show the user. Must not
121 * show the user. Must not be null.
148 public void notifyAsUser(String tag, int id, Notification notification, UserHandle user)
162 notification, idOut, user.getIdentifier());
199 public void cancelAsUser(String tag, int id, UserHandle user)
205 service.cancelNotificationWithTag(pkg, tag, id, user.getIdentifier())
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
Android.mk 28 ifneq ($(TARGET_BUILD_VARIANT),user)
29 # Need to run as system app to get access to Settings. This test won't work for user builds.
  /frameworks/native/include/utils/
Thread.h 93 static int _threadLoop(void* user);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 36 public final String user; field in class:ApnSetting
60 String user, String password, int authType, String[] types,
71 this.user = user;
91 * <mmsport>, <user>, <password>, <authtype>, <mcc>,<mnc>,
96 * <mmsport>, <user>, <password>, <authtype>, <mcc>, <mnc>,
  /hardware/libhardware/modules/gralloc/
gr.h 24 # include <sys/user.h>
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 37 virtual status_t startPreview(preview_callback cb, void* user);
40 virtual status_t startRecording(recording_callback cb, void* user);
44 virtual status_t autoFocus(autofocus_callback, void *user);
48 void* user);
  /hardware/msm7k/libgralloc/
gr.h 24 # include <sys/user.h>
  /hardware/msm7k/libgralloc-qsd8k/
gr.h 24 # include <sys/user.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 9 #include <asm/user.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
panel.h 48 NCURSES_CONST void *user; member in struct:panel
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
elf.h 9 #include <asm/user.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
panel.h 48 NCURSES_CONST void *user; member in struct:panel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
elf.h 9 #include <asm/user.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
panel.h 48 NCURSES_CONST void *user; member in struct:panel
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
elf.h 16 #include <asm/user.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 18 #include <mtd/nftl-user.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
elf.h 16 #include <asm/user.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 18 #include <mtd/nftl-user.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
elf.h 16 #include <asm/user.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 18 #include <mtd/nftl-user.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
elf.h 16 #include <asm/user.h>

Completed in 2742 milliseconds

<<11121314151617181920>>