Searched refs:client (Results 226 - 250 of 313) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/content/
H A DContentProviderClient.java495 * Closes this client connection, indicating to the system that the
536 * client. If the {@link ContentProvider} is running in a different process then
548 public static void releaseQuietly(ContentProviderClient client) { argument
549 if (client != null) {
551 client.release();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallback.java339 WifiP2pDevice client = new WifiP2pDevice();
342 client.deviceAddress = NativeUtil.macAddressFromByteArray(srcAddress);
348 group.addClient(client);
/frameworks/av/services/audioflinger/
H A DTrackBase.h58 const sp<Client>& client,
H A DTracks.cpp68 const sp<Client>& client,
82 mClient(client),
136 if (client != 0) {
137 mCblkMemory = client->heap()->allocate(size);
141 client->heap()->dump("AudioTrack");
249 // Client destructor must run with AudioFlinger client mutex locked
251 // If the client's reference count drops to zero, the associated destructor
364 const sp<Client>& client,
377 : TrackBase(thread, client, sampleRate, format, channelMask, frameCount,
400 // 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, uid_t clientUid, bool isOut, alloc_type alloc, track_type type, audio_port_handle_t portId) argument
362 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, uid_t uid, audio_output_flags_t flags, track_type type, audio_port_handle_t portId) argument
1562 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, uid_t uid, audio_input_flags_t flags, track_type type, audio_port_handle_t portId) argument
[all...]
H A DAudioFlinger.h96 // Max shared memory size for audio tracks and audio records per client process
177 virtual void registerClient(const sp<IAudioFlingerClient>& client);
296 const MmapStreamInterface::Client& client,
459 const sp<IAudioFlingerClient>& client,
544 // server side of the client's IAudioTrack
570 // server side of the client's IAudioRecord
598 virtual status_t start(const MmapStreamInterface::Client& client,
802 // Audio data transfer is directly handled by the client creating the MMAP stream
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java232 IInputMethodClient client, IBinder windowToken, int controlFlags,
230 startInputOrWindowGainedFocus( int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext, int missingMethodFlags) argument
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dpayload.h6 #include <pdx/client.h>
112 // Implements the payload interface for client-side RPCs. Handles gathering file
/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/base/core/java/android/webkit/
H A DWebViewProvider.java235 public void setWebViewClient(WebViewClient client); argument
241 public void setWebChromeClient(WebChromeClient client); argument
/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.cpp252 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { argument
253 status_t err = client->initCheck();
255 return client;
2584 ALOGV("Rendering client layers");
2649 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2676 // attach this layer to the client
2677 client->attachLayer(handle, lbc);
2778 // one of our own. A malicious client could give us a NULL
2784 if (s.client != NULL) {
2785 sp<IBinder> binder = IInterface::asBinder(s.client);
2881 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
3001 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, uint32_t windowType, uint32_t ownerUid, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent) argument
3076 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
3102 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
3112 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp232 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { argument
233 status_t err = client->initCheck();
235 return client;
2314 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2341 // attach this layer to the client
2342 client->attachLayer(handle, lbc);
2443 // one of our own. A malicious client could give us a NULL
2449 if (s.client != NULL) {
2450 sp<IBinder> binder = IInterface::asBinder(s.client);
2453 sp<Client> client( static_cas
2546 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2661 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, uint32_t windowType, uint32_t ownerUid, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent) argument
2736 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
2762 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
2772 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp97 // A notification client is always registered by AudioSystem when the client process
99 void AudioPolicyService::registerClient(const sp<IAudioPolicyServiceClient>& client) argument
101 if (client == 0) {
102 ALOGW("%s got NULL client", __FUNCTION__);
110 client,
112 ALOGV("registerClient() client %p, uid %d", client.get(), uid);
116 sp<IBinder> binder = IInterface::asBinder(client);
132 // removeNotificationClient() is called when the client proces
226 NotificationClient(const sp<AudioPolicyService>& service, const sp<IAudioPolicyServiceClient>& client, uid_t uid) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java121 * the client's IServiceConnection.
1192 if (modCr != null && modCr.binding.client != null) {
1193 if (modCr.binding.client.activities.size() <= 0) {
1194 // This connection is from a client without activities, so adding
1207 if (cr.binding.client == null || cr.binding.client == proc) {
1211 if (cr.binding.client.activities.size() > 0) {
1419 b.client.connections.add(c);
1421 b.client.hasAboveClient = true;
1453 || s.app.treatLikeActivity, b.client);
[all...]
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp180 ALOGE("Client composition requested but no client target buffer");
820 sp<VrComposerClient> client; local
822 client = new VrComposerClient(*this);
823 client->initialize();
825 ALOGE("Already have a client");
829 client_ = client;
830 hidl_cb(status, client);
/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/av/media/libaudioclient/
H A DIAudioFlinger.cpp436 virtual void registerClient(const sp<IAudioFlingerClient>& client) argument
440 data.writeStrongBinder(IInterface::asBinder(client));
718 const sp<IEffectClient>& client,
740 data.writeStrongBinder(IInterface::asBinder(client));
1147 sp<IAudioFlingerClient> client = interface_cast<IAudioFlingerClient>( local
1149 registerClient(client);
1322 sp<IEffectClient> client = interface_cast<IEffectClient>(data.readStrongBinder()); local
1333 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId,
716 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, pid_t pid, status_t *status, int *id, int *enabled) argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp339 wp<MediaRecorderClient> client(this);
340 mMediaPlayerService->removeMediaRecorderClient(client);
/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl60 void createSession(in ITvInputClient client, in String inputId, boolean isRecordingSession,
/frameworks/av/include/media/
H A DIAudioPolicyService.h151 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) = 0;
/frameworks/av/media/libaudioclient/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 1120 milliseconds

1234567891011>>