OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AID_MEDIA
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/services/medialog/
MediaLogService.cpp
31
if (IPCThreadState::self()->getCallingUid() !=
AID_MEDIA
|| shared == 0 ||
44
if (IPCThreadState::self()->getCallingUid() !=
AID_MEDIA
|| shared == 0) {
61
if (!(IPCThreadState::self()->getCallingUid() ==
AID_MEDIA
||
/frameworks/native/cmds/servicemanager/
service_manager.c
30
{
AID_MEDIA
, "media.audio_flinger" },
31
{
AID_MEDIA
, "media.log" },
32
{
AID_MEDIA
, "media.player" },
33
{
AID_MEDIA
, "media.camera" },
34
{
AID_MEDIA
, "media.audio_policy" },
48
{
AID_MEDIA
, "common_time.clock" },
49
{
AID_MEDIA
, "common_time.config" },
/system/core/include/private/
android_filesystem_config.h
56
#define
AID_MEDIA
1013 /* mediaserver process */
131
{ "media",
AID_MEDIA
, },
/hardware/qcom/display/msm8960/libqservice/
IQService.cpp
94
const bool permission = (callerUid ==
AID_MEDIA
);
/hardware/qcom/display/msm8974/libqservice/
IQService.cpp
94
const bool permission = (callerUid ==
AID_MEDIA
);
/hardware/qcom/display/msm8x26/libqservice/
IQService.cpp
94
const bool permission = (callerUid ==
AID_MEDIA
);
/frameworks/av/drm/drmserver/
DrmManagerService.cpp
50
trustedUids.push(
AID_MEDIA
);
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
[
all
...]
Completed in 215 milliseconds