Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarBluetoothTest.java188 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
205 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
228 int profile = sRequiredBluetoothProfiles.keyAt(i); in waitForProfileConnections() local
266 int profile = sRequiredBluetoothProfiles.keyAt(i); in checkProfileConnections() local
294 int profile = sRequiredBluetoothProfiles.keyAt(i); in clearProfileStatuses() local
/cts/tests/tests/media/src/android/media/cts/
DCamcorderProfileTest.java79 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) { in checkProfile()
125 private void checkSpecificProfileDimensions(CamcorderProfile profile, int quality) { in checkSpecificProfileDimensions()
217 CamcorderProfile profile = getWithOptionalId(quality, cameraId); in checkSpecificProfiles() local
263 CamcorderProfile profile = getWithOptionalId(quality, cameraId); in checkGet() local
DMediaCodecCapabilitiesTest.java330 private boolean checkDecoder(String mime, int profile, int level) { in checkDecoder()
339 private boolean hasDecoder(String mime, int profile, int level) { in hasDecoder()
343 private boolean hasEncoder(String mime, int profile, int level) { in hasEncoder()
349 private boolean checkDecodeWithDefaultPlayer(String mime, int profile, int level) { in checkDecodeWithDefaultPlayer()
358 String mime, boolean isEncoder, int profile, int level, in supports()
DMediaRecorderTest.java238 CamcorderProfile profile = CamcorderProfile.get( in testRecorderCamera() local
312 CamcorderProfile profile = CamcorderProfile.get( in testRecorderMPEG2TS() local
852 int bitrate, int profile, int requestedLevel, int... expectedLevels) throws Exception { in testLevel()
954 int profile = AVCProfileBaseline; in testProfileAvcBaselineLevel1() local
DMediaPlayerTest.java1043 CamcorderProfile profile = CamcorderProfile.get(0, CamcorderProfile.QUALITY_LOW); in testRecordedVideoPlaybackWithAngle() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DHearingAidProfileTest.java373 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
384 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaRecorderStressTest.java64 private static CamcorderProfile profile = field in MediaRecorderStressTest
89 CamcorderProfile profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH); in setUp() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java510 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in testRecordingFramerateLowToHigh() local
823 CamcorderProfile profile = CamcorderProfile.get(quality); in getFpsFromHighSpeedProfileForSize() local
981 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in basicRecordingTestByCamera() local
1226 CamcorderProfile profile = CamcorderProfile.get(cameraId, profileId); in videoSnapshotTestByCamera() local
1527 private void prepareRecordingWithProfile(CamcorderProfile profile) throws Exception { in prepareRecordingWithProfile()
1535 private void prepareRecordingWithProfile(CamcorderProfile profile, in prepareRecordingWithProfile()
DExtendedCameraCharacteristicsTest.java2000 CamcorderProfile profile = CamcorderProfile.get(cameraId, quality); in testConstrainedHighSpeedCapability() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DProfileManager.java110 public boolean addProfile(PeripheralProfile profile) { in addProfile()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1248 CamcorderProfile profile = null; // Used for built-in camera in testLockUnlockByCamera() local
1311 private void setPreviewSizeByProfile(Parameters parameters, CamcorderProfile profile) { in setPreviewSizeByProfile()
1379 private void recordVideo(CamcorderProfile profile, in recordVideo()
2830 CamcorderProfile profile = null; // for built-in camera in testRecordingHintByCamera() local
2890 private void recordVideoSimple(CamcorderProfile profile, in recordVideoSimple()
3335 CamcorderProfile profile = CamcorderProfile.get(cameraId, in testVideoSnapshotByCamera() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java474 CamcorderProfile profile = null; in setupCamera() local
668 VideoRecorder(Camera camera, CamcorderProfile profile){ in VideoRecorder()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java701 CamcorderProfile profile = CamcorderProfile.get(cameraId, possibleQuality[i]); in findRecordSize() local
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java144 UserHandle profile = profiles.get(i); in testGetAppInstalledProvidersForCurrentUserNewAllProfiles() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java565 Integer profile, Integer level, Integer bitrate) { in canDecodeVideo()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java563 Integer profile, Integer level, Integer bitrate) { in canDecodeVideo()