HomeSort by relevance Sort by last modified time
    Searched defs:clientId (Results 1 - 25 of 44) sorted by null

1 2

  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDJoinResponse+Internal.h 18 @property(nonatomic, strong) NSString *clientId;
ARDSignalingChannel.h 40 @property(nonatomic, readonly) NSString *clientId;
46 clientId:(NSString *)clientId;
ARDJoinResponse.h 25 @property(nonatomic, readonly) NSString *clientId;
ARDAppClient+Internal.h 40 @property(nonatomic, strong) NSString *clientId;
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h 37 int64_t clientId;
64 int64_t clientId,
68 virtual void removeResource(int pid, int64_t clientId);
75 void removeResource(int pid, int64_t clientId, bool checkValid);
  /system/chre/host/common/include/chre_host/
socket_server.h 42 * @param clientId A unique identifier for the client that sent this request
47 typedef std::function<void(uint16_t clientId, void *data, size_t len)>
78 * @param clientId
82 bool sendToClientById(const void *data, size_t length, uint16_t clientId);
97 uint16_t clientId;
117 uint16_t clientId);
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
AppRTCClient.java 72 public final String clientId;
80 boolean initiator, String clientId,
85 this.clientId = clientId;
RoomParametersFetcher.java 102 String clientId = roomJson.getString("client_id");
130 Log.d(TAG, "RoomId: " + roomId + ". ClientId: " + clientId);
157 clientId, wssUrl, wssPostUrl,
  /frameworks/av/media/libmedia/
IResourceManagerService.cpp 75 int64_t clientId,
81 data.writeInt64(clientId);
88 virtual void removeResource(int pid, int64_t clientId) {
92 data.writeInt64(clientId);
132 int64_t clientId = data.readInt64();
140 addResource(pid, clientId, client, resources);
147 int64_t clientId = data.readInt64();
148 removeResource(pid, clientId);
  /hardware/ril/rild/
rild.c 123 const char *clientId = NULL;
138 clientId = argv[i+1];
145 if (clientId == NULL) {
146 clientId = "0";
147 } else if (atoi(clientId) >= MAX_RILDS) {
151 if (strncmp(clientId, "0", MAX_CLIENT_ID_LENGTH)) {
153 clientId);
207 rilArgv[argc++] = (char*)clientId;
208 RLOGD("RIL_Init argc = %d clientId = %s", argc, rilArgv[argc-1]);
  /system/chre/host/common/
socket_server.cc 96 pair.second.clientId, strerror(errno));
111 uint16_t clientId = pair.second.clientId;
112 if (sendToClientSocket(data, length, clientSocket, clientId)) {
127 uint16_t clientId) {
132 uint16_t thisClientId = pair.second.clientId;
133 if (thisClientId == clientId) {
152 clientData.clientId = mNextClientId++;
158 if (clientData.clientId == 0) {
182 PRIu16, mClients.size(), clientData.clientId);
    [all...]
  /system/keymaster/contexts/
keymaster2_passthrough_context.cpp 72 keymaster_blob_t clientId;
74 keymaster_blob_t* clientIdPtr = &clientId;
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-oauth2-http/0.3.0/
google-auth-library-oauth2-http-0.3.0.jar 
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareNetworkSpecifier.java 83 public final int clientId;
129 public WifiAwareNetworkSpecifier(int type, int role, int clientId, int sessionId, int peerId,
133 this.clientId = clientId;
149 in.readInt(), // clientId
183 dest.writeInt(clientId);
209 result = 31 * result + clientId;
235 && clientId == lhs.clientId
250 .append(", clientId=").append(clientId
    [all...]
WifiAwareManager.java 293 public void disconnect(int clientId, Binder binder) {
297 mService.disconnect(clientId, binder);
304 public void publish(int clientId, Looper looper, PublishConfig publishConfig,
306 if (VDBG) Log.v(TAG, "publish(): clientId=" + clientId + ", config=" + publishConfig);
313 mService.publish(mContext.getOpPackageName(), clientId, publishConfig,
315 clientId));
322 public void updatePublish(int clientId, int sessionId, PublishConfig publishConfig) {
324 Log.v(TAG, "updatePublish(): clientId=" + clientId + ",sessionId=" + sessionI
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
SubscriptionManager.cpp 87 ClientId clientId,
97 const sp<HalClient>& client = getOrCreateHalClientLocked(clientId, callback);
211 ClientId clientId, const sp<IVehicleCallback>& callback) {
212 auto it = mClients.find(clientId);
215 uint64_t cookie = reinterpret_cast<uint64_t>(clientId);
225 mClients.insert({clientId, client});
232 void SubscriptionManager::unsubscribe(ClientId clientId,
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 206 public String clientId;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareServiceImpl.java 57 * (permission and clientID-UID mapping) checks and delegates execution to the
205 final int clientId;
207 clientId = mNextClientId++;
211 Log.v(TAG, "connect: uid=" + uid + ", clientId=" + clientId + ", configRequest"
218 if (mDbg) Log.v(TAG, "binderDied: clientId=" + clientId);
222 mDeathRecipientsByClientId.delete(clientId);
223 mUidByClientId.delete(clientId);
226 mStateManager.disconnect(clientId);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 230 final String clientId = getClientId(uri);
235 final Cursor c = MetadataDbHelper.queryDictionaries(getContext(), clientId);
242 if (!MetadataDbHelper.isClientKnown(getContext(), clientId)) return null;
247 getDictionaryWordListsForLocale(clientId, locale);
248 // TODO: pass clientId to the following function
265 * @param clientId the ID of the client
269 private ContentValues getWordlistMetadataForWordlistId(final String clientId,
273 final SQLiteDatabase db = MetadataDbHelper.getDb(context, clientId);
301 final String clientId = getClientId(uri);
302 final ContentValues wordList = getWordlistMetadataForWordlistId(clientId, wordlistId)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/
google-oauth-client-1.22.0.jar 
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiAwareManagerFacade.java 119 j.put(NS_KEY_CLIENT_ID, ns.clientId);
140 int type = 0, role = 0, clientId = 0, sessionId = 0, peerId = 0;
152 clientId = j.getInt((NS_KEY_CLIENT_ID));
170 return new WifiAwareNetworkSpecifier(type, role, clientId, sessionId, peerId, peerMac, pmk,
397 @RpcParameter(name = "clientId", description = "The client ID returned when a connection was created") Integer clientId)
401 session = mSessions.get(clientId);
405 "Calling WifiAwareDisconnect before session (client ID " + clientId
413 @RpcParameter(name = "clientId", description = "The client ID returned when a connection was created") Integer clientId,
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareServiceImplTest.java 197 int clientId = doConnect();
199 mDut.disconnect(clientId, mBinderMock);
201 verify(mAwareStateManagerMock).disconnect(clientId);
202 validateInternalStateCleanedUp(clientId);
220 int clientId = doConnect();
222 mDut.disconnect(clientId, mBinderMock);
224 verify(mAwareStateManagerMock).disconnect(clientId);
225 validateInternalStateCleanedUp(clientId);
227 mDut.disconnect(clientId, mBinderMock);
238 int clientId = doConnect()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 96 private static final String INSERT_METADATA_CLIENT_ID_COLUMN = "clientid";
122 * @param clientId the clientId to use
129 private static Uri.Builder getContentUriBuilderForType(final String clientId,
134 final Uri.Builder uriV2Builder = getProviderUriBuilder(clientId);
150 final String clientId = context.getString(R.string.dictionary_pack_client_id);
156 final Uri.Builder builder = getContentUriBuilderForType(clientId, client,
168 reinitializeClientRecordInDictionaryContentProvider(context, client, clientId);
241 final String clientId = context.getString(R.string.dictionary_pack_client_id);
244 wordListUriBuilder = getContentUriBuilderForType(clientId,
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 237 private void storeRequestMap(int clientId, int globalId, ClientInfo clientInfo, int what) {
238 clientInfo.mClientIds.put(clientId, globalId);
239 clientInfo.mClientRequests.put(clientId, what);
243 private void removeRequestMap(int clientId, int globalId, ClientInfo clientInfo) {
244 clientInfo.mClientIds.delete(clientId);
245 clientInfo.mClientRequests.delete(clientId);
394 int clientId = clientInfo.getClientId(id);
395 if (clientId < 0) {
414 clientId, servInfo);
420 clientId, servInfo)
    [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/aware/
WifiAwareManagerTest.java 153 final int clientId = 4565;
166 clientProxyCallback.getValue().onConnectSuccess(clientId);
174 inOrder.verify(mockAwareService).publish(any(), eq(clientId), eq(publishConfig), any());
178 inOrder.verify(mockAwareService).disconnect(eq(clientId), eq(binder.getValue()));
197 final int clientId = 4565;
218 clientProxyCallback.getValue().onConnectSuccess(clientId);
226 inOrder.verify(mockAwareService).subscribe(any(), eq(clientId), eq(subscribeConfig), any());
237 final int clientId = 4565;
247 clientProxyCallback.getValue().onConnectSuccess(clientId);
255 clientProxyCallback.getValue().onConnectSuccess(clientId + 1)
    [all...]

Completed in 362 milliseconds

1 2