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

123

/frameworks/base/data/etc/
H A DAndroid.mk24 LOCAL_MODULE_TAGS := user
41 #LOCAL_MODULE_TAGS := user
/frameworks/base/include/camera/
H A DCameraHardwareInterface.h43 void* user);
47 void* user);
52 void* user);
99 void* user) = 0;
/frameworks/base/include/media/
H A DVisualizer.h70 void* user = 0,
88 typedef void (*capture_cbk_t)(void* user,
97 status_t setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate);
H A DAudioEffect.h185 * user: Pointer to context for use by the callback receiver.
195 typedef void (*effect_callback_t)(int32_t event, void* user, void *info);
231 * user: pointer to context for use by the callback receiver.
243 void* user = 0,
255 void* user = 0,
277 void* user = 0,
H A DAudioRecord.h91 * user: Pointer to context for use by the callback receiver.
101 typedef void (*callback_t)(int event, void* user, void *info);
141 * user Context for use by the callback receiver.
157 void* user = 0,
183 void* user = 0,
324 * Such loss typically occurs when the user space process is blocked longer than the capacity of audio driver buffers.
H A DAudioTrack.h91 * user: Pointer to context for use by the callback receiver.
103 typedef void (*callback_t)(int event, void* user, void *info);
141 * user Context for use by the callback receiver.
151 void* user = 0,
171 void* user = 0,
195 void* user = 0,
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java29 * Logic for parsing a text message typed by the user looking for smileys,
66 /** Music note that indicates user is listening to a music track. */
433 // We will assume the user meant HTTP. (One weird case is where they
960 private String user; field in class:AbstractMessageParser.Photo
964 public Photo(String user, String album, String photo, String text) { argument
966 this.user = user;
971 public String getUser() { return user; }
1000 /** Returns the URL for the RSS description of the user's albums. */
1001 public static String getRssUrl(String user) { argument
1007 getAlbumURL(String user, String album) argument
1012 getPhotoURL(String user, String album, String photo) argument
1030 private String user; field in class:AbstractMessageParser.FlickrPhoto
1035 FlickrPhoto(String user, String photo, String grouping, String groupingId, String text) argument
1107 getRssUrl(String user) argument
1117 getUserURL(String user) argument
1122 getPhotoURL(String user, String photo) argument
1127 getUserTagsURL(String user, String tagId) argument
1132 getUserSetsURL(String user, String setId) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DApnSetting.java34 String user; field in class:ApnSetting
46 String user, String password, int authType, String[] types,
57 this.user = user;
75 * <mmsport>, <user>, <password>, <authtype>, <mcc>,<mnc>,
80 * <mmsport>, <user>, <password, <authtype>, <mcc>, <mnc>,
43 ApnSetting(int id, String numeric, String carrier, String apn, String proxy, String port, String mmsc, String mmsProxy, String mmsPort, String user, String password, int authType, String[] types, String protocol, String roamingProtocol) argument
H A DGsmDataConnection.java104 authType = (apn.user != null) ? RILConstants.SETUP_DATA_AUTH_PAP_CHAP :
118 apn.apn, apn.user, apn.password, Integer.toString(authType),
/frameworks/base/media/libmedia/
H A DAudioTrack.cpp89 void* user,
95 frameCount, flags, cbf, user, notificationFrames,
107 void* user,
113 0, flags, cbf, user, notificationFrames,
143 void* user,
240 mUserData = user;
519 LOGE("setLoop invalid value: loopStart %d, loopEnd %d, loopCount %d, framecount %d, user %d", loopStart, loopEnd, loopCount, cblk->frameCount, cblk->user);
602 if (position > mCblk->user) return BAD_VALUE;
812 if (cblk->user < cbl
81 AudioTrack( int streamType, uint32_t sampleRate, int format, int channels, int frameCount, uint32_t flags, callback_t cbf, void* user, int notificationFrames, int sessionId) argument
99 AudioTrack( int streamType, uint32_t sampleRate, int format, int channels, const sp<IMemory>& sharedBuffer, uint32_t flags, callback_t cbf, void* user, int notificationFrames, int sessionId) argument
135 set( int streamType, uint32_t sampleRate, int format, int channels, int frameCount, uint32_t flags, callback_t cbf, void* user, int notificationFrames, const sp<IMemory>& sharedBuffer, bool threadCanCallJava, int sessionId) argument
[all...]
H A DAudioRecord.cpp92 void* user,
98 frameCount, flags, cbf, user, notificationFrames, sessionId);
125 void* user,
211 mUserData = user;
296 mNewPosition = mCblk->user + mUpdatePeriod;
401 *position = mCblk->user;
489 "user=%08x, server=%08x", cblk->user, cblk->server);
522 uint32_t u = cblk->user;
568 // sanity-check. user i
84 AudioRecord( int inputSource, uint32_t sampleRate, int format, uint32_t channels, int frameCount, uint32_t flags, callback_t cbf, void* user, int notificationFrames, int sessionId) argument
117 set( int inputSource, uint32_t sampleRate, int format, uint32_t channels, int frameCount, uint32_t flags, callback_t cbf, void* user, int notificationFrames, bool threadCanCallJava, int sessionId) argument
[all...]
H A DVisualizer.cpp37 void* user,
39 : AudioEffect(SL_IID_VISUALIZATION, NULL, priority, cbf, user, sessionId),
89 status_t Visualizer::setCaptureCallBack(capture_cbk_t cbk, void* user, uint32_t flags, uint32_t rate) argument
106 mCaptureCbkUser = user;
35 Visualizer(int32_t priority, effect_callback_t cbf, void* user, int sessionId) argument
H A DAudioEffect.cpp49 void* user,
55 mStatus = set(type, uuid, priority, cbf, user, sessionId, output);
62 void* user,
87 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, output);
94 void* user,
102 LOGV("set %p mUserData: %p", this, user);
122 mUserData = user;
45 AudioEffect(const effect_uuid_t *type, const effect_uuid_t *uuid, int32_t priority, effect_callback_t cbf, void* user, int sessionId, audio_io_handle_t output ) argument
58 AudioEffect(const char *typeStr, const char *uuidStr, int32_t priority, effect_callback_t cbf, void* user, int sessionId, audio_io_handle_t output ) argument
90 set(const effect_uuid_t *type, const effect_uuid_t *uuid, int32_t priority, effect_callback_t cbf, void* user, int sessionId, audio_io_handle_t output) argument
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DApnSettingTest.java35 assertEquals(a1.user, a2.user);
100 "mmsc", "mmsproxy", "mmsport", "user", "password", 0,
/frameworks/base/include/private/media/
H A DAudioTrackShared.h58 volatile uint32_t user; member in struct:android::audio_track_cblk_t
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.h137 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
138 static void dataCallback(int32_t msgType, const sp<IMemory>& dataPtr, void* user);
139 static void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user);
141 static sp<Client> getClientFromCookie(void* user);
179 // If the user want us to return a copy of the preview frame (instead
/frameworks/base/cmds/keystore/
H A Dkeystore.c46 * user-defined password. To keep things simple, buffers are always larger than
369 * file using the same password when the user unlock it for the first time. If
487 static struct user { struct
500 struct user *user = users; local
504 while (~user->uid && user->uid != uid) {
505 ++user;
513 if (!(action->perm & user->perms)) {
519 if (~user
[all...]
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothA2dpService.cpp51 static void onConnectSinkResult(DBusMessage *msg, void *user, void *n);
280 void onConnectSinkResult(DBusMessage *msg, void *user, void *n) { argument
284 const char *path = (const char *)user;
304 free(user);
H A Dandroid_media_AudioRecord.cpp87 static void recorderCallback(int event, void* user, void *info) { argument
94 audiorecord_callback_cookie *callbackInfo = (audiorecord_callback_cookie *)user;
96 if (user && env) {
108 audiorecord_callback_cookie *callbackInfo = (audiorecord_callback_cookie *)user;
110 if (user && env) {
192 lpCallbackData,// void* user
H A Dandroid_bluetooth_common.cpp89 void *user; member in struct:android::__anon28
105 // The user may not deref the message object.
106 req->user_cb(msg, req->user, req->nat);
123 void *user,
156 pending->user = user;
180 void *user,
192 reply, user, nat,
117 dbus_func_args_async_valist(JNIEnv *env, DBusConnection *conn, int timeout_ms, void (*user_cb)(DBusMessage *, void *, void*), void *user, void *nat, const char *path, const char *ifc, const char *func, int first_arg_type, va_list args) argument
176 dbus_func_args_async(JNIEnv *env, DBusConnection *conn, int timeout_ms, void (*reply)(DBusMessage *, void *, void*), void *user, void *nat, const char *path, const char *ifc, const char *func, int first_arg_type, ...) argument
H A Dandroid_server_BluetoothEventLoop.cpp1098 void onCreatePairedDeviceResult(DBusMessage *msg, void *user, void *n) { argument
1102 const char *address = (const char *)user;
1164 free(user);
1167 void onCreateDeviceResult(DBusMessage *msg, void *user, void *n) { argument
1171 const char *address= (const char *)user;
1194 free(user);
1197 void onDiscoverServicesResult(DBusMessage *msg, void *user, void *n) { argument
1201 const char *path = (const char *)user;
1220 free(user);
1223 void onGetDeviceServiceChannelResult(DBusMessage *msg, void *user, voi argument
[all...]
/frameworks/base/include/media/stagefright/
H A DAudioPlayer.h97 static void AudioCallback(int event, void *user, void *info);
/frameworks/base/media/libstagefright/rtsp/
H A DARTSPConnection.h47 AString *user, AString *pass);
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h48 typedef void SoundPoolCallback(SoundPoolEvent event, SoundPool* soundPool, void* user);
145 static void callback(int event, void* user, void *info);
191 void setCallback(SoundPoolCallback* callback, void* user);
H A Dandroid_media_SoundPool.cpp171 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user) argument
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);

Completed in 469 milliseconds

123