Searched defs:client (Results 1 - 25 of 136) sorted by last modified time

123456

/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorFilter.java39 CursorFilter(CursorFilterClient client) { argument
40 mClient = client;
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DHttpClientStack.java26 import org.apache.http.client.HttpClient;
27 import org.apache.http.client.methods.HttpDelete;
28 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
29 import org.apache.http.client.methods.HttpGet;
30 import org.apache.http.client.methods.HttpHead;
31 import org.apache.http.client.methods.HttpOptions;
32 import org.apache.http.client.methods.HttpPost;
33 import org.apache.http.client.methods.HttpPut;
34 import org.apache.http.client.methods.HttpTrace;
35 import org.apache.http.client
55 HttpClientStack(HttpClient client) argument
[all...]
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsServiceConnection.java25 * client implementing this is responsible for handling changes related with the lifetime of the
40 * @param client {@link CustomTabsClient} that contains the {@link IBinder} with which the
42 * using this client.
44 public abstract void onCustomTabsServiceConnected(ComponentName name, CustomTabsClient client); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java37 * client that enabled that range (or else rejected).
49 * <p>When a client is added, the IntRange may merge with one or more
51 * <p>When a client is removed, the IntRange may divide into several
61 * Create a new IntRange with a single client.
64 * @param client the client requesting the enabled range
66 IntRange(int startId, int endId, String client) { argument
70 mClients.add(new ClientRange(startId, endId, client));
118 // ignore duplicate ranges from the same client
125 // there may be more client followin
152 ClientRange(int startId, int endId, String client) argument
193 enableRange(int startId, int endId, String client) argument
437 disableRange(int startId, int endId, String client) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java607 TestIntRangeManager testManager, int startId, int endId, String client) {
610 assertTrue("enabling range", testManager.enableRange(startId, endId, client));
606 verifyAddChannel( TestIntRangeManager testManager, int startId, int endId, String client) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiTrafficPoller.java104 void addClient(Messenger client) { argument
105 Message.obtain(mTrafficHandler, ADD_CLIENT, client).sendToTarget();
108 void removeClient(Messenger client) { argument
109 Message.obtain(mTrafficHandler, REMOVE_CLIENT, client).sendToTarget();
213 for (Messenger client : mClients) {
218 client.send(msg);
/frameworks/native/include/private/gui/
H A DLayerState.h105 sp<ISurfaceComposerClient> client; member in struct:android::ComposerState
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp99 if (lhs.client < rhs.client) return -1;
100 if (lhs.client > rhs.client) return 1;
132 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id);
141 status_t setPosition(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
143 status_t setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
145 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
147 status_t setFlags(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
150 const sp<SurfaceComposerClient>& client, cons
259 getLayerStateLocked( const sp<SurfaceComposerClient>& client, const sp<IBinder>& id) argument
276 setPosition(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, float x, float y) argument
288 setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, uint32_t w, uint32_t h) argument
304 setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, uint32_t z) argument
315 setFlags(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, uint32_t flags, uint32_t mask) argument
333 setTransparentRegionHint( const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, const Region& transparentRegion) argument
345 setAlpha(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, float alpha) argument
356 setLayerStack(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, uint32_t layerStack) argument
367 setMatrix(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, float dsdx, float dtdx, float dsdy, float dtdy) argument
384 setCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, const Rect& crop) argument
395 setFinalCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, const Rect& crop) argument
407 deferTransactionUntil( const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, const sp<IBinder>& handle, uint64_t frameNumber) argument
421 setOverrideScalingMode( const sp<SurfaceComposerClient>& client, const sp<IBinder>& id, int32_t overrideScalingMode) argument
448 setPositionAppliesWithResize( const sp<SurfaceComposerClient>& client, const sp<IBinder>& id) argument
550 sp<ISurfaceComposerClient> client; local
[all...]
H A DSurfaceControl.cpp49 const sp<SurfaceComposerClient>& client,
52 : mClient(client), mHandle(handle), mGraphicBufferProducer(gbp)
79 // that a client living in the same process still holds references which
182 const sp<SurfaceComposerClient>& client(mClient);
183 return client->clearLayerFrameStats(mHandle);
189 const sp<SurfaceComposerClient>& client(mClient);
190 return client->getLayerFrameStats(mHandle, outStats);
196 ALOGE("invalid handle (%p) or client (%p)",
48 SurfaceControl( const sp<SurfaceComposerClient>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbp) argument
/frameworks/native/services/surfaceflinger/
H A DClient.cpp122 Client* client; member in class:android::MessageCreateLayer
132 const String8& name, Client* client,
136 : flinger(flinger), client(client),
142 result = flinger->createLayer(name, client, w, h, format, flags,
131 MessageCreateLayer(SurfaceFlinger* flinger, const String8& name, Client* client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
H A DLayer.cpp62 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client, argument
91 mClientRef(client),
315 * The layer handle is just a BBinder object passed to the client
770 // NOTE: buffer can be NULL if the client never drew into this
880 // SurfaceView because the WindowManager can't know when the client
1387 // the size changed, we need to ask our client to request a new buffer
1413 // record the new size, form this point on, when the client request
2107 sp<Client> client(mClientRef.promote());
2118 " client=%p\n",
2128 client
[all...]
H A DLayerDim.cpp38 LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client, argument
40 : Layer(flinger, client, name, w, h, flags) {
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/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java17 package android.bluetooth.client.map;
H A DBluetoothMapBmessageBuilder.java17 package android.bluetooth.client.map;
H A DBluetoothMapBmessageParser.java17 package android.bluetooth.client.map;
29 import android.bluetooth.client.map.BluetoothMapBmessage.Status;
30 import android.bluetooth.client.map.BluetoothMapBmessage.Type;
31 import android.bluetooth.client.map.utils.BmsgTokenizer;
32 import android.bluetooth.client.map.utils.BmsgTokenizer.Property;
H A DBluetoothMapEventReport.java17 package android.bluetooth.client.map;
H A DBluetoothMapFolderListing.java17 package android.bluetooth.client.map;
H A DBluetoothMapMessage.java17 package android.bluetooth.client.map;
18 import android.bluetooth.client.map.utils.ObexTime;
H A DBluetoothMapMessagesListing.java17 package android.bluetooth.client.map;
H A DBluetoothMapRfcommTransport.java17 package android.bluetooth.client.map;
H A DBluetoothMasClient.java17 package android.bluetooth.client.map;
27 import android.bluetooth.client.map.BluetoothMasRequestSetMessageStatus.StatusIndicator;
28 import android.bluetooth.client.map.utils.ObexTime;
284 /** device associated with client */
287 /** MAS instance associated with client */
313 public SessionHandler(BluetoothMasClient client) { argument
316 mClient = new WeakReference<BluetoothMasClient>(client);
322 BluetoothMasClient client = mClient.get();
323 if (client == null) {
330 client
[all...]
H A DBluetoothMasObexClientSession.java17 package android.bluetooth.client.map;
H A DBluetoothMasRequest.java17 package android.bluetooth.client.map;

Completed in 641 milliseconds

123456