OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callingPid
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/services/camera/libcameraservice/
CameraService.cpp
145
int
callingPid
= getCallingPid();
148
LOG1("CameraService::connect E (pid %d, id %d)",
callingPid
, cameraId);
158
callingPid
, cameraId);
166
LOGI("Camera is disabled. connect X (pid %d) rejected",
callingPid
);
176
callingPid
);
180
callingPid
);
189
" (camera %d is still busy).",
callingPid
, cameraId);
208
client = new Client(this, cameraClient, hardware, cameraId, info.facing,
callingPid
);
215
int
callingPid
= getCallingPid();
216
LOG1("CameraService::removeClient E (pid %d)",
callingPid
);
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java
156
* @param
callingPid
the process ID of the process that is issuing this request
164
public int startUsingNetworkFeature(String feature, int
callingPid
, int callingUid) {
173
* @param
callingPid
the process ID of the process that is issuing this request
181
public int stopUsingNetworkFeature(String feature, int
callingPid
, int callingUid) {
/frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java
42
final int
callingPid
; // the pid of who sent this
91
pw.print(" pid="); pw.print(
callingPid
);
172
callingPid
= _callingPid;
ActivityStack.java
[
all
...]
ActivityManagerService.java
[
all
...]
/frameworks/base/core/java/android/net/
EthernetDataTracker.java
267
* @param
callingPid
the process ID of the process that is issuing this request
275
public int startUsingNetworkFeature(String feature, int
callingPid
, int callingUid) {
284
* @param
callingPid
the process ID of the process that is issuing this request
292
public int stopUsingNetworkFeature(String feature, int
callingPid
, int callingUid) {
/frameworks/base/services/java/com/android/server/
NotificationManagerService.java
464
int
callingPid
= Binder.getCallingPid();
493
record = new ToastRecord(
callingPid
, pkg, callback, duration);
496
keepProcessAliveLocked(
callingPid
);
672
public void enqueueNotificationInternal(String pkg, int callingUid, int
callingPid
,
675
enqueueNotificationInternal(pkg, callingUid,
callingPid
, tag, id,
681
public void enqueueNotificationInternal(String pkg, int callingUid, int
callingPid
,
726
callingUid,
callingPid
,
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
[
all
...]
Completed in 110 milliseconds