Searched refs:profile (Results 1 - 25 of 90) sorted by relevance

1234

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl44 * Gets the call profile that this session is associated with
46 * @return the call profile that this session is associated with
51 * Gets the local call profile that this session is associated with
53 * @return the local call profile that this session is associated with
96 * Initiates an IMS call with the specified target and call profile.
102 * @param profile call profile to make the call with the specified service type,
106 void start(String callee, in ImsCallProfile profile);
109 * Initiates an IMS call with the specified participants and call profile.
115 * @param profile cal
[all...]
H A DIImsCallSessionListener.aidl35 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile);
36 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile);
43 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile);
45 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile);
46 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile);
48 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile);
54 in IImsCallSession newSession, in ImsCallProfile profile);
62 in ImsCallProfile profile);
66 in ImsCallProfile profile);
72 in IImsCallSession newSession, in ImsCallProfile profile);
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java98 ImsStreamMediaProfile profile) {
108 ImsCallProfile profile) {
138 ImsCallProfile profile) {
157 ImsCallProfile profile) {
166 ImsCallProfile profile) {
185 ImsCallProfile profile) {
195 ImsCallSession newSession, ImsCallProfile profile) {
214 ImsCallProfile profile) {
233 ImsCallProfile profile) {
245 ImsCallSession newSession, ImsCallProfile profile) {
97 callSessionProgressing(ImsCallSession session, ImsStreamMediaProfile profile) argument
107 callSessionStarted(ImsCallSession session, ImsCallProfile profile) argument
137 callSessionHeld(ImsCallSession session, ImsCallProfile profile) argument
156 callSessionHoldReceived(ImsCallSession session, ImsCallProfile profile) argument
165 callSessionResumed(ImsCallSession session, ImsCallProfile profile) argument
184 callSessionResumeReceived(ImsCallSession session, ImsCallProfile profile) argument
194 callSessionMerged(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
213 callSessionUpdated(ImsCallSession session, ImsCallProfile profile) argument
232 callSessionUpdateReceived(ImsCallSession session, ImsCallProfile profile) argument
244 callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
263 callSessionConferenceExtendReceived(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
563 start(String callee, ImsCallProfile profile) argument
585 start(String[] participants, ImsCallProfile profile) argument
603 accept(int callType, ImsStreamMediaProfile profile) argument
653 hold(ImsStreamMediaProfile profile) argument
671 resume(ImsStreamMediaProfile profile) argument
706 update(int callType, ImsStreamMediaProfile profile) argument
816 callSessionProgressing(IImsCallSession session, ImsStreamMediaProfile profile) argument
824 callSessionStarted(IImsCallSession session, ImsCallProfile profile) argument
851 callSessionHeld(IImsCallSession session, ImsCallProfile profile) argument
867 callSessionHoldReceived(IImsCallSession session, ImsCallProfile profile) argument
875 callSessionResumed(IImsCallSession session, ImsCallProfile profile) argument
891 callSessionResumeReceived(IImsCallSession session, ImsCallProfile profile) argument
902 callSessionMerged(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
922 callSessionUpdated(IImsCallSession session, ImsCallProfile profile) argument
938 callSessionUpdateReceived(IImsCallSession session, ImsCallProfile profile) argument
949 callSessionConferenceExtended(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
966 callSessionConferenceExtendReceived(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java76 * Get the current connection state of the profile to the remote device.
79 * the connection state of the local Bluetooth adapter for certain profile.
86 * @param profile GATT or GATT_SERVER
87 * @return State of the profile connection. One of
92 public int getConnectionState(BluetoothDevice device, int profile) { argument
95 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
106 * Get connected devices for the specified profile.
111 * the connection state of Bluetooth for this profile.
117 * @param profile GATT or GATT_SERVER
120 public List<BluetoothDevice> getConnectedDevices(int profile) { argument
164 getDevicesMatchingConnectionStates(int profile, int[] states) argument
[all...]
H A DBluetoothProfile.java26 * to get the Profile Proxy. Each public profile implements this
34 * This extra represents the current connection state of the profile of the
37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
42 * This extra represents the previous connection state of the profile of the
46 "android.bluetooth.profile.extra.PREVIOUS_STATE";
48 /** The profile is in disconnected state */
50 /** The profile is in connecting state */
52 /** The profile is in connected state */
54 /** The profile is in disconnecting state */
58 * Headset and Handsfree profile
203 onServiceConnected(int profile, BluetoothProfile proxy) argument
211 onServiceDisconnected(int profile) argument
[all...]
H A DBluetoothClass.java288 * Check class bits for possible bluetooth profile support.
290 * given class bits might support specified profile. It is not accurate for all
292 * @param profile The profile to be checked
293 * @return True if this device might support specified profile.
296 public boolean doesClassMatch(int profile) { argument
297 if (profile == PROFILE_A2DP) {
313 } else if (profile == PROFILE_HEADSET) {
328 } else if (profile == PROFILE_OPP) {
351 } else if (profile
[all...]
/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java126 VpnProfile profile = new VpnProfile(key);
127 profile.name = values[0];
128 profile.type = Integer.valueOf(values[1]);
129 if (profile.type < 0 || profile.type > TYPE_MAX) {
132 profile.server = values[2];
133 profile.username = values[3];
134 profile.password = values[4];
135 profile.dnsServers = values[5];
136 profile
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneFactory.java42 SipProfile profile = new SipProfile.Builder(sipUri).build();
43 return new SipPhone(context, phoneNotifier, profile);
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbitenc.h36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java36 public static CamcorderProfile profile = CamcorderProfile.get(mCameraId, mProfileQuality); field in class:MediaRecorderStressTestRunner
38 public static int mVideoEncoder = profile.videoCodec;
39 public static int mAudioEncoder = profile.audioCodec;
40 public static int mFrameRate = profile.videoFrameRate;
41 public static int mVideoWidth = profile.videoFrameWidth;
42 public static int mVideoHeight = profile.videoFrameHeight;
43 public static int mBitRate = profile.videoBitRate;
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.h42 unsigned char profile, level; member in struct:android::VideoFormats::config_t
74 ProfileType profile, LevelType level);
83 ProfileType profile, LevelType level);
87 ProfileType *profile, LevelType *level) const;
95 ProfileType profile, LevelType level,
H A DVideoFormats.cpp166 mConfigs[i][j].profile = mConfigs[i][j].level = 0;
175 mConfigs[i][j].profile = (1ul << PROFILE_CBP);
183 ProfileType profile, LevelType level) {
198 setProfileLevel((ResolutionType)i, j, profile, level);
211 mConfigs[type][index].profile = (1ul << PROFILE_CBP);
215 mConfigs[type][index].profile = 0;
222 ProfileType profile, LevelType level) {
226 mConfigs[type][index].profile = (1ul << profile);
232 ProfileType *profile, LevelTyp
181 enableResolutionUpto( ResolutionType type, size_t index, ProfileType profile, LevelType level) argument
220 setProfileLevel( ResolutionType type, size_t index, ProfileType profile, LevelType level) argument
230 getProfileLevel( ResolutionType type, size_t index, ProfileType *profile, LevelType *level) const argument
307 unsigned profile, level, res[3]; local
340 GetProfileLevel( ProfileType profile, LevelType level, unsigned *profileIdc, unsigned *levelIdc, unsigned *constraintSet) argument
[all...]
/frameworks/base/telephony/java/com/android/ims/
H A DImsStreamMediaProfile.java23 * Parcelable object to handle IMS stream media profile.
85 public void copyFrom(ImsStreamMediaProfile profile) { argument
86 mAudioQuality = profile.mAudioQuality;
87 mAudioDirection = profile.mAudioDirection;
88 mVideoQuality = profile.mVideoQuality;
89 mVideoDirection = profile.mVideoDirection;
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py29 # profile - enable Python profiling
37 profile = False variable
61 elif (arg == '-profile'):
62 write('Enabling profiling (-profile)', file=sys.stderr)
63 profile = True variable
197 '/* glcorearb.h is for use with OpenGL core profile implementations.',
201 '** glcorearb.h includes only APIs in the latest OpenGL core profile',
203 '** can be supported by the core profile. It does not, and never will',
204 '** include functionality removed from the core profile, such as',
273 profile
[all...]
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java392 * @param profile the CamcorderProfile to use
395 public void setProfile(CamcorderProfile profile) { argument
396 setOutputFormat(profile.fileFormat);
397 setVideoFrameRate(profile.videoFrameRate);
398 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
399 setVideoEncodingBitRate(profile.videoBitRate);
400 setVideoEncoder(profile.videoCodec);
401 if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW &&
402 profile
[all...]
/frameworks/native/opengl/tools/glgen2/
H A Dglgen.py236 profile = 'common',
240 profile = 'common',
246 profile = 'common',
250 profile = 'common',
265 profile = 'common'),
268 profile = 'common'),
271 profile = 'common',
276 profile = 'common',
293 profile = 'common',
298 profile
[all...]
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp341 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
342 profile->mCameraId = cameraId;
346 profile->mFileFormat = static_cast<output_format>(fileFormat);
347 profile->mQuality = static_cast<camcorder_quality>(quality);
348 profile->mDuration = atoi(atts[5]);
349 return profile;
404 !strcmp("profile", atts[2]) &&
412 MediaProfiles::ExportVideoProfile *profile = local
416 return profile;
536 // Check high and low from either camcorder profile, timelaps
596 CamcorderProfile *profile = local
694 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
711 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
746 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
763 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
[all...]
/frameworks/av/media/libstagefright/include/
H A Davc_utils.h58 const char *AVCProfileToString(uint8_t profile);
61 unsigned profile, unsigned sampling_freq_index,
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java36 * Defines a SIP profile, including a SIP account, domain and server information.
96 * Creates a builder based on the given profile.
98 public Builder(SipProfile profile) { argument
99 if (profile == null) throw new NullPointerException();
101 mProfile = (SipProfile) profile.clone();
106 mUri = profile.getUri();
107 mUri.setUserPassword(profile.getPassword());
108 mDisplayName = profile.getDisplayName();
109 mProxyAddress = profile.getProxyAddress();
110 mProfile.mPort = profile
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java190 final int profile = uuidToProfile(uuid);
191 if (profile == 0) {
196 final int profileState = mAdapter.getProfileConnectionState(profile);
197 if (DEBUG && !profiles.get(profile)) Log.d(TAG, "Profile " + profileToString(profile)
201 profiles.put(profile, true);
205 final int profile = profiles.keyAt(i);
208 public void onServiceConnected(int profile, BluetoothProfile proxy) {
209 if (DEBUG) Log.d(TAG, "onServiceConnected " + profileToString(profile));
212 Log.w(TAG, "Unable get get Profile for " + profileToString(profile));
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java837 public void startLegacyVpn(VpnProfile profile, KeyStore keyStore, LinkProperties egress) { argument
857 if (!profile.ipsecUserCert.isEmpty()) {
858 privateKey = Credentials.USER_PRIVATE_KEY + profile.ipsecUserCert;
859 byte[] value = keyStore.get(Credentials.USER_CERTIFICATE + profile.ipsecUserCert);
862 if (!profile.ipsecCaCert.isEmpty()) {
863 byte[] value = keyStore.get(Credentials.CA_CERTIFICATE + profile.ipsecCaCert);
866 if (!profile.ipsecServerCert.isEmpty()) {
867 byte[] value = keyStore.get(Credentials.USER_CERTIFICATE + profile.ipsecServerCert);
876 switch (profile.type) {
879 iface, profile
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java401 // Call profile of the current session.
404 // Call profile to be updated after the application's action (accept/reject)
417 * @param profile the call profile to make/take a call
419 public ImsCall(Context context, ImsCallProfile profile) { argument
421 mCallProfile = profile;
479 * Gets the negotiated (local & remote) call profile.
481 * @return a {@link ImsCallProfile} object that has the negotiated call profile
490 * Gets the local call profile (local capabilities).
492 * @return a {@link ImsCallProfile} object that has the local call profile
833 accept(int callType, ImsStreamMediaProfile profile) argument
1369 createNewCall(ImsCallSession session, ImsCallProfile profile) argument
1625 callSessionProgressing(ImsCallSession session, ImsStreamMediaProfile profile) argument
1648 callSessionStarted(ImsCallSession session, ImsCallProfile profile) argument
1723 callSessionHeld(ImsCallSession session, ImsCallProfile profile) argument
1791 callSessionHoldReceived(ImsCallSession session, ImsCallProfile profile) argument
1814 callSessionResumed(ImsCallSession session, ImsCallProfile profile) argument
1866 callSessionResumeReceived(ImsCallSession session, ImsCallProfile profile) argument
1890 callSessionMerged(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
1949 callSessionUpdated(ImsCallSession session, ImsCallProfile profile) argument
1997 callSessionUpdateReceived(ImsCallSession session, ImsCallProfile profile) argument
2022 callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
2077 callSessionConferenceExtendReceived(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.h50 unsigned profile,
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java94 private FromHeader createFromHeader(SipProfile profile, String tag) argument
96 return mHeaderFactory.createFromHeader(profile.getSipAddress(), tag);
99 private ToHeader createToHeader(SipProfile profile) throws ParseException { argument
100 return createToHeader(profile, null);
103 private ToHeader createToHeader(SipProfile profile, String tag) argument
105 return mHeaderFactory.createToHeader(profile.getSipAddress(), tag);
152 private ContactHeader createContactHeader(SipProfile profile) argument
154 return createContactHeader(profile, null, 0);
157 private ContactHeader createContactHeader(SipProfile profile, argument
161 ? createSipUri(profile
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp791 // Find a direct output profile compatible with the parameters passed, even if the input flags do
805 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j]; local
806 bool found = profile->isCompatibleProfile(device, samplingRate,
810 if (found && (mAvailableOutputDevices.types() & profile->mSupportedDevices.types())) {
811 return profile;
930 sp<IOProfile> profile; local
949 profile = getProfileForDirectOutput(device,
956 if (profile != 0) {
961 if (!desc->isDuplicated() && (profile == desc->mProfile)) {
977 outputDesc = new AudioOutputDescriptor(profile);
1327 sp<IOProfile> profile = getInputProfile(device, local
1992 sp<IOProfile> profile = getProfileForDirectOutput(AUDIO_DEVICE_NONE /*ignore device */, local
3148 sp<IOProfile> profile = profiles[profile_index]; local
3348 sp<IOProfile> profile = mHwModules[i]->mOutputProfiles[j]; local
3416 sp<IOProfile> profile = profiles[profile_index]; local
3534 sp<IOProfile> profile = mHwModules[module_index]->mInputProfiles[profile_index]; local
4564 sp<IOProfile> profile = mHwModules[i]->mInputProfiles[j]; local
5235 AudioOutputDescriptor( const sp<IOProfile>& profile) argument
5428 AudioInputDescriptor(const sp<IOProfile>& profile) argument
5588 sp<IOProfile> profile = new IOProfile(String8(root->name), AUDIO_PORT_ROLE_SINK, this); local
5634 sp<IOProfile> profile = new IOProfile(String8(root->name), AUDIO_PORT_ROLE_SOURCE, this); local
7189 sp<IOProfile> profile; local
[all...]

Completed in 7069 milliseconds

1234