Searched refs:mode (Results 251 - 275 of 911) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libaaudio/tests/
H A Dtest_open_params.cpp28 static const char *getSharingModeText(aaudio_sharing_mode_t mode) { argument
30 switch (mode) {
/frameworks/av/media/libmedia/include/media/
H A DVisualizer.h43 * In addition to the polling capture mode, a callback mode is also available by installing a
113 // mode must one of VISUALIZER_SCALING_MODE_NORMALIZED,
115 status_t setScalingMode(uint32_t mode);
120 status_t setMeasurementMode(uint32_t mode);
H A DCrypto.h53 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.h92 MediaPlayerSeekMode mode = MediaPlayerSeekMode::SEEK_PREVIOUS_SYNC) {
93 return mPlayer->seekTo(msec, mode);
/frameworks/av/media/libstagefright/foundation/include/
H A DNuMediaExtractor.h79 MediaSource::ReadOptions::SeekMode mode =
126 MediaSource::ReadOptions::SeekMode mode =
/frameworks/av/media/libstagefright/include/
H A DNuMediaExtractor.h79 MediaSource::ReadOptions::SeekMode mode =
126 MediaSource::ReadOptions::SeekMode mode =
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadset.aidl58 void clccResponse(int index, int direction, int status, int mode, boolean mpty,
/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl50 boolean setPowerSaveMode(boolean mode);
/frameworks/base/libs/hwui/tests/unit/
H A DClipAreaTests.cpp134 ASSERT_EQ(ClipMode::Rectangle, serializedClip->mode);
148 ASSERT_EQ(ClipMode::RectangleList, serializedClip->mode);
164 ASSERT_EQ(ClipMode::Region, serializedClip->mode);
208 ASSERT_EQ(ClipMode::Rectangle, resolvedClip->mode);
227 ASSERT_EQ(ClipMode::RectangleList, resolvedClip->mode);
249 ASSERT_EQ(ClipMode::Region, resolvedClip->mode);
273 EXPECT_EQ(ClipMode::Rectangle, resolvedClip->mode);
296 EXPECT_EQ(ClipMode::Region, resolvedClip->mode);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java60 private void applyMode(int mode, boolean animate, boolean force) { argument
63 applyLightsOut(isLightsOut(mode), animate, force);
/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModeDialog.java82 int mode = mService.mCompatModePackages.computeCompatModeLocked(mAppInfo);
83 mCompatEnabled.setChecked(mode == ActivityManager.COMPAT_MODE_ENABLED);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragAndDropPermissionsHandler.java45 DragAndDropPermissionsHandler(ClipData clipData, int sourceUid, String targetPackage, int mode, argument
49 mMode = mode;
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl79 void setRttMode(String callId, int mode);
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionListenerImplBase.java193 public void callSessionUssdMessageReceived(IImsCallSession session, int mode, argument
216 * Notifies the TTY mode change by remote party.
218 * @param mode one of the following: -
225 public void callSessionTtyModeReceived(IImsCallSession session, int mode) { argument
/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase2.java86 public File getDir(String name, int mode) { argument
89 return getContext().getDir("mockcontext2_" + name, mode);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java37 * frame data in the desired format. You must pass in a {@code mode} indicating whether you wish
58 /** Frame data access mode: Read */
60 /** Frame data access mode: Write */
174 final void assertAccessible(int mode) { argument
175 // Make sure frame is in write-mode
176 if (mReadOnly && mode == MODE_WRITE) {
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec16 void glBlendEquationi ( GLuint buf, GLenum mode )
22 void glDrawElementsBaseVertex ( GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex )
23 void glDrawRangeElementsBaseVertex ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex )
24 void glDrawElementsInstancedBaseVertex ( GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex )
/frameworks/native/services/sensorservice/
H A DRotationVectorSensor.cpp30 RotationVectorSensor::RotationVectorSensor(int mode) : argument
31 mMode(mode) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DTestUtil.java78 int mode) {
87 intent.putExtra(WifiManager.EXTRA_WIFI_AP_MODE, mode);
76 sendWifiApStateChanged(BroadcastReceiver broadcastReceiver, Context context, int apState, int previousState, int error, String ifaceName, int mode) argument
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDialog.java174 public void onSupportActionModeStarted(ActionMode mode) { argument
178 public void onSupportActionModeFinished(ActionMode mode) { argument
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerWrapContentWithAspectRatioTest.java141 MeasureSpecMatcher.mode(UNSPECIFIED));
143 MeasureSpecMatcher.mode(UNSPECIFIED));
156 MeasureSpecMatcher.mode(UNSPECIFIED));
219 MeasureSpecMatcher.mode(UNSPECIFIED));
221 MeasureSpecMatcher.mode(UNSPECIFIED));
234 MeasureSpecMatcher.mode(UNSPECIFIED));
295 MeasureSpecMatcher.mode(UNSPECIFIED));
297 MeasureSpecMatcher.mode(UNSPECIFIED));
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DCryptoPlugin.h47 Mode mode, const Pattern &pattern, const void* srcPtr,
/frameworks/av/include/media/
H A DCrypto.h53 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
/frameworks/av/include/ndk/
H A DNdkMediaExtractor.h131 media_status_t AMediaExtractor_seekTo(AMediaExtractor*, int64_t seekPosUs, SeekMode mode);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h79 MediaPlayerSeekMode mode = MediaPlayerSeekMode::SEEK_PREVIOUS_SYNC,
82 status_t setVideoScalingMode(int32_t mode);
287 MediaPlayerSeekMode mode = MediaPlayerSeekMode::SEEK_PREVIOUS_SYNC);
305 void performSeek(int64_t seekTimeUs, MediaPlayerSeekMode mode);

Completed in 1432 milliseconds

<<11121314151617181920>>