Searched refs:Client (Results 26 - 50 of 53) sorted by relevance

123

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp343 ALOGI("%s: Client for camera ID %s evicted due to device status change from HAL",
837 sp<Client> tmp = nullptr;
838 if (!(ret = connectHelper<ICameraClient,Client>(
1048 ALOGE("%s: Invalid state: Client for camera %s was not removed in disconnect",
1261 sp<Client> client = nullptr;
1262 ret = connectHelper<ICameraClient,Client>(cameraClient, id,
1306 sp<Client> client = nullptr;
1307 ret = connectHelper<ICameraClient,Client>(cameraClient, id, halVersion,
2017 CameraService::Client::Client(cons function in class:android::CameraService::Client
[all...]
H A DCameraService.h64 class Client;
161 // Client functionality
285 class Client : public hardware::BnCamera, public BasicClient class in class:android::CameraService
316 Client(const sp<CameraService>& cameraService,
324 ~Client();
343 static sp<CameraService::Client> getClientFromCookie(void* user);
350 }; // class Client
948 // Assume we have always received a Client subclass for API1
949 sp<Client> shimClient = reinterpret_cast<Client*>(clien
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.h42 #include "Client.h"
57 class Client;
143 Layer(SurfaceFlinger* flinger, const sp<Client>& client,
530 // Client) or mOverrideScalingMode mode (originating from
610 const wp<Client> mClientRef;
H A DAndroid.mk8 Client.cpp \
H A DSurfaceFlinger.cpp62 #include "Client.h"
218 sp<Client> client(new Client(this));
1413 if (layer->getCompositionType(hwcId) == HWC2::Composition::Client) {
2153 case HWC2::Composition::Client: {
2191 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client,
2286 // that we have a Client*. however, RTTI is disabled in Android.
2292 sp<Client> client( static_cast<Client *>(s.client.get()) );
2382 const sp<Client>
[all...]
H A DSurfaceFlinger_hwc1.cpp64 #include "Client.h"
216 sp<Client> client(new Client(this));
2107 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client,
2202 // that we have a Client*. however, RTTI is disabled in Android.
2208 sp<Client> client( static_cast<Client *>(s.client.get()) );
2298 const sp<Client>& client,
2379 const sp<Client>& client,
2423 status_t SurfaceFlinger::createNormalLayer(const sp<Client>
[all...]
H A DLayer.cpp64 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client,
177 sp<Client> c(mClientRef.promote());
730 // Client layers
733 ALOGV("[%s] Requesting Client composition", mName.string());
734 setCompositionType(hwcId, HWC2::Composition::Client);
1089 // have a HWC counterpart, then it will always be Client
1090 return HWC2::Composition::Client;
2201 sp<Client> client(mClientRef.promote());
2317 HWC2::Composition::Client : true;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h32 class CameraClient : public CameraService::Client
H A DCamera2Client.h49 public Camera2ClientBase<CameraService::Client>
H A DCameraClient.cpp43 Client(cameraService, cameraClient, clientPackageName,
119 size_t len = snprintf(buffer, SIZE, "Client[%d] (%p) with UID %d\n",
270 CameraService::Client::disconnect();
/frameworks/av/services/audioflinger/
H A DEffects.h174 const sp<AudioFlinger::Client>& client,
227 /*const*/ sp<Client> mClient; // client for shared memory allocation, see disconnect()
H A DPlaybackTracks.h26 const sp<Client>& client,
H A DAudioFlinger.cpp87 static const char kClientLockedString[] = "Client lock is taken\n";
329 sp<Client> client = mClients.valueAt(i).promote();
502 sp<AudioFlinger::Client> AudioFlinger::registerPid(pid_t pid)
506 // (for which promote() is always != 0), otherwise create a new entry and Client.
507 sp<Client> client = mClients.valueFor(pid).promote();
509 client = new Client(this, pid);
593 sp<Client> client;
714 // remove local strong reference to Client before deleting the Track so that the
715 // Client destructor is called by the TrackBase destructor with mClientLock held
1421 AudioFlinger::Client function in class:android::AudioFlinger::Client
[all...]
H A DThreads.h292 const sp<AudioFlinger::Client>& client,
581 const sp<AudioFlinger::Client>& client,
1282 const sp<AudioFlinger::Client>& client,
H A DTracks.cpp68 const sp<Client>& client,
231 // Client destructor must run with AudioFlinger client mutex locked
336 const sp<Client>& client,
463 result.append(" Name Active Client Type Fmt Chn mask Session fCount S F SRate "
1473 const sp<Client>& client,
1611 result.append(" Active Client Fmt Chn mask Session S Server fCount SRate\n");
H A DEffects.cpp1095 const sp<AudioFlinger::Client>& client,
1253 // Client destructor must run with AudioFlinger client mutex locked
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationAnalyzer.java59 L.setClient(new L.Client() {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp160 case HWC2::Composition::Client:
165 valid = (to == HWC2::Composition::Client);
169 valid = (to == HWC2::Composition::Client ||
531 case HWC2::Composition::Client:
H A DHWC2On1Adapter.cpp1649 output << " Client target: " << mClientTarget.getBuffer() << '\n';
1898 if (layer.getCompositionType() != Composition::Client) {
1899 mChanges->addTypeChange(layerId, Composition::Client);
2300 case Composition::Client:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DCivicLocationElement.java15 public enum LocationType {DHCPServer, NwkElement, Client} enum constant in enum:CivicLocationElement.LocationType
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUClient.java166 certs.put(OSUCertType.Client, estHandler.getClientCerts());
282 certs.put(OSUCertType.Client, estHandler.getClientCerts());
H A DOSUManager.java266 setName("OSU Client Thread");
280 setName("OSU Client Thread");
293 Log.d(TAG, "Client notified...");
868 X509Certificate cltCert = getCert(certs, OSUCertType.Client);
963 clientCerts = certs.get(OSUCertType.Client);
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp61 ALOGI("Camera %d: Opened. Client: %s (PID %d, UID %d)", cameraId,
121 ALOGI("Closed Camera %d. Client was: %s (PID %d, UID %u)",
375 template class Camera2ClientBase<CameraService::Client>;
/frameworks/base/media/java/android/media/
H A DMediaRouter.java358 Client client = new Client();
578 final class Client extends IMediaRouterClient.Stub { class in class:MediaRouter.Static
584 if (Client.this == mClient) {
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DWifiNetworkAdapter.java228 certs.get(OSUCertType.Client), privateKey);

Completed in 969 milliseconds

123