/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsCallSession.java | 103 ImsStreamMediaProfile profile) { in callSessionProgressing() 113 ImsCallProfile profile) { in callSessionStarted() 143 ImsCallProfile profile) { in callSessionHeld() 162 ImsCallProfile profile) { in callSessionHoldReceived() 171 ImsCallProfile profile) { in callSessionResumed() 190 ImsCallProfile profile) { in callSessionResumeReceived() 202 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() 229 ImsCallProfile profile) { in callSessionUpdated() 248 ImsCallProfile profile) { in callSessionUpdateReceived() 260 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() [all …]
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSessionListener.aidl | 36 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile); in callSessionProgressing() 37 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile); in callSessionStarted() 44 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile); in callSessionHeld() 46 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionHoldReceived() 47 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed() 49 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumeReceived() 55 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() 64 in ImsCallProfile profile); in callSessionUpdated() 68 in ImsCallProfile profile); in callSessionUpdateReceived() 74 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended() [all …]
|
D | IImsCallSession.aidl | 113 void start(String callee, in ImsCallProfile profile); in start() 126 void startConference(in String[] participants, in ImsCallProfile profile); in startConference() 135 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 158 void hold(in ImsStreamMediaProfile profile); in hold() 167 void resume(in ImsStreamMediaProfile profile); in resume() 187 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCallSessionListenerBase.java | 34 public void callSessionProgressing(IImsCallSession session, ImsStreamMediaProfile profile) { in callSessionProgressing() 39 public void callSessionStarted(IImsCallSession session, ImsCallProfile profile) { in callSessionStarted() 57 public void callSessionHeld(IImsCallSession session, ImsCallProfile profile) { in callSessionHeld() 67 public void callSessionHoldReceived(IImsCallSession session, ImsCallProfile profile) { in callSessionHoldReceived() 72 public void callSessionResumed(IImsCallSession session, ImsCallProfile profile) { in callSessionResumed() 82 public void callSessionResumeReceived(IImsCallSession session, ImsCallProfile profile) { in callSessionResumeReceived() 91 ImsCallProfile profile) { in callSessionMergeStarted() 110 public void callSessionUpdated(IImsCallSession session, ImsCallProfile profile) { in callSessionUpdated() 120 public void callSessionUpdateReceived(IImsCallSession session, ImsCallProfile profile) { in callSessionUpdateReceived() 129 ImsCallProfile profile) { in callSessionConferenceExtended() [all …]
|
D | ImsCall.java | 543 public ImsCall(Context context, ImsCallProfile profile) { in ImsCall() 1044 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1502 private ImsCall createNewCall(ImsCallSession session, ImsCallProfile profile) { in createNewCall() 2057 public void callSessionProgressing(ImsCallSession session, ImsStreamMediaProfile profile) { in callSessionProgressing() 2084 public void callSessionStarted(ImsCallSession session, ImsCallProfile profile) { in callSessionStarted() 2169 public void callSessionHeld(ImsCallSession session, ImsCallProfile profile) { in callSessionHeld() 2239 public void callSessionHoldReceived(ImsCallSession session, ImsCallProfile profile) { in callSessionHoldReceived() 2266 public void callSessionResumed(ImsCallSession session, ImsCallProfile profile) { in callSessionResumed() 2334 public void callSessionResumeReceived(ImsCallSession session, ImsCallProfile profile) { in callSessionResumeReceived() 2361 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() [all …]
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioProfile.h | 139 ssize_t add(const sp<AudioProfile> &profile) in add() 175 const sp<AudioProfile> &profile = itemAt(profileIndex); in addProfileFromHal() local 234 sp<AudioProfile> profile = itemAt(i); in hasDynamicChannelsFor() local 245 sp<AudioProfile> profile = itemAt(i); in hasDynamicRateFor() local 262 sp<AudioProfile> profile = new AudioProfile(formats[i], in setFormats() local 275 sp<AudioProfile> profile = itemAt(--i); in clearProfiles() local 302 sp<AudioProfile> profile = itemAt(i); in setSampleRatesFor() local 321 sp<AudioProfile> profile = itemAt(i); in setChannelsFor() local
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 95 public int getConnectionState(BluetoothDevice device, int profile) { in getConnectionState() 124 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() 169 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
|
D | IBluetoothManager.aidl | 42 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService() 43 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
|
D | BluetoothProfile.java | 221 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected() 229 public void onServiceDisconnected(int profile); in onServiceDisconnected()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 236 private void addProfile(LocalBluetoothProfile profile, in addProfile() 242 private void addPanProfile(LocalBluetoothProfile profile, in addPanProfile() 268 StateChangedHandler(LocalBluetoothProfile profile) { in StateChangedHandler() 294 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler() 335 LocalBluetoothProfile profile = mHeadsetProfile; in isManagerReady() local
|
D | CachedBluetoothDevice.java | 114 private String describe(LocalBluetoothProfile profile) { in describe() 124 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() 186 public void disconnect(LocalBluetoothProfile profile) { in disconnect() 262 public void connectProfile(LocalBluetoothProfile profile) { in connectProfile() 271 synchronized void connectInt(LocalBluetoothProfile profile) { in connectInt() 338 public int getProfileConnectionState(LocalBluetoothProfile profile) { in getProfileConnectionState() 459 public boolean isConnectedProfile(LocalBluetoothProfile profile) { in isConnectedProfile()
|
D | PanProfile.java | 55 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 61 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
D | HfpClientProfile.java | 63 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 84 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
D | SapProfile.java | 61 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 83 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
D | HeadsetProfile.java | 62 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 84 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
D | MapProfile.java | 62 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 84 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
D | A2dpProfile.java | 59 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 78 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | HwModule.cpp | 48 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile() local 60 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() 68 status_t HwModule::addInputProfile(const sp<IOProfile> &profile) in addInputProfile() 76 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile() 111 sp<IOProfile> profile = new InputProfile(name); in addInputProfile() local
|
/frameworks/av/media/libstagefright/wifi-display/ |
D | VideoFormats.cpp | 183 ProfileType profile, LevelType level) { in enableResolutionUpto() 222 ProfileType profile, LevelType level) { in setProfileLevel() 232 ProfileType *profile, LevelType *level) const{ in getProfileLevel() 307 unsigned profile, level, res[3]; in parseH264Codec() local 341 ProfileType profile, LevelType level, unsigned *profileIdc, in GetProfileLevel()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | WifiPowerEstimator.java | 33 public WifiPowerEstimator(PowerProfile profile) { in WifiPowerEstimator() 43 private static double getWifiPowerPerPacket(PowerProfile profile) { in getWifiPowerPerPacket()
|
D | CameraPowerCalculator.java | 28 public CameraPowerCalculator(PowerProfile profile) { in CameraPowerCalculator()
|
D | FlashlightPowerCalculator.java | 26 public FlashlightPowerCalculator(PowerProfile profile) { in FlashlightPowerCalculator()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneFactory.java | 42 SipProfile profile = new SipProfile.Builder(sipUri).build(); in makePhone() local
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
D | bitenc.h | 36 Word16 profile; member
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipHelper.java | 94 private FromHeader createFromHeader(SipProfile profile, String tag) in createFromHeader() 99 private ToHeader createToHeader(SipProfile profile) throws ParseException { in createToHeader() 103 private ToHeader createToHeader(SipProfile profile, String tag) in createToHeader() 152 private ContactHeader createContactHeader(SipProfile profile) in createContactHeader() 157 private ContactHeader createContactHeader(SipProfile profile, in createContactHeader()
|