Searched refs:client (Results 26 - 50 of 242) sorted by last modified time

12345678910

/frameworks/native/services/surfaceflinger/
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 DLayer.h139 Layer(SurfaceFlinger* flinger, const sp<Client>& client,
H A DLayerDim.cpp38 LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client, argument
40 : Layer(flinger, client, name, w, h, flags) {
H A DLayerDim.h32 LayerDim(SurfaceFlinger* flinger, const sp<Client>& client,
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.h285 uint32_t setClientStateLocked(const sp<Client>& client, const layer_state_t& s);
291 status_t createLayer(const String8& name, const sp<Client>& client,
295 status_t createNormalLayer(const sp<Client>& client, const String8& name,
300 status_t createDimLayer(const sp<Client>& client, const String8& name,
306 status_t onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle);
317 status_t addClientLayer(const sp<Client>& client,
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/native/vulkan/include/vulkan/
H A Dvk_platform.h105 #include <wayland-client.h>
H A Dvulkan.h3580 #include <wayland-client.h>
/frameworks/opt/bluetooth/
H A DAndroid.mk6 src_dirs:= src/android/bluetooth/client/pbap
11 LOCAL_MODULE:= android.bluetooth.client.pbap
21 src_dirs:= src/android/bluetooth/client/map
26 LOCAL_MODULE:= android.bluetooth.client.map
/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;
H A DBluetoothMasRequestGetFolderListing.java17 package android.bluetooth.client.map;
18 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestGetFolderListingSize.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestGetMessage.java17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
23 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestGetMessagesListing.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.BluetoothMasClient.MessagesFilter;
20 import android.bluetooth.client.map.utils.ObexAppParameters;
21 import android.bluetooth.client.map.utils.ObexTime;

Completed in 296 milliseconds

12345678910