Searched refs:enabled (Results 1 - 25 of 544) sorted by path

1234567891011>>

/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl137 void setTorchMode(String CameraId, boolean enabled, IBinder clientBinder);
/frameworks/av/include/media/
H A DAudioEffect.h116 * Returns a list of descriptors corresponding to the pre processings enabled by default
124 * number of enabled pre processings if status is NO_MEMORY
135 * *descriptor updated with descriptors of pre processings enabled by default
137 * total number of pre processing enabled by default if returned status is
166 * control of the effect engine when the effect is enabled or disabled.
178 * - EVENT_ENABLE_STATUS_CHANGED: boolean indicating if effect is now enabled (true)
310 * enabled: requested enable state.
317 virtual status_t setEnabled(bool enabled);
422 virtual void enableStatusChanged(bool enabled);
446 virtual void enableStatusChanged(bool enabled) { argument
[all...]
H A DAudioSystem.h275 static status_t setEffectEnabled(int id, bool enabled);
290 // bit rate, duration, video and streaming or offload property is enabled
H A DIAudioFlinger.h212 int *enabled) = 0;
H A DIAudioPolicyService.h115 virtual status_t setEffectEnabled(int id, bool enabled) = 0;
124 // bit rate, duration, video and streaming or offload property is enabled
153 virtual void setAudioPortCallbacksEnabled(bool enabled) = 0;
H A DIEffectClient.h33 virtual void enableStatusChanged(bool enabled) = 0;
H A DVisualizer.h46 * Before capturing data, the Visualizer must be enabled by calling the setEnabled() method.
76 virtual status_t setEnabled(bool enabled);
103 // must be called when the visualizer is not enabled
/frameworks/av/include/media/nbaio/
H A DNBLog.h134 virtual bool setEnabled(bool enabled); // but won't enable if no shared memory
166 virtual bool setEnabled(bool enabled);
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp161 int Effect_setEnabled(EffectContext *pContext, bool enabled);
1394 ALOGV("VirtualizerForceVirtualizationMode: forcedDev=0x%x enabled=%d tmpDisabled=%d",
1411 // verify whether the virtualization should be enabled or disabled
1419 // only enable for a supported mode, when the effect is enabled
1429 ALOGV("\tVirtualizerForceVirtualizationMode leaving LVM_VIRTUALIZER enabled");
1441 ALOGV("\tafter VirtualizerForceVirtualizationMode: enabled=%d tmpDisabled=%d",
1616 // Result is unaffected by whether EQ is enabled or not, or by whether
1885 //ALOGV("\tVolumeSetStereoPosition Position attempting to set, but not enabled %d %d\n",
1947 int32_t VolumeEnableStereoPosition(EffectContext *pContext, uint32_t enabled){ argument
1950 pContext->pBundledContext->bStereoPositionEnabled = enabled;
2744 Effect_setEnabled(EffectContext *pContext, bool enabled) argument
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp61 PREPROC_EFFECT_STATE_ACTIVE // active/enabled
113 uint32_t enabledMsk; // bit field containing IDs of enabled pre processors
126 uint32_t revEnabledMsk; // bit field containing IDs of enabled pre processors
341 ALOGV("AgcGetParameter() limiter enabled %s",
374 ALOGV("AgcSetParameter() limiter enabled %s", *(bool *)pValue ? "true" : "false");
570 // The geometry needs to be set with Beamforming enabled.
682 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled);
748 // enabling an already enabled effect is just ignored
1111 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled) argument
1113 if (enabled) {
[all...]
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp101 int enabled; local
133 mIEffectClient, priority, io, mSessionId, mOpPackageName, &mStatus, &mId, &enabled);
143 mEnabled = (volatile int32_t)enabled;
160 ALOGV("set() %p OK effect: %s id: %d status %d enabled %d pid %d", this, mDescriptor.name, mId,
208 status_t AudioEffect::setEnabled(bool enabled) argument
217 if (enabled != mEnabled) {
218 if (enabled) {
226 mEnabled = enabled;
383 void AudioEffect::enableStatusChanged(bool enabled) argument
385 ALOGV("enableStatusChanged %p enabled
[all...]
H A DAudioSystem.cpp945 status_t AudioSystem::setEffectEnabled(int id, bool enabled) argument
949 return aps->setEffectEnabled(id, enabled);
H A DIAudioFlinger.cpp721 int *enabled)
751 if (enabled != NULL) {
752 *enabled = tmp;
1299 int enabled = 0; local
1302 opPackageName, &status, &id, &enabled);
1305 reply->writeInt32(enabled);
712 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, status_t *status, int *id, int *enabled) argument
H A DIAudioPolicyService.cpp448 virtual status_t setEffectEnabled(int id, bool enabled) argument
453 data.writeInt32(enabled);
654 virtual void setAudioPortCallbacksEnabled(bool enabled) argument
658 data.writeInt32(enabled ? 1 : 0);
1091 bool enabled = static_cast <bool>(data.readInt32()); local
1092 reply->writeInt32(static_cast <int32_t>(setEffectEnabled(id, enabled)));
H A DIEffectClient.cpp50 void enableStatusChanged(bool enabled) argument
55 data.writeInt32((uint32_t)enabled);
108 bool enabled = (bool)data.readInt32(); local
109 enableStatusChanged(enabled);
H A DVisualizer.cpp61 status_t Visualizer::setEnabled(bool enabled) argument
67 if (enabled) {
78 status_t status = AudioEffect::setEnabled(enabled);
82 if (enabled) {
/frameworks/av/media/libnbaio/
H A DNBLog.cpp206 bool NBLog::Writer::setEnabled(bool enabled) argument
209 mEnabled = enabled && mShared != NULL;
267 bool NBLog::LockedWriter::setEnabled(bool enabled) argument
270 return Writer::setEnabled(enabled);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1881 bool enabled = autoFrc; local
1884 config.bEnabled = (OMX_BOOL)enabled;
1889 outputFormat->setInt32("auto-frc", enabled);
1890 } else if (enabled) {
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp1101 void SoftAAC2::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { argument
1112 CHECK(!enabled);
1120 CHECK(enabled);
H A DSoftAAC2.h44 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp503 void SoftAMR::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { argument
514 CHECK(!enabled);
522 CHECK(enabled);
H A DSoftAMR.h42 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp389 void SoftMP3::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { argument
400 CHECK(!enabled);
408 CHECK(enabled);
H A DSoftMP3.h44 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp543 void SoftOpus::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { argument
554 CHECK(!enabled);
562 CHECK(enabled);

Completed in 538 milliseconds

1234567891011>>