Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 75) sorted by relevance

123

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java98 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/
DIImsCallSessionListener.aidl35 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 …]
DIImsCallSession.aidl106 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()
DIImsService.aidl42 IImsCallSession createCallSession(int serviceId, in ImsCallProfile profile, in createCallSession()
/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java92 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()
DBluetoothProfile.java203 public void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected()
211 public void onServiceDisconnected(int profile); in onServiceDisconnected()
DIBluetooth.aidl55 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/
DImsCall.java419 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/
DVideoFormats.cpp183 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/
DSipPhoneFactory.java42 SipProfile profile = new SipProfile.Builder(sipUri).build(); in makePhone() local
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dbitenc.h36 Word16 profile; member
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java94 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/
Dgenheaders.py37 profile = False variable
63 profile = True variable
Dreg.py70 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/
DMediaProfiles.cpp341 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/
DMediaRecorderStressTest.java169 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/
DBluetoothUtil.java35 public static String profileToString(int profile) { in profileToString()
DBluetoothControllerImpl.java190 final int profile = uuidToProfile(uuid); in connect() local
205 final int profile = profiles.keyAt(i); in connect() local
/frameworks/wilhelm/tests/examples/
DxaVideoDecoderCapabilities.cpp97 const char *videoProfileToString(XAuint32 codec, XAuint32 profile) { in videoProfileToString()
282 XAuint32 profile = decDescriptor.profileSetting; in TestVideoDecoderCapabilities() local
/frameworks/av/media/libstagefright/codecs/aacenc/src/
Daacenc_core.c63 Word16 profile = 1; in AacEncOpen() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java36 public static CamcorderProfile profile = CamcorderProfile.get(mCameraId, mProfileQuality); field in MediaRecorderStressTestRunner
/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java244 public void updateCallType(ImsCallProfile profile) { in updateCallType()
248 public void updateCallExtras(ImsCallProfile profile) { in updateCallExtras()
DImsStreamMediaProfile.java85 public void copyFrom(ImsStreamMediaProfile profile) { in copyFrom()
/frameworks/av/media/libstagefright/
Davc_utils.cpp304 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/
DARTPAssembler.cpp73 unsigned profile, in MakeADTSCompoundFromAACFrames()

123