Searched refs:client (Results 176 - 200 of 242) sorted by relevance

12345678910

/frameworks/av/include/media/stagefright/
H A DDataSource.h120 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; argument
/frameworks/av/services/audioflinger/
H A DTrackBase.h58 const sp<Client>& client,
H A DTracks.cpp68 const sp<Client>& client,
82 mClient(client),
121 if (client != 0) {
122 mCblkMemory = client->heap()->allocate(size);
126 client->heap()->dump("AudioTrack");
233 // Client destructor must run with AudioFlinger client mutex locked
235 // If the client's reference count drops to zero, the associated destructor
338 const sp<Client>& client,
350 : TrackBase(thread, client, sampleRate, format, channelMask, frameCount,
373 // client
66 TrackBase( ThreadBase *thread, const sp<Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, void *buffer, audio_session_t sessionId, int clientUid, IAudioFlinger::track_flags_t flags, bool isOut, alloc_type alloc, track_type type) argument
336 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, void *buffer, const sp<IMemory>& sharedBuffer, audio_session_t sessionId, int uid, IAudioFlinger::track_flags_t flags, track_type type) argument
1461 RecordTrack( RecordThread *thread, const sp<Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t frameCount, void *buffer, audio_session_t sessionId, int uid, IAudioFlinger::track_flags_t flags, track_type type) argument
[all...]
H A DPlaybackTracks.h26 const sp<Client>& client,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java563 ContentProviderClient client = null;
566 client = DocumentsApplication.acquireUnstableProviderOrThrow(
569 client, cwd.derivedUri, mMimeType, mDisplayName);
573 ContentProviderClient.releaseQuietly(client);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java229 IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode,
227 startInputOrWindowGainedFocus( int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext, int missingMethodFlags) argument
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapEventReport.java17 package android.bluetooth.client.map;
H A DBluetoothMasObexClientSession.java17 package android.bluetooth.client.map;
H A DBluetoothMnsService.java17 package android.bluetooth.client.map;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexAppParameters.java17 package android.bluetooth.client.map.utils;
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp317 wp<MediaRecorderClient> client(this);
318 mMediaPlayerService->removeMediaRecorderClient(client);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java230 public void setWebViewClient(WebViewClient client); argument
234 public void setWebChromeClient(WebChromeClient client); argument
/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl59 void createSession(in ITvInputClient client, in String inputId, boolean isRecordingSession,
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp182 JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) {
189 if (client.get()) {
190 client->incStrong(thiz);
195 env->SetLongField(thiz, fieldId, reinterpret_cast<jlong>(client.get()));
205 DrmManagerClientImpl* const client = reinterpret_cast<DrmManagerClientImpl*>(clientHandle); local
206 return sp<DrmManagerClientImpl>(client);
181 setDrmManagerClientImpl( JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp214 sp<Client> client(new Client(this));
215 status_t err = client->initCheck();
217 bclient = client;
2002 ALOGV("Rendering client layers");
2062 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2077 // attach this layer to the client
2078 client->attachLayer(handle, lbc);
2146 // one of our own. A malicious client could give us a NULL
2152 if (s.client != NULL) {
2153 sp<IBinder> binder = IInterface::asBinder(s.client);
2246 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2326 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
2372 createNormalLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, PixelFormat& format, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2398 createDimLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2408 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp213 sp<Client> client(new Client(this));
214 status_t err = client->initCheck();
216 bclient = client;
2078 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2093 // attach this layer to the client
2094 client->attachLayer(handle, lbc);
2162 // one of our own. A malicious client could give us a NULL
2168 if (s.client != NULL) {
2169 sp<IBinder> binder = IInterface::asBinder(s.client);
2173 sp<Client> client( static_cas
2262 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2342 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
2388 createNormalLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, PixelFormat& format, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2414 createDimLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2424 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp148 // A notification client is always registered by AudioSystem when the client process
150 void AudioPolicyService::registerClient(const sp<IAudioPolicyServiceClient>& client) argument
152 if (client == 0) {
153 ALOGW("%s got NULL client", __FUNCTION__);
161 client,
163 ALOGV("registerClient() client %p, uid %d", client.get(), uid);
167 sp<IBinder> binder = IInterface::asBinder(client);
183 // removeNotificationClient() is called when the client proces
279 NotificationClient(const sp<AudioPolicyService>& service, const sp<IAudioPolicyServiceClient>& client, uid_t uid) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java443 * Windows that are being resized. Used so we can tell the client about
1153 final IWindow client = win.mClient;
1164 if (localLOGV) Slog.v(TAG_WM, "Figuring out where to add app window " + client.asBinder()
1849 public int addWindow(Session session, IWindow client, int seq, argument
1881 if (mWindowMap.containsKey(client.asBinder())) {
1882 Slog.w(TAG_WM, "Window " + client + " is already added");
2009 WindowState win = new WindowState(this, session, client, token,
2014 Slog.w(TAG_WM, "Adding window client " + client.asBinder()
2052 mWindowMap.put(client
2294 removeWindow(Session session, IWindow client) argument
2600 setTransparentRegionWindow(Session session, IWindow client, Region region) argument
2617 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
2648 getWindowDisplayFrame(Session session, IWindow client, Rect outDisplayFrame) argument
2688 repositionChild(Session session, IWindow client, int left, int top, int right, int bottom, long frameNumber, Rect outFrame) argument
2746 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, Rect outStableInsets, Rect outOutsets, Rect outBackdropFrame, Configuration outConfig, Surface outSurface) argument
3104 performDeferredDestroyWindow(Session session, IWindow client) argument
3121 outOfMemoryWindow(Session session, IWindow client) argument
3137 finishDrawingWindow(Session session, IWindow client) argument
6938 viewServerListWindows(Socket client) argument
6996 viewServerGetFocusedWindow(Socket client) argument
7054 viewServerWindowCommand(Socket client, String command, String parameters) argument
8666 openSession(IWindowSessionCallback callback, IInputMethodClient client, IInputContext inputContext) argument
8675 inputMethodClientHasFocus(IInputMethodClient client) argument
9089 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
9094 windowForClientLocked(Session session, IBinder client, boolean throwOnError) argument
11090 updatePointerIcon(IWindow client) argument
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java82 * @param client The <code>DrmManagerClient</code> instance.
86 public void onInfo(DrmManagerClient client, DrmInfoEvent event); argument
97 * @param client The <code>DrmManagerClient</code> instance.
101 public void onEvent(DrmManagerClient client, DrmEvent event); argument
111 * @param client The <code>DrmManagerClient</code> instance.
114 public void onError(DrmManagerClient client, DrmErrorEvent event); argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DCopyJob.java557 throw new ResourceException("Failed to obtain the client for %s.",
573 ContentProviderClient client, Uri uri) throws ResourceException {
585 cursor = client.query(queryUri, queryColumns, null, null, null);
592 result += calculateFileSizesRecursively(client, dirUri);
572 calculateFileSizesRecursively( ContentProviderClient client, Uri uri) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java197 java.lang.String client = config.getClientCertificateAlias();
198 if (!TextUtils.isEmpty(client)) {
199 // a valid client certificate is configured
509 // Remove client key+cert
561 String client = config.getClientCertificateAlias();
562 // a valid client certificate is configured
563 if (!TextUtils.isEmpty(client)) {
564 if (DBG) Log.d(TAG, "removing client private key and user cert");
565 mKeyStore.delete(Credentials.USER_PRIVATE_KEY + client, Process.WIFI_UID);
566 mKeyStore.delete(Credentials.USER_CERTIFICATE + client, Proces
[all...]
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp432 virtual void registerClient(const sp<IAudioFlingerClient>& client) argument
436 data.writeStrongBinder(IInterface::asBinder(client));
714 const sp<IEffectClient>& client,
735 data.writeStrongBinder(IInterface::asBinder(client));
1117 sp<IAudioFlingerClient> client = interface_cast<IAudioFlingerClient>( local
1119 registerClient(client);
1292 sp<IEffectClient> client = interface_cast<IEffectClient>(data.readStrongBinder()); local
1301 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId,
712 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, status_t *status, int *id, int *enabled) argument
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DDocumentsProviderHelper.java63 public DocumentsProviderHelper(String authority, ContentProviderClient client) { argument
66 mClient = client;
/frameworks/av/include/media/
H A DIAudioPolicyService.h151 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) = 0;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h45 const sp<IRemoteDisplayClient> &client,

Completed in 980 milliseconds

12345678910