OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestorId
(Results
1 - 9
of
9
) sorted by null
/hardware/interfaces/gnss/1.0/
IGnssNiCallback.hal
103
string
requestorId
;
112
*
requestorId
decoding scheme.
/hardware/interfaces/gnss/1.0/default/
GnssNi.cpp
69
.
requestorId
= notification->requestor_id,
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
131
public String
requestorId
;
255
+ "
requestorId
: " + notif.
requestorId
402
",
requestorId
: " + notif.
requestorId
+
568
decodeString(notif.
requestorId
, mIsHexInput, notif.requestorIdEncoding),
584
decodeString(notif.
requestorId
, mIsHexInput, notif.requestorIdEncoding),
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java
268
final int
requestorId
= 1341234;
278
DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId,
requestorId
,
304
final int
requestorId
= 1341234;
314
DataPathEndPointInfo res = initDataPathEndPoint(true, clientId, pubSubId,
requestorId
,
363
final int
requestorId
= 1341234;
390
requestorId
+ i, peerDiscoveryMac, inOrder, inOrderM, false);
406
eq(
requestorId
+ i),
[
all
...]
WifiAwareStateManagerTest.java
[
all
...]
/frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp
820
jstring
requestorId
= env->NewStringUTF(notification.
requestorId
.c_str());
823
if (
requestorId
&& text) {
827
notification.defaultResponse,
requestorId
, text,
834
if (
requestorId
) {
835
env->DeleteLocalRef(
requestorId
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java
[
all
...]
/hardware/qcom/gps/msm8998/android/location_api/
GnssAPIClient.cpp
326
notificationGnss.
requestorId
= gnssNiNotification.requestor;
/hardware/qcom/gps/sdm845/android/location_api/
GnssAPIClient.cpp
326
notificationGnss.
requestorId
= gnssNiNotification.requestor;
Completed in 310 milliseconds