Searched refs:client (Results 76 - 100 of 180) sorted by relevance

12345678

/frameworks/base/media/jni/
H A Dandroid_media_MediaScanner.cpp110 MyMediaScannerClient(JNIEnv *env, jobject client) argument
112 mClient(env->NewGlobalRef(client)),
239 JNIEnv *env, jobject thiz, jstring path, jobject client)
258 MyMediaScannerClient myClient(env, client);
269 jstring mimeType, jobject client)
298 MyMediaScannerClient myClient(env, client);
238 android_media_MediaScanner_processDirectory( JNIEnv *env, jobject thiz, jstring path, jobject client) argument
267 android_media_MediaScanner_processFile( JNIEnv *env, jobject thiz, jstring path, jstring mimeType, jobject client) argument
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java204 final ClientState client; field in class:InputMethodManagerService.SessionState
212 return "SessionState{uid " + client.uid + " pid " + client.pid
223 client = _client;
231 final IInputMethodClient client; field in class:InputMethodManagerService.ClientState
249 client = _client;
277 * The client that is currently bound to an input method.
287 * The input context last provided by the current client.
292 * The attributes last provided by the current client.
319 * Set if the client ha
998 addClient(IInputMethodClient client, IInputContext inputContext, int uid, int pid) argument
1010 removeClient(IInputMethodClient client) argument
1097 startInputLocked(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, int controlFlags) argument
1242 startInput(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, int controlFlags) argument
1258 finishInput(IInputMethodClient client) argument
1717 showSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
1799 hideSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
1864 windowGainedFocus(IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext) argument
2017 showInputMethodPickerFromClient(IInputMethodClient client) argument
2058 showInputMethodAndSubtypeEnablerFromClient( IInputMethodClient client, String inputMethodId) argument
[all...]
/frameworks/av/include/media/
H A DIMediaPlayerService.h50 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client, int audioSessionId = 0) = 0;
67 // display client when display connection, disconnection or errors occur.
70 virtual sp<IRemoteDisplay> listenForRemoteDisplay(const sp<IRemoteDisplayClient>& client,
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp71 const sp<IMediaPlayerClient>& client, int audioSessionId) {
74 data.writeStrongBinder(client->asBinder());
175 virtual sp<IRemoteDisplay> listenForRemoteDisplay(const sp<IRemoteDisplayClient>& client, argument
180 data.writeStrongBinder(client->asBinder());
216 sp<IMediaPlayerClient> client = local
219 sp<IMediaPlayer> player = create(client, audioSessionId);
312 sp<IRemoteDisplayClient> client(
315 sp<IRemoteDisplay> display(listenForRemoteDisplay(client, iface));
70 create( const sp<IMediaPlayerClient>& client, int audioSessionId) argument
/frameworks/base/core/java/android/hardware/
H A DICameraService.aidl42 int connect(ICameraClient client, int cameraId,
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java29 import org.apache.http.client.ClientProtocolException;
30 import org.apache.http.client.HttpClient;
31 import org.apache.http.client.ResponseHandler;
32 import org.apache.http.client.methods.HttpUriRequest;
33 import org.apache.http.client.params.HttpClientParams;
34 import org.apache.http.client.protocol.ClientContext;
41 import org.apache.http.impl.client.DefaultHttpClient;
42 import org.apache.http.impl.client.RequestWrapper;
73 * <p>This client processes cookies but does not retain them by default.
233 * Release resources associated with this client
[all...]
/frameworks/base/core/java/android/print/
H A DIPrintSpooler.aidl47 void setClient(IPrintSpoolerClient client);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java644 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
645 AccessibilityNodeInfo refreshedInfo = client.findAccessibilityNodeInfoByAccessibilityId(
689 * <strong>Note:</strong> It is a client responsibility to recycle the
706 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
707 return client.findAccessibilityNodeInfoByAccessibilityId(mConnectionId, mWindowId,
834 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
835 return client.performAccessibilityAction(mConnectionId, mWindowId, mSourceNodeId,
857 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
858 return client.performAccessibilityAction(mConnectionId, mWindowId, mSourceNodeId,
868 * <strong>Note:</strong> It is a client responsibilit
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java215 public void setWebViewClient(WebViewClient client) { argument
221 public void setWebChromeClient(WebChromeClient client) { argument
/frameworks/native/libs/gui/
H A DLayerState.cpp66 output.writeStrongBinder(client->asBinder());
71 client = interface_cast<ISurfaceComposerClient>(input.readStrongBinder());
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.cpp42 struct sockaddr_un server, client; local
65 int clientSocket = accept(serverSocket, (struct sockaddr *)&client, &sockaddr_len);
68 ALOGE("Failed to accept client connection");
86 ALOGD("gltrace::waitForClientConnection: client connected.");
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp259 OMXClient client; local
260 CHECK_EQ(client.connect(), (status_t)OK);
295 client.interface(), enc_meta, true /* createEncoder */, source,
309 client.disconnect();
/frameworks/av/include/media/stagefright/
H A DFileSource.h43 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.h46 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.h49 sp<MediaSource> getDecoder(OMXClient* client, const sp<MediaSource>& source);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentLoader.java121 ContentProviderClient client = null;
123 client = DocumentsApplication.acquireUnstableProviderOrThrow(
127 final Cursor cursor = client.query(
134 ContentProviderClient.releaseQuietly(client);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java182 ContentProviderClient client = null;
185 client = DocumentsApplication.acquireUnstableProviderOrThrow(
187 cursor = client.query(uri, null, null, null, null);
196 ContentProviderClient.releaseQuietly(client);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp238 ALOGV("Create new media recorder client from pid %d", pid);
242 void MediaPlayerService::removeMediaRecorderClient(wp<MediaRecorderClient> client) argument
245 mMediaRecorderClients.remove(client);
246 ALOGV("Delete media recorder client");
257 sp<IMediaPlayer> MediaPlayerService::create(const sp<IMediaPlayerClient>& client, argument
264 this, pid, connId, client, audioSessionId,
267 ALOGV("Create new client(%d) from pid %d, uid %d, ", connId, pid,
301 const sp<IRemoteDisplayClient>& client, const String8& iface) {
306 return new RemoteDisplay(client, iface.string());
398 result.append(" No media recorder client\
300 listenForRemoteDisplay( const sp<IRemoteDisplayClient>& client, const String8& iface) argument
494 removeClient(wp<Client> client) argument
500 Client( const sp<MediaPlayerService>& service, pid_t pid, int32_t connId, const sp<IMediaPlayerClient>& client, int audioSessionId, uid_t uid) argument
1084 Client* client = static_cast<Client*>(cookie); local
1147 Antagonizer(notify_callback_f cb, void* client) argument
[all...]
H A DMediaPlayerService.h49 Antagonizer(notify_callback_f cb, void* client);
245 void removeMediaRecorderClient(wp<MediaRecorderClient> client);
248 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client, int audioSessionId);
262 virtual sp<IRemoteDisplay> listenForRemoteDisplay(const sp<IRemoteDisplayClient>& client,
269 void removeClient(wp<Client> client);
374 const sp<IMediaPlayerClient>& client,
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h262 uint32_t setClientStateLocked(const sp<Client>& client, const layer_state_t& s);
268 status_t createLayer(const String8& name, const sp<Client>& client,
272 status_t createNormalLayer(const sp<Client>& client, const String8& name,
277 status_t createDimLayer(const sp<Client>& client, const String8& name,
283 status_t onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle);
294 void addClientLayer(const sp<Client>& client,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java108 public void registerClient(FrameClient client) { argument
111 clientTargets.add(client);
112 mClients.add(client);
113 onRegisterClient(client, context);
116 public void unregisterClient(FrameClient client) { argument
119 clientTargets.remove(client);
123 mClients.remove(client);
150 protected void onRegisterClient(FrameClient client, EGLContext context) { argument
256 for (FrameClient client : mClients) {
257 client
313 onRegisterClient(FrameClient client, EGLContext context) argument
1775 registerClient(FrameClient client) argument
1783 unregisterClient(FrameClient client) argument
[all...]
/frameworks/av/media/libstagefright/
H A DFileSource.cpp152 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
155 *client = mDrmManagerClient;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h37 virtual status_t connect(const sp<ICameraClient>& client);
115 const sp<ICameraClient>& client,
146 // trying to deliver the callback messages if the client is not
147 // interested in it anymore. For example, if the client is calling
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
H A DBandwidthEnforcementTestService.java142 final SntpClient client = new SntpClient();
143 if (client.requestTime("0.pool.ntp.org", 10000)) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java187 public InputBindResult startInput(IInputMethodClient client, IInputContext inputContext, argument
218 public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken, argument

Completed in 597 milliseconds

12345678