HomeSort by relevance Sort by last modified time
    Searched refs:Client (Results 126 - 150 of 276) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/packages/Osu/src/com/android/hotspot2/
WifiNetworkAdapter.java 228 certs.get(OSUCertType.Client), privateKey);
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 242 /// \brief Language options, which can differ from one clone of this client
771 auto Client =
774 IDs, State->DiagOpts.get(), Client);
    [all...]
ASTUnit.cpp 582 /// there is no diagnostic client to capture them already.
585 StoredDiagnosticConsumer Client;
592 : Diags(Diags), Client(StoredDiags), PreviousClient(nullptr)
597 Diags.setClient(&Client, false);
602 if (Diags.getClient() == &Client)
755 // Tell the diagnostic client that we have started a source file.
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 43 Client(cameraService, cameraClient, clientPackageName,
101 // tear down the client
119 size_t len = snprintf(buffer, SIZE, "Client[%d] (%p) with UID %d\n",
165 // lock camera to this client if the the camera is unlocked
171 // returns NO_ERROR if the client already owns the camera, EBUSY otherwise
196 // connect a new client to the camera
197 status_t CameraClient::connect(const sp<hardware::ICameraClient>& client) {
209 (IInterface::asBinder(client) == IInterface::asBinder(mRemoteCallback))) {
210 LOG1("Connect to the same client");
216 mRemoteCallback = client;
770 sp<CameraClient> client = static_cast<CameraClient*>(getClientFromCookie(user).get()); local
790 sp<CameraClient> client = static_cast<CameraClient*>(getClientFromCookie(user).get()); local
823 sp<CameraClient> client = static_cast<CameraClient*>(getClientFromCookie(user).get()); local
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 266 setName("OSU Client Thread");
280 setName("OSU Client Thread");
293 Log.d(TAG, "Client notified...");
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 62 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client,
91 mClientRef(client),
174 sp<Client> c(mClientRef.promote());
315 * The layer handle is just a BBinder object passed to the client
721 // Client or SolidColor layers
726 ALOGV("[%s] Requesting Client composition", mName.string());
727 setCompositionType(hwcId, HWC2::Composition::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
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 68 const sp<Client>& client,
82 mClient(client),
121 if (client != 0) {
122 mCblkMemory = client->heap()->allocate(size);
126 client->heap()->dump("AudioTrack");
233 // Client destructor must run with AudioFlinger client mutex locked
235 // If the client's reference count drops to zero, the associated destructor
338 const sp<Client>& client
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 95 /* The client will composite this layer into the client target buffer
111 * client sets to HWC2_COMPOSITION_SOLID_COLOR, the device must request that
121 * supported on a layer that the client sets to HWC2_COMPOSITION_CURSOR, the
154 /* Instructs the client to provide a new client target buffer, even if no
155 * layers are marked for client composition. */
158 /* Instructs the client to write the result of client composition directly
240 /* The client should clear its target with transparent pixels where thi
    [all...]
  /external/autotest/client/tests/kvm/deps/
whql_submission_15.cs 44 Console.WriteLine("Client machine '{0}' found ({1}, {2})",
162 // Wait for client machines to become available
170 // Create the machine pool and add the client machines to it
188 // Reset client machine
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.3/
ddmlib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.0/
ddmlib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.1/
ddmlib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.3/
ddmlib-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.8.0/
ddmlib-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.9.2/
ddmlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.1/
ddmlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.2/
ddmlib-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.1.0/
ddmlib-23.1.0.jar 

Completed in 728 milliseconds

1 2 3 4 56 7 8 91011>>