Searched defs:profile (Results 1 - 25 of 101) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbitenc.h36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
/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 DCpuPowerCalculator.java27 public CpuPowerCalculator(PowerProfile profile) { argument
28 mProfile = profile;
H A DFlashlightPowerCalculator.java26 public FlashlightPowerCalculator(PowerProfile profile) { argument
27 mFlashlightPowerOnAvg = profile.getAveragePower(PowerProfile.POWER_FLASHLIGHT);
H A DSensorPowerCalculator.java29 public SensorPowerCalculator(PowerProfile profile, SensorManager sensorManager) { argument
31 mGpsPowerOn = profile.getAveragePower(PowerProfile.POWER_GPS_ON);
H A DMemoryPowerCalculator.java13 public MemoryPowerCalculator(PowerProfile profile) { argument
14 int numBuckets = profile.getNumElements(PowerProfile.POWER_MEMORY);
17 powerAverages[i] = profile.getAveragePower(PowerProfile.POWER_MEMORY, i);
40 Log.d(TAG, "Converted power profile number from "
H A DWakelockPowerCalculator.java28 public WakelockPowerCalculator(PowerProfile profile) { argument
29 mPowerWakelock = profile.getAveragePower(PowerProfile.POWER_CPU_AWAKE);
H A DBluetoothPowerCalculator.java30 public BluetoothPowerCalculator(PowerProfile profile) { argument
31 mIdleMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_IDLE);
32 mRxMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_RX);
33 mTxMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_TX);
H A DMobileRadioPowerCalculator.java52 public MobileRadioPowerCalculator(PowerProfile profile, BatteryStats stats) { argument
53 mPowerRadioOn = profile.getAveragePower(PowerProfile.POWER_RADIO_ACTIVE);
55 mPowerBins[i] = profile.getAveragePower(PowerProfile.POWER_RADIO_ON, i);
57 mPowerScan = profile.getAveragePower(PowerProfile.POWER_RADIO_SCANNING);
H A DWifiPowerCalculator.java34 public WifiPowerCalculator(PowerProfile profile) { argument
35 mIdleCurrentMa = profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_IDLE);
36 mTxCurrentMa = profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_TX);
37 mRxCurrentMa = profile.getAveragePower(PowerProfile.POWER_WIFI_CONTROLLER_RX);
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/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc_core.c62 Word16 profile = 1; local
130 hAacEnc->bseInit.profile = profile;
/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...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp73 unsigned profile,
102 dst[2] = (profile << 6)
72 MakeADTSCompoundFromAACFrames( unsigned profile, unsigned samplingFreqIndex, unsigned channelConfig, const List<sp<ABuffer> > &frames) argument
/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,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp237 const sp<AudioProfile> profile = itemAt(i); local
238 if (profile->checkExact(samplingRate, channelMask, format) == NO_ERROR) {
261 const sp<AudioProfile> profile = itemAt(i); local
262 audio_format_t formatToCompare = profile->getFormat();
267 // Compatible profile has been found, checks if this profile has compatible
271 if (profile->checkCompatibleChannelMask(channelMask, updatedChannels,
273 profile->checkCompatibleSamplingRate(samplingRate, updatedRate) == NO_ERROR) {
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp179 const audio_stream_type_t &profile)
182 profile)) {
183 mPolicyEngine->mApmObserver->getVolumeCurves().switchVolumeCurve(profile, stream);
178 setVolumeProfileForStream(const audio_stream_type_t &stream, const audio_stream_type_t &profile) argument
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPanProfile.java33 * PanProfile handles Bluetooth PAN profile (NAP and PANU).
48 // Order of this profile in device profiles list
55 public void onServiceConnected(int profile, BluetoothProfile proxy) { argument
61 public void onServiceDisconnected(int profile) { argument
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsServiceProxyCompat.java104 public IImsCallSession createCallSession(int sessionId, ImsCallProfile profile, argument
107 return getServiceInterface(mBinder).createCallSession(sessionId, profile, listener);
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DIMMTelFeature.java129 * Creates a {@link ImsCallSession} with the specified call profile.
134 * @param profile a call profile to make the call
137 IImsCallSession createCallSession(int sessionId, ImsCallProfile profile, argument
H A DMMTelFeature.java76 public IImsCallSession createCallSession(int sessionId, ImsCallProfile profile, argument
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp52 fprintf(stderr, " -p encoder profile. see omx il header (default: encoder specific)\n");
175 int profile = -1; // Encoder specific default local
237 profile = atoi(optarg);
298 if (profile != -1) {
299 enc_meta->setInt32("profile", profile);
/frameworks/av/media/libmedia/
H A DMediaCodecInfo.cpp104 void MediaCodecInfo::CapabilitiesBuilder::addProfileLevel(uint32_t profile, uint32_t level) { argument
106 profileLevel.mProfile = profile;

Completed in 1310 milliseconds

12345