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

12345678910

/frameworks/av/services/audioflinger/
H A DTrackBase.h58 const sp<Client>& client,
H A DTracks.cpp68 const sp<Client>& client,
81 mClient(client),
119 if (client != 0) {
120 mCblkMemory = client->heap()->allocate(size);
124 client->heap()->dump("AudioTrack");
231 // Client destructor must run with AudioFlinger client mutex locked
233 // If the client's reference count drops to zero, the associated destructor
336 const sp<Client>& client,
348 : TrackBase(thread, client, sampleRate, format, channelMask, frameCount,
372 // 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, bool isOut, alloc_type alloc, track_type type) argument
334 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, audio_output_flags_t flags, track_type type) argument
1471 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, audio_input_flags_t flags, track_type type) argument
[all...]
H A DPlaybackTracks.h26 const sp<Client>& client,
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl66 IWindowSession openSession(in IWindowSessionCallback callback, in IInputMethodClient client,
68 boolean inputMethodClientHasFocus(IInputMethodClient 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.java231 IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode,
229 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.cpp218 sp<Client> client(new Client(this));
219 status_t err = client->initCheck();
221 bclient = client;
2127 ALOGV("Rendering client layers");
2191 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2206 // attach this layer to the client
2207 client->attachLayer(handle, lbc);
2281 // one of our own. A malicious client could give us a NULL
2287 if (s.client != NULL) {
2288 sp<IBinder> binder = IInterface::asBinder(s.client);
2381 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2461 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
2507 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
2533 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
2543 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp216 sp<Client> client(new Client(this));
217 status_t err = client->initCheck();
219 bclient = client;
2107 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2122 // attach this layer to the client
2123 client->attachLayer(handle, lbc);
2197 // one of our own. A malicious client could give us a NULL
2203 if (s.client != NULL) {
2204 sp<IBinder> binder = IInterface::asBinder(s.client);
2208 sp<Client> client( static_cas
2297 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2377 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
2423 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
2449 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
2459 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp146 // A notification client is always registered by AudioSystem when the client process
148 void AudioPolicyService::registerClient(const sp<IAudioPolicyServiceClient>& client) argument
150 if (client == 0) {
151 ALOGW("%s got NULL client", __FUNCTION__);
159 client,
161 ALOGV("registerClient() client %p, uid %d", client.get(), uid);
165 sp<IBinder> binder = IInterface::asBinder(client);
181 // removeNotificationClient() is called when the client proces
277 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.java453 * Windows that are being resized. Used so we can tell the client about
1172 final IWindow client = win.mClient;
1183 if (localLOGV) Slog.v(TAG_WM, "Figuring out where to add app window " + client.asBinder()
1868 public int addWindow(Session session, IWindow client, int seq, argument
1901 if (mWindowMap.containsKey(client.asBinder())) {
1902 Slog.w(TAG_WM, "Window " + client + " is already added");
2049 WindowState win = new WindowState(this, session, client, token,
2054 Slog.w(TAG_WM, "Adding window client " + client.asBinder()
2122 mWindowMap.put(client
2385 removeWindow(Session session, IWindow client) argument
2691 setTransparentRegionWindow(Session session, IWindow client, Region region) argument
2708 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
2739 getWindowDisplayFrame(Session session, IWindow client, Rect outDisplayFrame) argument
2779 repositionChild(Session session, IWindow client, int left, int top, int right, int bottom, long frameNumber, Rect outFrame) argument
2837 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
3212 performDeferredDestroyWindow(Session session, IWindow client) argument
3229 outOfMemoryWindow(Session session, IWindow client) argument
3245 finishDrawingWindow(Session session, IWindow client) argument
7221 viewServerListWindows(Socket client) argument
7279 viewServerGetFocusedWindow(Socket client) argument
7337 viewServerWindowCommand(Socket client, String command, String parameters) argument
8973 openSession(IWindowSessionCallback callback, IInputMethodClient client, IInputContext inputContext) argument
8982 inputMethodClientHasFocus(IInputMethodClient client) argument
9404 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
9409 windowForClientLocked(Session session, IBinder client, boolean throwOnError) argument
11453 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.java201 java.lang.String client = config.getClientCertificateAlias();
202 if (!TextUtils.isEmpty(client)) {
203 // a valid client certificate is configured
513 // Remove client key+cert
565 String client = config.getClientCertificateAlias();
566 // a valid client certificate is configured
567 if (!TextUtils.isEmpty(client)) {
568 if (DBG) Log.d(TAG, "removing client private key and user cert");
569 mKeyStore.delete(Credentials.USER_PRIVATE_KEY + client, Process.WIFI_UID);
570 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 584 milliseconds

12345678910