Searched refs:enabled (Results 1 - 25 of 225) sorted by relevance

123456789

/hardware/interfaces/audio/2.0/
H A DIPrimaryDevice.hal42 * Gets whether BT SCO Noise Reduction and Echo Cancellation are enabled.
47 * @return enabled whether BT SCO NR + EC are enabled.
49 getBtScoNrecEnabled() generates (Result retval, bool enabled);
52 * Sets whether BT SCO Noise Reduction and Echo Cancellation are enabled.
56 * @param enabled whether BT SCO NR + EC are enabled.
59 setBtScoNrecEnabled(bool enabled) generates (Result retval);
62 * Gets whether BT SCO Wideband mode is enabled. Calling this method is
66 * @return enabled whethe
[all...]
/hardware/interfaces/vr/1.0/
H A DIVr.hal30 * Set the VR mode state. Possible states of the enabled parameter are:
32 * true - VR mode is enabled, turn on all VR-specific settings.
40 setVrMode(bool enabled);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DVsyncEventObserver.cpp71 WTRACE("vsync is still enabled");
87 bool VsyncEventObserver::control(bool enabled) argument
89 ATRACE("enabled = %d on device %d", enabled, mDevice);
90 if (enabled == mEnabled) {
91 WTRACE("vsync state %d is not changed", enabled);
96 bool ret = mVsyncControl->control(mDevice, enabled);
98 ETRACE("failed to control (%d) vsync on display %d", enabled, mDevice);
102 mEnabled = enabled;
125 WTRACE("failed to wait for vsync on display %d, vsync enabled
[all...]
H A DSoftVsyncObserver.cpp70 WTRACE("soft vsync is still enabled");
95 bool SoftVsyncObserver::control(bool enabled) argument
97 if (enabled == mEnabled) {
98 WTRACE("vsync state %d is not changed", enabled);
102 if (enabled) {
106 mEnabled = enabled;
H A DSoftVsyncObserver.h35 virtual bool control(bool enabled);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
H A DVsyncEventObserver.cpp70 WLOGTRACE("vsync is still enabled");
86 bool VsyncEventObserver::control(bool enabled) argument
88 ALOGTRACE("enabled = %d on device %d", enabled, mDevice);
89 if (enabled == mEnabled) {
90 WLOGTRACE("vsync state %d is not changed", enabled);
95 bool ret = mVsyncControl->control(mDevice, enabled);
97 ELOGTRACE("failed to control (%d) vsync on display %d", enabled, mDevice);
101 mEnabled = enabled;
124 WLOGTRACE("failed to wait for vsync on display %d, vsync enabled
[all...]
H A DSoftVsyncObserver.cpp66 WLOGTRACE("soft vsync is still enabled");
91 bool SoftVsyncObserver::control(bool enabled) argument
93 if (enabled == mEnabled) {
94 WLOGTRACE("vsync state %d is not changed", enabled);
98 if (enabled) {
102 mEnabled = enabled;
/hardware/interfaces/vr/1.0/default/
H A DVr.cpp40 Return<void> Vr::setVrMode(bool enabled) { argument
41 mDevice->set_vr_mode(mDevice, enabled);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DIVsyncControl.h29 virtual bool control(int disp, bool enabled) = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVsyncControl.h32 bool control(int disp, bool enabled);
H A DVsyncControl.cpp46 bool VsyncControl::control(int disp, bool enabled) argument
48 ATRACE("disp = %d, enabled = %d", disp, enabled);
56 if (enabled) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DIVsyncControl.h29 virtual bool control(int disp, bool enabled) = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DVsyncControl.h32 bool control(int disp, bool enabled);
H A DVsyncControl.cpp46 bool VsyncControl::control(int disp, bool enabled) argument
48 ALOGTRACE("disp = %d, enabled = %d", disp, enabled);
56 if (enabled) {
/hardware/libhardware/include/hardware/
H A Dvr.h47 * setting, and should be enabled from the lights.h HAL when
99 * Set the VR mode state. Possible states of the enabled parameter are:
101 * true - VR mode is enabled, turn on all VR-specific settings.
107 void (*set_vr_mode)(struct vr_module *module, bool enabled);
/hardware/interfaces/audio/2.0/default/
H A DPrimaryDevice.cpp160 bool enabled; local
161 Result retval = mDevice->getParam(AudioParameter::keyBtNrec, &enabled);
162 _hidl_cb(retval, enabled);
166 Return<Result> PrimaryDevice::setBtScoNrecEnabled(bool enabled) { argument
167 return mDevice->setParam(AudioParameter::keyBtNrec, enabled);
172 bool enabled; local
173 Result retval = mDevice->getParam(AUDIO_PARAMETER_KEY_BT_SCO_WB, &enabled);
174 _hidl_cb(retval, enabled);
178 Return<Result> PrimaryDevice::setBtScoWidebandEnabled(bool enabled) { argument
179 return mDevice->setParam(AUDIO_PARAMETER_KEY_BT_SCO_WB, enabled);
196 bool enabled; local
202 setHacEnabled(bool enabled) argument
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dfw_pvt.h20 #define TRAPS_ENABLED(enabled) __asm__ volatile ("mov %%psr, %0; and %0, 0x20, %0": "=r" (enabled):)
22 #define TRAPS_INT_DISABLED(enabled) __asm__ volatile ("mov %%psr, %0; and %0, 0xF00, %0": "=r" (enabled):)
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngPrimaryPlane.h34 bool enablePlane(bool enabled);
/hardware/interfaces/audio/effect/2.0/
H A DIAutomaticGainControlEffect.hal46 setLimiterEnabled(bool enabled) generates (Result retval);
49 * Returns whether limiter is enabled.
51 isLimiterEnabled() generates (Result retval, bool enabled);
/hardware/interfaces/gnss/1.0/default/
H A DGnssConfiguration.cpp33 Return<bool> GnssConfiguration::setSuplEs(bool enabled) { argument
39 std::string config = "SUPL_ES=" + std::to_string(enabled ? 1 : 0) + "\n";
101 Return<bool> GnssConfiguration::setEmergencySuplPdn(bool enabled) { argument
107 std::string config = "USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=" + std::to_string(enabled ? 1 : 0)
/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicant.hal134 * @return enabled true if set, false otherwise.
136 isDebugShowTimestampEnabled() generates (bool enabled);
141 * @return enabled true if set, false otherwise.
143 isDebugShowKeysEnabled() generates (bool enabled);
/hardware/libhardware/modules/vr/
H A Dvr.c25 static void vr_set_vr_mode(struct vr_module *module, bool enabled) { argument
/hardware/interfaces/camera/device/1.0/
H A DICameraDevice.hal213 * Query whether a message, or a set of messages, is enabled. Note that
218 * @return enabled Whether all the specified flags are enabled.
220 msgTypeEnabled(FrameCallbackFlags msgType) generates (bool enabled);
235 * Returns true if preview is enabled.
237 * @return enabled Whether preview is currently enabled.
239 previewEnabled() generates (bool enabled);
293 * Returns true if recording is enabled.
295 * @return enabled Tru
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DVsyncManager.cpp57 WTRACE("vsync is still enabled");
66 bool VsyncManager::handleVsyncControl(int disp, bool enabled) argument
75 if (mEnabled == enabled) {
76 WTRACE("vsync state %d is not changed", enabled);
80 if (!enabled) {
173 WTRACE("vsync has been enabled on %d", mVsyncSource);
H A DVsyncManager.h36 bool handleVsyncControl(int disp, bool enabled);

Completed in 605 milliseconds

123456789