Home
last modified time | relevance | path

Searched refs:profileType (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h78 audio_devices_t profileType = mSupportedDevices[k]->type(); in getSupportedDeviceForType() local
79 if (profileType & deviceType) { in getSupportedDeviceForType()
80 return profileType; in getSupportedDeviceForType()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl110 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType); in profilerControl() argument
DIActivityManager.aidl221 in ProfilerInfo profilerInfo, int profileType); in profileControl() argument
DActivityThread.java1025 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl() argument
1026 sendMessage(H.PROFILER_CONTROL, profilerInfo, start ? 1 : 0, profileType); in profilerControl()
5144 final void handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in handleProfilerControl() argument
5147 switch (profileType) { in handleProfilerControl()
5160 switch (profileType) { in handleProfilerControl()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3673 audio_devices_t profileType = outProfile->getSupportedDevicesType(); in AudioPolicyManager() local
3674 if ((profileType & mDefaultOutputDevice->type()) != AUDIO_DEVICE_NONE) { in AudioPolicyManager()
3675 profileType = mDefaultOutputDevice->type(); in AudioPolicyManager()
3679 profileType = outProfile->getSupportedDeviceForType(outputDeviceTypes); in AudioPolicyManager()
3681 if ((profileType & outputDeviceTypes) == 0) { in AudioPolicyManager()
3687 const DeviceVector &devicesForType = supportedDevices.getDevicesFromType(profileType); in AudioPolicyManager()
3691 outputDesc->mDevice = profileType; in AudioPolicyManager()
3746 audio_devices_t profileType = inProfile->getSupportedDeviceForType(inputDeviceTypes); in AudioPolicyManager() local
3748 if ((profileType & inputDeviceTypes) == 0) { in AudioPolicyManager()
3754 inputDesc->mDevice = profileType; in AudioPolicyManager()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java695 int profileType = 0;
772 if (!mInterface.profileControl(process, userId, start, profilerInfo, profileType)) {
DActivityManagerService.java23409 private void stopProfilerLocked(ProcessRecord proc, int profileType) {
23412 profileType = mProfileType;
23419 proc.thread.profilerControl(false, null, profileType);
23438 ProfilerInfo profilerInfo, int profileType) throws RemoteException {
23467 mProfileType = profileType;
23475 proc.thread.profilerControl(start, profilerInfo, profileType);
23483 stopProfilerLocked(proc, profileType);