OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCallingUid
(Results
26 - 44
of
44
) sorted by null
1
2
/frameworks/av/media/libaaudio/src/binding/
IAAudioService.cpp
275
request.setUserId(IPCThreadState::self()->
getCallingUid
());
/frameworks/av/media/libstagefright/
MediaExtractorFactory.cpp
343
const int uid = ipc->
getCallingUid
();
MediaCodec.cpp
536
mUid = IPCThreadState::self()->
getCallingUid
();
[
all
...]
/frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp
121
uid_t uid = IPCThreadState::self()->
getCallingUid
();
143
uid_t uid = IPCThreadState::self()->
getCallingUid
();
157
uid_t uid = IPCThreadState::self()->
getCallingUid
();
658
IPCThreadState::self()->
getCallingUid
());
[
all
...]
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
528
int callingUid = CameraThreadState::
getCallingUid
();
782
int uid = CameraThreadState::
getCallingUid
();
[
all
...]
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
323
IPCThreadState::self()->
getCallingUid
());
326
IPCThreadState::self()->
getCallingUid
());
429
IPCThreadState::self()->
getCallingUid
());
752
mAudioOutput = new AudioOutput(mAudioSessionId, IPCThreadState::self()->
getCallingUid
(),
[
all
...]
StagefrightRecorder.cpp
928
mClientUid = IPCThreadState::self()->
getCallingUid
();
[
all
...]
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
CtsDownloadService.java
159
int packageUid = Binder.
getCallingUid
();
/frameworks/av/services/mediaresourcemanager/
ResourceManagerService.cpp
142
IPCThreadState::self()->
getCallingUid
());
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageManager.java
558
packagesForUid.put(Binder.
getCallingUid
(), packagesForCallingUid);
560
uidForPackage.put(packageName, Binder.
getCallingUid
());
[
all
...]
/frameworks/av/media/libaudioclient/
IAudioFlinger.cpp
[
all
...]
AudioRecord.cpp
317
mClientUid = IPCThreadState::self()->
getCallingUid
();
[
all
...]
IAudioPolicyService.cpp
[
all
...]
AudioTrack.cpp
556
mClientUid = IPCThreadState::self()->
getCallingUid
();
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp
503
CameraThreadState::
getCallingUid
(), nullptr, 0);
[
all
...]
/frameworks/av/services/audioflinger/
Tracks.cpp
108
const uid_t callingUid = IPCThreadState::self()->
getCallingUid
();
[
all
...]
Threads.cpp
[
all
...]
/frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp
[
all
...]
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp
[
all
...]
Completed in 362 milliseconds
1
2