/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsCallSession.java | 98 ImsStreamMediaProfile profile) { in callSessionProgressing() 108 ImsCallProfile profile) { in callSessionStarted() 138 ImsCallProfile profile) { in callSessionHeld() 157 ImsCallProfile profile) { in callSessionHoldReceived() 166 ImsCallProfile profile) { in callSessionResumed() 185 ImsCallProfile profile) { in callSessionResumeReceived() 195 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMerged() 214 ImsCallProfile profile) { in callSessionUpdated() 233 ImsCallProfile profile) { in callSessionUpdateReceived() 245 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() [all …]
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSessionListener.aidl | 35 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile); in callSessionProgressing() 36 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile); in callSessionStarted() 43 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile); in callSessionHeld() 45 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionHoldReceived() 46 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumed() 48 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile); in callSessionResumeReceived() 54 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMerged() 62 in ImsCallProfile profile); in callSessionUpdated() 66 in ImsCallProfile profile); in callSessionUpdateReceived() 72 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended() [all …]
|
D | IImsCallSession.aidl | 106 void start(String callee, in ImsCallProfile profile); in start() 119 void startConference(in String[] participants, in ImsCallProfile profile); in startConference() 128 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 151 void hold(in ImsStreamMediaProfile profile); in hold() 160 void resume(in ImsStreamMediaProfile profile); in resume() 177 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
D | IImsService.aidl | 42 IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile, in createCallSession()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 92 public int getConnectionState(BluetoothDevice device, int profile) { in getConnectionState() 120 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() 164 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
|
D | BluetoothProfile.java | 203 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected() 211 public void onServiceDisconnected(int profile); in onServiceDisconnected()
|
D | IBluetooth.aidl | 55 int getProfileConnectionState(int profile); in getProfileConnectionState() 83 … void sendConnectionStateChange(in BluetoothDevice device, int profile, int state, int prevState); in sendConnectionStateChange()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 419 public ImsCall(Context context, ImsCallProfile profile) { in ImsCall() 833 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1369 private ImsCall createNewCall(ImsCallSession session, ImsCallProfile profile) { in createNewCall() 1626 ImsStreamMediaProfile profile) { in callSessionProgressing() 1649 ImsCallProfile profile) { in callSessionStarted() 1724 ImsCallProfile profile) { in callSessionHeld() 1792 ImsCallProfile profile) { in callSessionHoldReceived() 1815 ImsCallProfile profile) { in callSessionResumed() 1867 ImsCallProfile profile) { in callSessionResumeReceived() 1891 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMerged() [all …]
|
/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/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()
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | genheaders.py | 37 profile = False variable 63 profile = True variable
|
D | reg.py | 70 def matchAPIProfile(api, profile, elem): argument 239 profile = None, argument 293 profile = None, argument 896 def requireAndRemoveFeatures(self, interface, api, profile): argument
|
/frameworks/av/media/libmedia/ |
D | MediaProfiles.cpp | 341 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createCamcorderProfile() local 412 MediaProfiles::ExportVideoProfile *profile = in createExportVideoProfile() local 596 CamcorderProfile *profile = in checkAndAddRequiredProfilesIfNecessary() local 694 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapseQcifProfile() local 711 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderTimeLapse480pProfile() local 746 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderQcifProfile() local 763 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; in createDefaultCamcorderCifProfile() local
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | MediaRecorderStressTest.java | 169 private void recordVideoAndPlayback(int profile) throws Exception { in recordVideoAndPlayback() 330 CamcorderProfile profile = in testStressTimeLapse() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothUtil.java | 35 public static String profileToString(int profile) { in profileToString()
|
D | BluetoothControllerImpl.java | 190 final int profile = uuidToProfile(uuid); in connect() local 205 final int profile = profiles.keyAt(i); in connect() local
|
/frameworks/wilhelm/tests/examples/ |
D | xaVideoDecoderCapabilities.cpp | 97 const char *videoProfileToString(XAuint32 codec, XAuint32 profile) { in videoProfileToString() 282 XAuint32 profile = decDescriptor.profileSetting; in TestVideoDecoderCapabilities() local
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | aacenc_core.c | 63 Word16 profile = 1; in AacEncOpen() local
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | MediaRecorderStressTestRunner.java | 36 public static CamcorderProfile profile = CamcorderProfile.get(mCameraId, mProfileQuality); field in MediaRecorderStressTestRunner
|
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsCallProfile.java | 244 public void updateCallType(ImsCallProfile profile) { in updateCallType() 248 public void updateCallExtras(ImsCallProfile profile) { in updateCallExtras()
|
D | ImsStreamMediaProfile.java | 85 public void copyFrom(ImsStreamMediaProfile profile) { in copyFrom()
|
/frameworks/av/media/libstagefright/ |
D | avc_utils.cpp | 304 const char *AVCProfileToString(uint8_t profile) { in AVCProfileToString() 354 uint8_t profile = out[0]; in MakeAVCCodecSpecificData() local 456 unsigned profile, unsigned sampling_freq_index, in MakeAACCodecSpecificData()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPAssembler.cpp | 73 unsigned profile, in MakeADTSCompoundFromAACFrames()
|