Searched refs:client (Results 126 - 150 of 180) sorted by relevance

12345678

/frameworks/av/services/audioflinger/
H A DTracks.cpp64 const sp<Client>& client,
74 mClient(client),
91 // client == 0 implies sharedBuffer == 0
92 ALOG_ASSERT(!(client == 0 && sharedBuffer != 0));
104 if (client != 0) {
105 mCblkMemory = client->heap()->allocate(size);
111 client->heap()->dump("AudioTrack");
175 // If the client's reference count drops to zero, the associated destructor
308 const sp<Client>& client,
317 : TrackBase(thread, client, sampleRat
62 TrackBase( ThreadBase *thread, const sp<Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, const sp<IMemory>& sharedBuffer, int sessionId, bool isOut) argument
306 Track( PlaybackThread *thread, const sp<Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, const sp<IMemory>& sharedBuffer, int sessionId, IAudioFlinger::track_flags_t flags) argument
957 create( PlaybackThread *thread, const sp<Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, const sp<IMemory>& sharedBuffer, int sessionId) argument
975 TimedTrack( PlaybackThread *thread, const sp<Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, const sp<IMemory>& sharedBuffer, int sessionId) argument
1734 RecordTrack( RecordThread *thread, const sp<Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, int sessionId) argument
[all...]
/frameworks/av/include/media/
H A DIAudioFlinger.h49 TRACK_DEFAULT = 0, // client requests a default AudioTrack
50 TRACK_TIMED = 1, // client requests a TimedAudioTrack
51 TRACK_FAST = 2, // client requests a fast AudioTrack or AudioRecord
52 TRACK_OFFLOAD = 4, // client requests offload to hw codec
138 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
188 const sp<IEffectClient>& client,
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp297 wp<MediaRecorderClient> client(this);
298 mMediaPlayerService->removeMediaRecorderClient(client);
H A DStagefrightRecorder.cpp90 // The client side of mediaserver asks it to creat a SurfaceMediaSource
91 // and return a interface reference. The client side will use that
859 OMXClient client; local
860 CHECK_EQ(client.connect(), (status_t)OK);
862 OMXCodec::Create(client.interface(), encMeta,
1267 // to the client side when queried
1418 OMXClient client; local
1419 CHECK_EQ(client.connect(), (status_t)OK);
1434 client.interface(), enc_meta,
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp299 sp<DecryptHandle> &handle, DrmManagerClient **client) {
303 *client = mDrmManagerClient;
298 getDrmInfo( sp<DecryptHandle> &handle, DrmManagerClient **client) argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp41 StreamingProcessor::StreamingProcessor(sp<Camera2Client> client): argument
42 mClient(client),
43 mDevice(client->getCameraDevice()),
44 mId(client->getCameraId()),
615 sp<Camera2Client> client = mClient.promote(); local
616 if (client == 0) {
634 SharedParameters::Lock l(client->getParameters());
720 Camera2Client::SharedCameraCallbacks::Lock l(client->mSharedCameraCallbacks);
/frameworks/base/core/java/android/printservice/
H A DPrintService.java368 public void setClient(IPrintServiceClient client) {
369 mHandler.obtainMessage(ServiceHandler.MSG_SET_CLEINT, client)
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java216 public void setWebViewClient(WebViewClient client); argument
220 public void setWebChromeClient(WebChromeClient client); argument
H A DWebView.java1560 * @param client an implementation of WebViewClient
1562 public void setWebViewClient(WebViewClient client) { argument
1564 mProvider.setWebViewClient(client);
1584 * @param client an implementation of WebChromeClient
1586 public void setWebChromeClient(WebChromeClient client) { argument
1588 mProvider.setWebChromeClient(client);
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp131 OMXClient *client, const sp<MediaSource>& source) {
134 client->interface(), meta, false /* createEncoder */, source);
130 getDecoder( OMXClient *client, const sp<MediaSource>& source) argument
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp114 OMXClient *client,
121 if (QueryCodecs(client->interface(), mime,
139 OMXClient *client,
151 if (isYUV420PlanarSupported(client, trackMeta)) {
157 client->interface(), format, false, source,
113 isYUV420PlanarSupported( OMXClient *client, const sp<MetaData> &trackMeta) argument
138 extractVideoFrameWithCodecFlags( OMXClient *client, const sp<MetaData> &trackMeta, const sp<MediaSource> &source, uint32_t flags, int64_t frameTimeUs, int seekMode) argument
H A DMediaCodecList.cpp523 OMXClient client; local
524 status_t err = client.connect();
531 client.interface(),
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java452 // Regression test for #1204316: Missing client cert unit test. Passes on
518 * Defines the keystore contents for the client, JKS version. Holds just a
548 * Defines the keystore contents for the client, BKS version. Holds just a
617 * port, requests client authentication (if specified), and read 256 bytes
702 * Implements a test SSL socket client. It open a connection to localhost on
783 * Implements the actual test case. Launches a server and a client, requires
784 * client authentication and checks the certificates afterwards (not in the
791 TestClient client = new TestClient(8088, true);
794 Thread clientThread = new Thread(client);
807 // The client mus
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp297 OMXClient client; local
298 CHECK_EQ(client.connect(), (status_t)OK);
301 client.interface(), meta, false /* createEncoder */,
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h57 virtual status_t connect(const sp<ICameraClient>& client);
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp362 virtual void registerClient(const sp<IAudioFlingerClient>& client) argument
366 data.writeStrongBinder(client->asBinder());
645 const sp<IEffectClient>& client,
665 data.writeStrongBinder(client->asBinder());
906 sp<IAudioFlingerClient> client = interface_cast<IAudioFlingerClient>( local
908 registerClient(client);
1082 sp<IEffectClient> client = interface_cast<IEffectClient>(data.readStrongBinder()); local
1090 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId,
643 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, status_t *status, int *id, int *enabled) argument
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java153 * <strong>Note:</strong> It is a client responsibility to recycle the received info
165 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
166 return client.findAccessibilityNodeInfoByAccessibilityId(mConnectionId, mSourceWindowId,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java584 ContentProviderClient client = null;
586 client = DocumentsApplication.acquireUnstableProviderOrThrow(
588 DocumentsContract.deleteDocument(client, doc.derivedUri);
593 ContentProviderClient.releaseQuietly(client);
1019 ContentProviderClient client = null;
1022 client = DocumentsApplication.acquireUnstableProviderOrThrow(
1024 result = DocumentsContract.getDocumentThumbnail(client, mUri, mThumbSize, mSignal);
1033 ContentProviderClient.releaseQuietly(client);
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp182 JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) {
188 if (client.get()) {
189 client->incStrong(thiz);
194 env->SetIntField(thiz, fieldId, (int)client.get());
203 DrmManagerClientImpl* const client = (DrmManagerClientImpl*)env->GetIntField(thiz, fieldId); local
204 return sp<DrmManagerClientImpl>(client);
181 setDrmManagerClientImpl( JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) argument
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java360 * Windows that are being resized. Used so we can tell the client about
899 final IWindow client = win.mClient;
947 if (localLOGV) Slog.v(TAG, "Figuring out where to add app window " + client.asBinder()
1824 // First, make sure the client has the current visibility
2101 public int addWindow(Session session, IWindow client, int seq, argument
2133 if (mWindowMap.containsKey(client.asBinder())) {
2134 Slog.w(TAG, "Window " + client + " is already added");
2220 win = new WindowState(this, session, client, token,
2225 Slog.w(TAG, "Adding window client " + client
2361 removeWindow(Session session, IWindow client) argument
2589 setTransparentRegionWindow(Session session, IWindow client, Region region) argument
2603 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
2630 getWindowDisplayFrame(Session session, IWindow client, Rect outDisplayFrame) argument
2739 relayoutWindow(Session session, IWindow client, int seq, WindowManager.LayoutParams attrs, int requestedWidth, int requestedHeight, int viewVisibility, int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, Configuration outConfig, Surface outSurface) argument
3049 performDeferredDestroyWindow(Session session, IWindow client) argument
3065 outOfMemoryWindow(Session session, IWindow client) argument
3081 finishDrawingWindow(Session session, IWindow client) argument
6221 viewServerListWindows(Socket client) argument
6279 viewServerGetFocusedWindow(Socket client) argument
6337 viewServerWindowCommand(Socket client, String command, String parameters) argument
7533 openSession(IInputMethodClient client, IInputContext inputContext) argument
7542 inputMethodClientHasFocus(IInputMethodClient client) argument
7886 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
7891 windowForClientLocked(Session session, IBinder client, boolean throwOnError) argument
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java205 void setWebViewClient(WebViewClient client) { argument
206 if (client != null) {
207 mWebViewClient = client;
213 void setWebChromeClient(WebChromeClient client) { argument
214 mWebChromeClient = client;
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java80 * @param client The <code>DrmManagerClient</code> instance.
84 public void onInfo(DrmManagerClient client, DrmInfoEvent event); argument
95 * @param client The <code>DrmManagerClient</code> instance.
99 public void onEvent(DrmManagerClient client, DrmEvent event); argument
109 * @param client The <code>DrmManagerClient</code> instance.
112 public void onError(DrmManagerClient client, DrmErrorEvent event); argument
/frameworks/base/services/java/com/android/server/
H A DAppOpsService.java603 ClientState client = (ClientState)token;
628 if (client.mStartedOps != null) {
629 client.mStartedOps.add(op);
639 ClientState client = (ClientState)token;
645 if (client.mStartedOps != null) {
646 if (!client.mStartedOps.remove(op)) {
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java113 * the client's IServiceConnection.
697 b.client.connections.add(c);
699 b.client.hasAboveClient = true;
733 + " (in " + c.binding.client.processName + ")", e);
787 " (in " + c.binding.client.processName + ")", e);
846 ProcessRecord client = b.apps.valueAt(i).client;
847 if (client != null && client.setSchedGroup
856 // a new client
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h41 const sp<IRemoteDisplayClient> &client,

Completed in 2779 milliseconds

12345678