Searched defs:user (Results 1 - 25 of 31) sorted by relevance

12

/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
/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_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_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_media_AudioTrack.cpp128 static void audioCallback(int event, void* user, void *info) { argument
135 audiotrack_callback_cookie *callbackInfo = (audiotrack_callback_cookie *)user;
137 if (user && env) {
149 audiotrack_callback_cookie *callbackInfo = (audiotrack_callback_cookie *)user;
151 if (user && env) {
289 audioCallback, &(lpJniStorage->mCallbackData),//callback, callback data (user)
310 audioCallback, &(lpJniStorage->mCallbackData),//callback, callback data (user));
506 // the 8bit mixer restriction from the user of this function
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/private/media/
H A DAudioTrackShared.h58 volatile uint32_t user; member in struct:android::audio_track_cblk_t
/frameworks/base/media/jni/soundpool/
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);
H A DSoundPool.cpp398 void SoundPool::setCallback(SoundPoolCallback* callback, void* user) argument
402 mUserData = user;
561 // as callback user data. This enables the detection of callbacks received from the old
640 void SoundChannel::callback(int event, void* user, void *info) argument
642 unsigned long toggle = (unsigned long)user & 1;
643 SoundChannel* channel = static_cast<SoundChannel*>((void *)((unsigned long)user & ~1));
/frameworks/base/media/libmedia/
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
H A DToneGenerator.cpp753 // Used by ToneGenerator::getToneForRegion() to convert user specified supervisory tone type
1072 // user reference (pointer to our ToneGenerator)
1079 void ToneGenerator::audioCallback(int event, void* user, void *info) { argument
1084 ToneGenerator *lpToneGen = static_cast<ToneGenerator *>(user);
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 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 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...]
/frameworks/base/media/libstagefright/
H A DAudioPlayer.cpp246 void AudioPlayer::AudioCallback(int event, void *user, void *info) { argument
247 static_cast<AudioPlayer *>(user)->AudioCallback(event, info);
/frameworks/base/cmds/dumpstate/
H A Dutils.c201 static void print_prop(const char *key, const char *name, void *user) { argument
202 (void) user;
/frameworks/base/libs/utils/
H A DThreads.cpp735 int Thread::_threadLoop(void* user) argument
737 Thread* const self = static_cast<Thread*>(user);
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp96 static void captureCallback(void* user, argument
107 visualizer_callback_cookie *callbackInfo = (visualizer_callback_cookie *)user;
115 if (!user || !env) {
116 LOGW("captureCallback error user %p, env %p", user, env);
H A Dandroid_media_AudioEffect.cpp95 static void effectCallback(int event, void* user, void *info) { argument
106 effect_callback_cookie *callbackInfo = (effect_callback_cookie *)user;
114 if (!user || !env) {
115 LOGW("effectCallback error user %p, env %p", user, env);
/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.cpp117 void* user)
123 mCallbackCookie = user;
114 setCallbacks(notify_callback notify_cb, data_callback data_cb, data_callback_timestamp data_cb_timestamp, void* user) argument
H A DCameraService.cpp457 // from the user directly, or called by the destructor.
602 // If we do use overlay, we only need the preview frame if the user
881 sp<CameraService::Client> CameraService::Client::getClientFromCookie(void* user) { argument
882 sp<Client> client = gCameraService->getClientById((int) user);
927 int32_t ext2, void* user) {
930 sp<Client> client = getClientFromCookie(user);
946 const sp<IMemory>& dataPtr, void* user) {
949 sp<Client> client = getClientFromCookie(user);
979 int32_t msgType, const sp<IMemory>& dataPtr, void* user) {
982 sp<Client> client = getClientFromCookie(user);
926 notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user) argument
945 dataCallback(int32_t msgType, const sp<IMemory>& dataPtr, void* user) argument
978 dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr, void* user) argument
[all...]
/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/media/libstagefright/rtsp/
H A DARTSPConnection.cpp121 AString *user, AString *pass) {
125 user->clear();
145 // Split of user:pass@ from hostname.
153 *user = userPass;
155 user->setTo(userPass, 0, colonPos);
216 // If we have a user name but no password we have to give up
217 // right here, since we currently have no way of asking the user
230 LOGV("user = '%s', pass = '%s'", mUser.c_str(), mPass.c_str());
119 ParseURL( const char *url, AString *host, unsigned *port, AString *path, AString *user, AString *pass) argument
H A DMyHandler.h120 // want to transmit user/pass in cleartext.
121 AString host, path, user, pass; local
124 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
126 if (user.size() > 0) {
1078 AString mOriginalSessionURL; // This one still has user:pass@
/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...]

Completed in 331 milliseconds

12