Searched defs:client (Results 26 - 50 of 136) sorted by relevance

123456

/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DJDWPClassDataRetriever.java36 private final Client client; field in class:JDWPClassDataRetriever
42 public JDWPClassDataRetriever(Client client) { argument
43 this.client = client;
53 public Map<String, String> getClassData(Client client) { argument
54 return new JDWPClassDataRetriever(client).retrieve();
58 if (client == null) {
62 settings = createTestOptions("localhost:" + String.valueOf(client.getDebuggerListenPort()));
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java17 package android.bluetooth.client.map;
H A DBluetoothMasRequestPushMessage.java17 package android.bluetooth.client.map;
26 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
27 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;
H A DBluetoothMnsObexServer.java17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMnsService.java17 package android.bluetooth.client.map;
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorFilter.java39 CursorFilter(CursorFilterClient client) { argument
40 mClient = client;
/frameworks/av/media/libstagefright/
H A DFileSource.cpp195 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
198 *client = mDrmManagerClient;
H A DStagefrightMediaScanner.cpp59 MediaScannerClient &client) {
62 client.setLocale(locale());
63 client.beginFile();
64 MediaScanResult result = processFileInternal(path, mimeType, client);
65 client.endFile();
71 MediaScannerClient &client) {
101 status = client.setMimeType(value);
133 status = client.addStringTag(kKeyMap[i].tag, value);
57 processFile( const char *path, const char *mimeType, MediaScannerClient &client) argument
69 processFileInternal( const char *path, const char * , MediaScannerClient &client) argument
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
62 mSource->getDrmInfo(handle, client);
/frameworks/av/radio/
H A DIRadioService.cpp81 const sp<IRadioClient>& client,
89 data.writeStrongBinder(IInterface::asBinder(client));
154 sp<IRadioClient> client = local
165 status_t status = attach(handle, client, configPtr, withAudio, radio);
80 attach(radio_handle_t handle, const sp<IRadioClient>& client, const struct radio_band_config *config, bool withAudio, sp<IRadio>& radio) argument
/frameworks/av/soundtrigger/
H A DISoundTriggerHwService.cpp81 const sp<ISoundTriggerClient>& client,
87 data.writeStrongBinder(IInterface::asBinder(client));
156 sp<ISoundTriggerClient> client = local
159 status_t status = attach(handle, client, module);
80 attach(const sound_trigger_module_handle_t handle, const sp<ISoundTriggerClient>& client, sp<ISoundTrigger>& module) argument
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplaySessionInfo.java43 boolean client = (in.readInt() != 0);
49 return new WifiDisplaySessionInfo(client, session, group, pp, ip);
63 boolean client, int session, String group, String pp, String ip) {
64 mClient = client;
62 WifiDisplaySessionInfo( boolean client, int session, String group, String pp, String ip) argument
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileBridgeTest.java38 private FileBridgeOutputStream client; field in class:FileBridgeTest
52 client = new FileBridgeOutputStream(bridge.getClientSocket());
66 client.close();
84 client.flush();
90 client.write("meow".getBytes(StandardCharsets.UTF_8));
97 client.write("cake".getBytes(StandardCharsets.UTF_8));
98 client.flush();
105 client.write("meow".getBytes(StandardCharsets.UTF_8));
106 client.flush();
107 client
[all...]
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DHprof.java48 public static File doHprof(Client client, int timeout) { argument
49 GetHprof gh = new GetHprof(client, timeout);
119 private Client client; field in class:Hprof.GetHprof
121 public GetHprof(Client client, long timeout) { argument
122 this.client = client;
129 client.dumpHprof();
152 if (client == arg0) {
168 if (client == arg1) {
184 if (client
207 getClassData(Client client) argument
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DBmsgTokenizer.java17 package android.bluetooth.client.map.utils;
H A DObexAppParameters.java17 package android.bluetooth.client.map.utils;
/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/av/include/media/stagefright/
H A DDataSource.h120 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; argument
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp67 const sp<IMediaPlayerClient>& client, audio_session_t audioSessionId) {
70 data.writeStrongBinder(IInterface::asBinder(client));
115 const sp<IRemoteDisplayClient>& client, const String8& iface)
120 data.writeStrongBinder(IInterface::asBinder(client));
144 sp<IMediaPlayerClient> client = local
147 sp<IMediaPlayer> player = create(client, audioSessionId);
191 sp<IRemoteDisplayClient> client(
193 if (client == NULL) {
198 sp<IRemoteDisplay> display(listenForRemoteDisplay(opPackageName, client, iface));
66 create( const sp<IMediaPlayerClient>& client, audio_session_t audioSessionId) argument
114 listenForRemoteDisplay(const String16 &opPackageName, const sp<IRemoteDisplayClient>& client, const String8& iface) argument
H A DIResourceManagerService.cpp76 const sp<IResourceManagerClient> client,
82 data.writeStrongBinder(IInterface::asBinder(client));
133 sp<IResourceManagerClient> client(
135 if (client == NULL) {
140 addResource(pid, clientId, client, resources);
73 addResource( int pid, int64_t clientId, const sp<IResourceManagerClient> client, const Vector<MediaResource> &resources) argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp104 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client, argument
106 GET_PLAYER_TYPE_IMPL(client, url);
109 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client, argument
113 GET_PLAYER_TYPE_IMPL(client, fd, offset, length);
116 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client, argument
118 GET_PLAYER_TYPE_IMPL(client, source);
121 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client, argument
123 GET_PLAYER_TYPE_IMPL(client, source);
174 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
206 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
[all...]
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp176 sp<DecryptHandle> &handle, DrmManagerClient **client) {
178 *client = mDrmManagerClient;
175 getDrmInfo( sp<DecryptHandle> &handle, DrmManagerClient **client) argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.cpp32 sp<Camera2Client> client) :
34 mClient(client),
42 SharedParameters::Lock l(client->getParameters());
44 if (client->getCameraDeviceVersion() >= CAMERA_DEVICE_API_VERSION_3_2) {
72 sp<Camera2Client> client = mClient.promote(); local
73 if (!client.get()) {
79 if (client->getCameraDeviceVersion() >= CAMERA_DEVICE_API_VERSION_3_2) {
91 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) {
96 process3aState(frame, client);
103 const sp<Camera2Client> &client) {
31 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client) argument
102 processFaceDetect(const CameraMetadata &frame, const sp<Camera2Client> &client) argument
247 process3aState(const CaptureResult &frame, const sp<Camera2Client> &client) argument
392 callbackFaceDetection(sp<Camera2Client> client, const camera_frame_metadata &metadata) argument
[all...]
/frameworks/av/services/radio/
H A DRadioService.h55 const sp<IRadioClient>& client,
74 sp<ModuleClient> addClient(const sp<IRadioClient>& client,
123 wp<ModuleClient> mModuleClient; // client module the thread belongs to
135 const sp<IRadioClient>& client,
166 sp<IRadioClient> client() const { return mClient; } function in class:android::RadioService::ModuleClient
185 wp<Module> mModule; // The module this client is attached to
191 // this client does not have control on any

Completed in 7750 milliseconds

123456