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

123456

/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
58 * Gets the remote call profile that this session is associated with
60 * @return the remote call profile that this session is associated with
103 * Initiates an IMS call with the specified target and call profile.
109 * @param profile call profile to make the call with the specified service type,
113 void start(String callee, in ImsCallProfile profile);
[all...]
H A DIImsCallSessionListener.aidl36 void callSessionProgressing(in IImsCallSession session, in ImsStreamMediaProfile profile);
37 void callSessionStarted(in IImsCallSession session, in ImsCallProfile profile);
44 void callSessionHeld(in IImsCallSession session, in ImsCallProfile profile);
46 void callSessionHoldReceived(in IImsCallSession session, in ImsCallProfile profile);
47 void callSessionResumed(in IImsCallSession session, in ImsCallProfile profile);
49 void callSessionResumeReceived(in IImsCallSession session, in ImsCallProfile profile);
55 in IImsCallSession newSession, in ImsCallProfile profile);
64 in ImsCallProfile profile);
68 in ImsCallProfile profile);
74 in IImsCallSession newSession, in ImsCallProfile profile);
[all...]
H A DImsCallSession.java104 ImsStreamMediaProfile profile) {
114 ImsCallProfile profile) {
144 ImsCallProfile profile) {
163 ImsCallProfile profile) {
172 ImsCallProfile profile) {
191 ImsCallProfile profile) {
203 ImsCallSession newSession, ImsCallProfile profile) {
230 ImsCallProfile profile) {
249 ImsCallProfile profile) {
261 ImsCallSession newSession, ImsCallProfile profile) {
103 callSessionProgressing(ImsCallSession session, ImsStreamMediaProfile profile) argument
113 callSessionStarted(ImsCallSession session, ImsCallProfile profile) argument
143 callSessionHeld(ImsCallSession session, ImsCallProfile profile) argument
162 callSessionHoldReceived(ImsCallSession session, ImsCallProfile profile) argument
171 callSessionResumed(ImsCallSession session, ImsCallProfile profile) argument
190 callSessionResumeReceived(ImsCallSession session, ImsCallProfile profile) argument
202 callSessionMergeStarted(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
229 callSessionUpdated(ImsCallSession session, ImsCallProfile profile) argument
248 callSessionUpdateReceived(ImsCallSession session, ImsCallProfile profile) argument
260 callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
279 callSessionConferenceExtendReceived(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
654 start(String callee, ImsCallProfile profile) argument
676 start(String[] participants, ImsCallProfile profile) argument
694 accept(int callType, ImsStreamMediaProfile profile) argument
744 hold(ImsStreamMediaProfile profile) argument
762 resume(ImsStreamMediaProfile profile) argument
797 update(int callType, ImsStreamMediaProfile profile) argument
957 callSessionProgressing(IImsCallSession session, ImsStreamMediaProfile profile) argument
965 callSessionStarted(IImsCallSession session, ImsCallProfile profile) argument
992 callSessionHeld(IImsCallSession session, ImsCallProfile profile) argument
1008 callSessionHoldReceived(IImsCallSession session, ImsCallProfile profile) argument
1016 callSessionResumed(IImsCallSession session, ImsCallProfile profile) argument
1032 callSessionResumeReceived(IImsCallSession session, ImsCallProfile profile) argument
1047 callSessionMergeStarted(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
1100 callSessionUpdated(IImsCallSession session, ImsCallProfile profile) argument
1116 callSessionUpdateReceived(IImsCallSession session, ImsCallProfile profile) argument
1127 callSessionConferenceExtended(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
1144 callSessionConferenceExtendReceived(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java94 * Last time a bt profile auto-connect was attempted.
106 * Describes the current device and profile for logging.
108 * @param profile Profile to describe
109 * @return Description of the device and profile
111 private String describe(LocalBluetoothProfile profile) { argument
114 if (profile != null) {
115 sb.append(" Profile:").append(profile);
121 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { argument
123 Log.d(TAG, "onProfileStateChanged: profile " + profile
183 disconnect(LocalBluetoothProfile profile) argument
259 connectProfile(LocalBluetoothProfile profile) argument
268 connectInt(LocalBluetoothProfile profile) argument
334 getProfileConnectionState(LocalBluetoothProfile profile) argument
455 isConnectedProfile(LocalBluetoothProfile profile) argument
[all...]
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionListenerImplBase.java42 public void callSessionProgressing(IImsCallSession session, ImsStreamMediaProfile profile) { argument
47 public void callSessionStarted(IImsCallSession session, ImsCallProfile profile) { argument
65 public void callSessionHeld(IImsCallSession session, ImsCallProfile profile) { argument
75 public void callSessionHoldReceived(IImsCallSession session, ImsCallProfile profile) { argument
80 public void callSessionResumed(IImsCallSession session, ImsCallProfile profile) { argument
90 public void callSessionResumeReceived(IImsCallSession session, ImsCallProfile profile) { argument
99 ImsCallProfile profile) {
118 public void callSessionUpdated(IImsCallSession session, ImsCallProfile profile) { argument
128 public void callSessionUpdateReceived(IImsCallSession session, ImsCallProfile profile) { argument
137 ImsCallProfile profile) {
98 callSessionMergeStarted(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
136 callSessionConferenceExtended(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
148 callSessionConferenceExtendReceived(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
[all...]
H A DImsCallSessionImplBase.java60 * Gets the call profile that this session is associated with
70 * Gets the local call profile that this session is associated with
80 * Gets the remote call profile that this session is associated with
141 * Initiates an IMS call with the specified target and call profile.
147 * @param profile call profile to make the call with the specified service type,
153 public void start(String callee, ImsCallProfile profile) throws RemoteException { argument
157 * Initiates an IMS call with the specified participants and call profile.
163 * @param profile call profile t
169 startConference(String[] participants, ImsCallProfile profile) argument
181 accept(int callType, ImsStreamMediaProfile profile) argument
216 hold(ImsStreamMediaProfile profile) argument
228 resume(ImsStreamMediaProfile profile) argument
255 update(int callType, ImsStreamMediaProfile profile) argument
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioProfile.h139 ssize_t add(const sp<AudioProfile> &profile) argument
141 ssize_t index = Vector::add(profile);
152 // for a profile with dynamic format, rate and channels attributes
155 // Check valid profile to add:
173 // Go through the list of profile to avoid duplicates
175 const sp<AudioProfile> &profile = itemAt(profileIndex); local
176 if (profile->isValid() && profile == profileToAdd) {
234 sp<AudioProfile> profile = itemAt(i); local
235 if (profile
245 sp<AudioProfile> profile = itemAt(i); local
262 sp<AudioProfile> profile = new AudioProfile(formats[i], local
275 sp<AudioProfile> profile = itemAt(--i); local
302 sp<AudioProfile> profile = itemAt(i); local
321 sp<AudioProfile> profile = itemAt(i); local
[all...]
/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java125 VpnProfile profile = new VpnProfile(key);
126 profile.name = values[0];
127 profile.type = Integer.parseInt(values[1]);
128 if (profile.type < 0 || profile.type > TYPE_MAX) {
131 profile.server = values[2];
132 profile.username = values[3];
133 profile.password = values[4];
134 profile.dnsServers = values[5];
135 profile
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DCameraPowerCalculator.java28 public CameraPowerCalculator(PowerProfile profile) { argument
29 mCameraPowerOnAvg = profile.getAveragePower(PowerProfile.POWER_CAMERA);
H A DFlashlightPowerCalculator.java26 public FlashlightPowerCalculator(PowerProfile profile) { argument
27 mFlashlightPowerOnAvg = profile.getAveragePower(PowerProfile.POWER_FLASHLIGHT);
H A DWifiPowerEstimator.java33 public WifiPowerEstimator(PowerProfile profile) { argument
34 mWifiPowerPerPacket = getWifiPowerPerPacket(profile);
35 mWifiPowerOn = profile.getAveragePower(PowerProfile.POWER_WIFI_ON);
36 mWifiPowerScan = profile.getAveragePower(PowerProfile.POWER_WIFI_SCAN);
37 mWifiPowerBatchScan = profile.getAveragePower(PowerProfile.POWER_WIFI_BATCHED_SCAN);
43 private static double getWifiPowerPerPacket(PowerProfile profile) { argument
45 final double WIFI_POWER = profile.getAveragePower(PowerProfile.POWER_WIFI_ACTIVE)
/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/base/core/java/android/bluetooth/
H A DBluetoothManager.java83 * Get the current connection state of the profile to the remote device.
86 * the connection state of the local Bluetooth adapter for certain profile.
91 * @param profile GATT or GATT_SERVER
92 * @return State of the profile connection. One of
98 public int getConnectionState(BluetoothDevice device, int profile) { argument
101 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
112 * Get connected devices for the specified profile.
117 * the connection state of Bluetooth for this profile.
121 * @param profile GATT or GATT_SERVER
125 public List<BluetoothDevice> getConnectedDevices(int profile) { argument
168 getDevicesMatchingConnectionStates(int profile, int[] states) argument
[all...]
H A DBluetoothProfile.java29 * to get the Profile Proxy. Each public profile implements this
37 * This extra represents the current connection state of the profile of the
40 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
45 * This extra represents the previous connection state of the profile of the
49 "android.bluetooth.profile.extra.PREVIOUS_STATE";
51 /** The profile is in disconnected state */
53 /** The profile is in connecting state */
55 /** The profile is in connected state */
57 /** The profile is in disconnecting state */
61 * Headset and Handsfree profile
234 onServiceConnected(int profile, BluetoothProfile proxy) argument
242 onServiceDisconnected(int profile) argument
[all...]
H A DIBluetoothManager.aidl43 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy);
44 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy);
/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.
103 public void copyFrom(ImsStreamMediaProfile profile) { argument
104 mAudioQuality = profile.mAudioQuality;
105 mAudioDirection = profile.mAudioDirection;
106 mVideoQuality = profile.mVideoQuality;
107 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.java482 * @param profile the CamcorderProfile to use
485 public void setProfile(CamcorderProfile profile) { argument
486 setOutputFormat(profile.fileFormat);
487 setVideoFrameRate(profile.videoFrameRate);
488 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
489 setVideoEncodingBitRate(profile.videoBitRate);
490 setVideoEncoder(profile.videoCodec);
491 if (profile.quality >= CamcorderProfile.QUALITY_TIME_LAPSE_LOW &&
492 profile
765 setVideoEncodingProfileLevel(int profile, int level) argument
[all...]
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp335 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
336 profile->mCameraId = cameraId;
340 profile->mFileFormat = static_cast<output_format>(fileFormat);
341 profile->mQuality = static_cast<camcorder_quality>(quality);
342 profile->mDuration = atoi(atts[5]);
343 return profile;
489 // Check high and low from either camcorder profile, timelapse profile
490 // or high speed profile, but not all of them. Default, check camcorder profile
549 CamcorderProfile *profile = local
652 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
669 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
708 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
725 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp48 sp<IOProfile> profile = new OutputProfile(name); local
50 profile->addAudioProfile(new AudioProfile(config->format, config->channel_mask,
55 profile->addSupportedDevice(devDesc);
57 return addOutputProfile(profile);
60 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) argument
62 profile->attach(this);
63 mOutputProfiles.add(profile);
64 mPorts.add(profile);
68 status_t HwModule::addInputProfile(const sp<IOProfile> &profile) argument
70 profile
76 addProfile(const sp<IOProfile> &profile) argument
111 sp<IOProfile> profile = new InputProfile(name); local
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java75 // Pretend we have a secondary user with a profile.
77 UserInfo profile = addProfile(secondaryUser);
79 // System user should still have no profile so getProfiles should just return 1 user.
83 assertEquals("Missing system user from profile list of system user",
86 // Secondary user should have 1 profile, so return that and itself.
91 assertTrue("Missing profile user id", users.get(0).id == profile.id
92 || users.get(1).id == profile.id);
97 // First profile for system user should get badge 0
98 assertEquals("First profile is
[all...]

Completed in 1180 milliseconds

123456