Searched refs:NO_ERROR (Results 1 - 25 of 84) sorted by relevance

1234

/hardware/ti/omap4xxx/libtiutils/
H A DErrorUtils.cpp33 return NO_ERROR;
59 return NO_ERROR;
75 return NO_ERROR;
82 return NO_ERROR;
96 return NO_ERROR;
134 return NO_ERROR;
H A DSemaphore.cpp54 @return NO_ERROR On Success
81 @return NO_ERROR On Success
89 status_t ret = NO_ERROR;
98 if ( NO_ERROR != ret )
122 @return NO_ERROR On success
145 @return NO_ERROR On success
189 @return NO_ERROR On success
195 status_t ret = NO_ERROR;
206 if ( NO_ERROR == ret )
220 if ( NO_ERROR !
[all...]
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp83 status_t ret = NO_ERROR;
97 status_t ret = NO_ERROR;
111 status_t ret = NO_ERROR;
121 if ( NO_ERROR == ret )
257 status_t res = NO_ERROR;
267 if ( NO_ERROR == res)
308 if ( NO_ERROR == res )
329 status_t ret = NO_ERROR;
347 if ( ret == NO_ERROR )
352 if ( ret == NO_ERROR )
[all...]
H A DCameraHalUtilClasses.cpp36 status_t ret = NO_ERROR;
52 status_t ret = NO_ERROR;
64 status_t ret = NO_ERROR;
90 status_t ret = NO_ERROR;
106 status_t ret = NO_ERROR;
127 status_t ret = NO_ERROR;
159 return NO_ERROR;
197 return NO_ERROR;
204 status_t ret = NO_ERROR;
301 if ( NO_ERROR !
[all...]
H A DCameraHal.cpp214 @return NO_ERROR
237 @return NO_ERROR
252 status_t ret = NO_ERROR;
1045 if ( NO_ERROR != ret ) {
1060 if (ret != NO_ERROR)
1074 status_t ret = NO_ERROR;
1114 if (ret != NO_ERROR) {
1128 status_t ret = NO_ERROR;
1147 status_t ret = NO_ERROR;
1154 if ( NO_ERROR
[all...]
/hardware/qcom/camera/QCamera2/util/
H A DQCameraCmdThread.cpp81 * NO_ERROR -- success
92 return NO_ERROR;
104 * NO_ERROR -- success
111 return NO_ERROR;
127 * NO_ERROR -- success
151 return NO_ERROR;
185 * NO_ERROR -- success
190 int32_t rc = NO_ERROR;
197 if (NO_ERROR != rc) {
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFocus.cpp42 status_t ret = NO_ERROR;
59 if ( (NO_ERROR == ret) && CameraArea::areAreasDifferent(mFocusAreas, tempAreas) ) {
82 status_t ret = NO_ERROR;
102 return NO_ERROR;
108 return NO_ERROR;
132 if (set3ALock(mUserSetExpLock, mUserSetWbLock, OMX_FALSE) != NO_ERROR) {
143 if ( NO_ERROR != ret ) {
203 if(ret != NO_ERROR) {
210 if ( NO_ERROR == ret ) {
238 return NO_ERROR;
[all...]
H A DOMXCapabilities.cpp231 status_t ret = NO_ERROR;
258 status_t ret = NO_ERROR;
311 status_t ret = NO_ERROR;
323 return NO_ERROR;
377 status_t res = NO_ERROR;
407 status_t ret = NO_ERROR;
434 status_t ret = NO_ERROR;
459 status_t ret = NO_ERROR;
472 if ( NO_ERROR != ret ) {
485 status_t ret = NO_ERROR;
[all...]
H A DOMXZoom.cpp55 status_t ret = NO_ERROR;
88 status_t ret = NO_ERROR;
108 return NO_ERROR;
111 if ( NO_ERROR == ret )
140 status_t ret = NO_ERROR;
184 if ( NO_ERROR == ret )
189 if ( NO_ERROR == ret )
216 if ( NO_ERROR == ret )
240 status_t ret = NO_ERROR;
269 status_t ret = NO_ERROR;
[all...]
H A DOMXCapture.cpp38 status_t ret = NO_ERROR;
280 status_t ret = NO_ERROR;
286 if ( NO_ERROR == ret )
298 if ( ret == NO_ERROR )
321 status_t ret = NO_ERROR;
338 if ( NO_ERROR == ret )
351 if ( NO_ERROR == ret )
380 status_t ret = NO_ERROR;
399 if ( NO_ERROR == ret )
430 if ( NO_ERROR
[all...]
H A DOMXCameraAdapter.cpp65 status_t ret = NO_ERROR;
124 if(ret != NO_ERROR) {
141 if ( NO_ERROR == ret ) {
223 if ( ret != NO_ERROR )
227 ret = NO_ERROR;
246 if ( ret != NO_ERROR )
250 ret = NO_ERROR;
290 if ( NO_ERROR != ret ) {
347 status_t ret = NO_ERROR;
363 if ( (NO_ERROR
[all...]
H A DOMXFD.cpp45 status_t ret = NO_ERROR;
56 status_t ret = NO_ERROR;
61 if (ret != NO_ERROR) {
80 status_t ret = NO_ERROR;
88 if (ret != NO_ERROR) {
94 if (ret != NO_ERROR) {
119 status_t ret = NO_ERROR;
131 if ( NO_ERROR == ret )
163 if ( NO_ERROR == ret )
167 if ( NO_ERROR !
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioHardwareStub.h38 virtual status_t setVolume(float left, float right) { return NO_ERROR; }
42 virtual status_t setParameters(const String8& keyValuePairs) { return NO_ERROR;}
54 virtual status_t setGain(float gain) { return NO_ERROR; }
57 virtual status_t standby() { return NO_ERROR; }
58 virtual status_t setParameters(const String8& keyValuePairs) { return NO_ERROR;}
61 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; }
62 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; }
75 virtual status_t setMicMute(bool state) { mMicMute = state; return NO_ERROR; }
76 virtual status_t getMicMute(bool* state) { *state = mMicMute ; return NO_ERROR; }
H A DAudioHardwareStub.cpp42 return NO_ERROR;
53 if (lStatus == NO_ERROR)
78 if (lStatus == NO_ERROR)
91 return NO_ERROR;
96 return NO_ERROR;
108 return NO_ERROR;
114 return NO_ERROR;
125 return NO_ERROR;
137 return NO_ERROR;
152 return NO_ERROR;
[all...]
H A DA2dpAudioInterface.cpp82 if ((err = out->set(devices, format, channels, sampleRate)) == NO_ERROR) {
138 status_t status = NO_ERROR;
143 if (param.get(key, value) == NO_ERROR) {
151 if (param.get(key, value) == NO_ERROR) {
161 if (status == NO_ERROR) {
177 if (param.get(key, value) == NO_ERROR) {
183 if (param.get(key, value) == NO_ERROR) {
265 return NO_ERROR;
359 int result = NO_ERROR;
379 status_t status = NO_ERROR;
[all...]
H A DAudioDumpInterface.cpp95 if (status) *status = NO_ERROR;
161 if (status) *status = NO_ERROR;
196 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) {
200 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) {
205 return NO_ERROR;
209 return NO_ERROR;
219 if (param.get(String8("test_cmd_policy"), value) == NO_ERROR) {
231 if (param.get(String8("test_cmd_file_name"), value) == NO_ERROR) {
309 return NO_ERROR;
342 return NO_ERROR;
[all...]
H A DAudioHardwareGeneric.cpp61 if (::access(kAudioDeviceName, O_RDWR) == NO_ERROR)
62 return NO_ERROR;
86 if (lStatus == NO_ERROR) {
126 if (lStatus == NO_ERROR) {
144 return NO_ERROR;
157 return NO_ERROR;
163 return NO_ERROR;
175 return NO_ERROR;
187 return NO_ERROR;
226 return NO_ERROR;
[all...]
H A DAudioHardwareInterface.cpp96 return NO_ERROR;
102 return NO_ERROR;
148 return NO_ERROR;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp93 * NO_ERROR -- success
99 int rc = NO_ERROR;
109 if (rc == NO_ERROR) {
156 if (rc == NO_ERROR) {
183 if (rc == NO_ERROR) {
210 if (rc == NO_ERROR) {
230 int ret = NO_ERROR;
239 if (ret == NO_ERROR) {
257 * NO_ERROR -- success
262 int ret = NO_ERROR;
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp68 return NO_ERROR;
88 return (ret < 0) ? BAD_VALUE : NO_ERROR;
108 return (ret < 0) ? BAD_VALUE : NO_ERROR;
128 return (ret < 0) ? BAD_VALUE : NO_ERROR;
H A Dacoustics_default.cpp84 return NO_ERROR;
90 return NO_ERROR;
97 return NO_ERROR;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_qclient.cpp65 return NO_ERROR;
67 return NO_ERROR;
104 result = NO_ERROR;
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_qclient.cpp65 return NO_ERROR;
67 return NO_ERROR;
104 result = NO_ERROR;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp61 return NO_ERROR;
73 return NO_ERROR;
103 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
109 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
115 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
121 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
127 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_BYTE, 1))
135 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT64, 1))
142 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_INT32, 1))
148 if (NO_ERROR !
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_qclient.cpp65 return NO_ERROR;
67 return NO_ERROR;
107 result = NO_ERROR;

Completed in 557 milliseconds

1234