Searched refs:operation (Results 151 - 156 of 156) sorted by relevance

1234567

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h545 const sp<media::VolumeShaper::Operation>& operation) override;
721 // for dump, indicates which hardware operation is currently in progress (but not stream ops)
723 AUDIO_HW_IDLE = 0, // no operation in progress
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java2791 void onPendingSaveUi(int operation, @NonNull IBinder token) { argument
2792 getUiForShowing().onPendingSaveUi(operation, token);
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java2109 final String operation = enable ? "enable_chain" : "disable_chain";
2126 mConnector.execute("firewall", operation, chainName);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java176 * <li>In general, some playback control operation may fail due to various
181 * control operation in an invalid state may also occur. Under all these
297 * call returns right away, the actual seek operation may take a while to
299 * seek operation completes, the internal player engine calls a user
1403 @NonNull VolumeShaper.Operation operation) {
1404 return native_applyVolumeShaper(configuration, operation);
1420 @NonNull VolumeShaper.Operation operation);
1899 * that request is different from just-finished seekTo operation, i.e., the requested
3802 * the completion of a seek operation.
3807 * Called to indicate the completion of a seek operation
1401 playerApplyVolumeShaper( @onNull VolumeShaper.Configuration configuration, @NonNull VolumeShaper.Operation operation) argument
1418 native_applyVolumeShaper( @onNull VolumeShaper.Configuration configuration, @NonNull VolumeShaper.Operation operation) argument
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec1119 See @ldexp() for the reverse operation. See also @logb() and @ilogb().
1247 See @frexp() for the reverse operation.
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h2588 typedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
2591 GL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);

Completed in 904 milliseconds

1234567