Searched refs:getPriority (Results 1 - 25 of 61) sorted by relevance

123

/frameworks/av/include/media/stagefright/
H A DProcessInfoInterface.h25 virtual bool getPriority(int pid, int* priority) = 0;
H A DProcessInfo.h29 virtual bool getPriority(int pid, int* priority);
/frameworks/av/media/libstagefright/foundation/include/
H A DProcessInfoInterface.h25 virtual bool getPriority(int pid, int* priority) = 0;
H A DProcessInfo.h29 virtual bool getPriority(int pid, int* priority);
/frameworks/av/media/libstagefright/include/
H A DProcessInfoInterface.h25 virtual bool getPriority(int pid, int* priority) = 0;
H A DProcessInfo.h29 virtual bool getPriority(int pid, int* priority);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbapClient.aidl33 int getPriority(in BluetoothDevice device);
H A DIBluetoothA2dpSink.aidl35 int getPriority(in BluetoothDevice device);
H A DIBluetoothMap.aidl36 int getPriority(in BluetoothDevice device);
H A DIBluetoothSap.aidl36 int getPriority(in BluetoothDevice device);
H A DIBluetoothA2dp.aidl36 int getPriority(in BluetoothDevice device);
H A DIBluetoothInputDevice.aidl34 int getPriority(in BluetoothDevice device);
H A DIBluetoothMapClient.aidl36 int getPriority(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl34 int getPriority(in BluetoothDevice device);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpSinkProfile.java132 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){
147 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
152 return mService.getPriority(device);
158 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DMapClientProfile.java129 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
143 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
148 return mService.getPriority(device);
154 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DHidProfile.java124 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
129 return mService.getPriority(device);
135 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DPbapClientProfile.java174 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
181 return mService.getPriority(device);
189 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DA2dpProfile.java148 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){
163 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
168 return mService.getPriority(device);
174 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DHeadsetProfile.java133 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
158 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
163 return mService.getPriority(device);
169 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DHfpClientProfile.java143 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON){
160 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
166 return mService.getPriority(device);
173 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DMapProfile.java123 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
144 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
149 return mService.getPriority(device);
155 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
H A DSapProfile.java127 if (mService.getPriority(device) > BluetoothProfile.PRIORITY_ON) {
147 return mService.getPriority(device) > BluetoothProfile.PRIORITY_OFF;
152 return mService.getPriority(device);
158 if (mService.getPriority(device) < BluetoothProfile.PRIORITY_ON) {
/frameworks/av/media/utils/
H A DProcessInfo.cpp31 bool ProcessInfo::getPriority(int pid, int* priority) { function in class:android::ProcessInfo
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java119 public int getPriority() { method in class:MultimediaMessagePdu

Completed in 336 milliseconds

123