/hardware/libhardware/modules/sensors/tests/ |
D | SensorEventQueue_test.cpp | 94 bool success; member 107 ctx->success = true; in fullQueueWriterTask() 129 ctx->success = in fullQueueWriterTask() 160 ctx->success = ctx->success && checkInt("totalreads", FULL_QUEUE_EVENT_COUNT, totalReads); in fullQueueReaderTask() 170 readerCtx.success = true; in testFullQueueIo() 174 writerCtx.success = true; in testFullQueueIo() 184 if (!readerCtx.success || !writerCtx.success) return false; in testFullQueueIo()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdpRot.cpp | 164 bool success = true; in close() local 169 success = false; in close() 174 success = false; in close() 178 success = false; in close() 181 return success; in close()
|
D | overlayMdssRot.cpp | 208 bool success = true; in close() local 213 success = false; in close() 219 success = false; in close() 223 success = false; in close() 226 return success; in close()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMdssRot.cpp | 209 bool success = true; in close() local 214 success = false; in close() 220 success = false; in close() 224 success = false; in close() 227 return success; in close()
|
D | overlayMdpRot.cpp | 179 bool success = true; in close() local 184 success = false; in close() 189 success = false; in close() 193 success = false; in close() 196 return success; in close()
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayMdpRot.cpp | 164 bool success = true; in close() local 169 success = false; in close() 174 success = false; in close() 178 success = false; in close() 181 return success; in close()
|
D | overlayMdssRot.cpp | 211 bool success = true; in close() local 216 success = false; in close() 222 success = false; in close() 226 success = false; in close() 229 return success; in close()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMdpRot.cpp | 183 bool success = true; in close() local 188 success = false; in close() 193 success = false; in close() 197 success = false; in close() 200 return success; in close()
|
D | overlayMdssRot.cpp | 232 bool success = true; in close() local 237 success = false; in close() 243 success = false; in close() 247 success = false; in close() 250 return success; in close()
|
/hardware/intel/img/hwcomposer/include/ |
D | ExternalDevice.h | 48 static void HdcpLinkStatusListener(bool success, void *userData); 49 void HdcpLinkStatusListener(bool success);
|
D | IHdcpControl.h | 22 typedef void (*HdcpStatusCallback)(bool success, void *userData);
|
/hardware/intel/common/libva/va/drm/ |
D | va_drm_auth_x11.c | 162 bool success = false; in va_drm_authenticate_x11() local 167 success = drm_auth_x11_authenticate(&auth, fd, magic); in va_drm_authenticate_x11() 171 return success; in va_drm_authenticate_x11()
|
/hardware/intel/img/hwcomposer/common/devices/ |
D | ExternalDevice.cpp | 189 void ExternalDevice::HdcpLinkStatusListener(bool success, void *userData) in HdcpLinkStatusListener() argument 196 p->HdcpLinkStatusListener(success); in HdcpLinkStatusListener() 199 void ExternalDevice::HdcpLinkStatusListener(bool success) in HdcpLinkStatusListener() argument 202 DLOGTRACE("HDCP authentication status %d, sending hotplug event...", success); in HdcpLinkStatusListener()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 379 if (err < 0 || p_response->success == 0) goto error; in requestRadioPower() 383 if (err < 0|| p_response->success == 0) { in requestRadioPower() 442 if (err != 0 || p_response->success == 0) { in requestOrSendDataCallList() 496 if (err != 0 || p_response->success == 0) { in requestOrSendDataCallList() 634 if (err < 0 || p_response->success == 0) { in requestQueryNetworkSelectionMode() 689 if (err != 0 || p_response->success == 0) { 833 if (err != 0 || p_response->success == 0) goto error; 877 if (err < 0 || p_response->success == 0) { 940 if (err || !p_response->success) { 996 if (err < 0 || !p_response->success) goto error; [all …]
|
D | atchannel.c | 240 sp_response->success = 1; in processLine() 243 sp_response->success = 0; in processLine() 801 && (*pp_outResponse)->success > 0 in at_send_command_singleline() 823 && (*pp_outResponse)->success > 0 in at_send_command_numeric() 847 && (*pp_outResponse)->success > 0 in at_send_command_sms() 941 if (p_response->success > 0) { in at_get_cme_error()
|
D | atchannel.h | 62 int success; /* true if final response indicates member
|
/hardware/intel/common/libva/va/x11/ |
D | va_fglrx.c | 136 Bool success = False; in VA_FGLRXGetClientDriverName() local 231 success = True; in VA_FGLRXGetClientDriverName() 245 return success; in VA_FGLRXGetClientDriverName()
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_rt.c | 121 me->dUptime->success = 1; in PERF_RT_create() 260 if (dUptime->success && uptime && idletime) in start_stop_uptime() 269 dUptime->start_idletime = dUptime->start_uptime = dUptime->success = 0; in start_stop_uptime() 731 if (uptime > 0 && me->dUptime->success) in __rt_Buffer() 748 if (uptime > 0 && me->dUptime->success) in __rt_Buffer() 761 me->dUptime->success = 0; in __rt_Buffer() 828 if (me->dUptime->success && me->dUptime->start_uptime) in __rt_Done()
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
D | perf_rt.h | 36 int success; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CHANGES | 8 falsely reported as a success if the exit code is 0).
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 7030 bool success = false; in Passed() local 7051 success = true; in Passed() 7070 return success; in Passed() 8732 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream() local 8736 GTEST_CHECK_(success != 0) in CapturedStream()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 17675 explicit AssertionResult(bool success) : success_(success) {}
|