/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/intel/img/hwcomposer/merrifield/common/devices/ |
D | ExternalDevice.cpp | 175 void ExternalDevice::HdcpLinkStatusListener(bool success, void *userData) in HdcpLinkStatusListener() argument 182 p->HdcpLinkStatusListener(success); in HdcpLinkStatusListener() 185 void ExternalDevice::HdcpLinkStatusListener(bool success) in HdcpLinkStatusListener() argument 187 if (!success) { in HdcpLinkStatusListener() 193 DTRACE("HDCP authentication status %d, sending hotplug event...", success); in HdcpLinkStatusListener() 198 if (success) { in HdcpLinkStatusListener()
|
/hardware/ril/libril/ |
D | RilSapSocket.cpp | 339 bool success = false; in sendResponse() local 343 if ((success = pb_get_encoded_size(&encoded_size, MsgHeader_fields, in sendResponse() 350 success = pb_encode(&ostream, MsgHeader_fields, hdr); in sendResponse() 352 if (success) { in sendResponse() 370 hdr->type, encoded_size, commandFd, success); in sendResponse() 432 bool success = false; in sendDisconnect() local 436 if ((success = pb_get_encoded_size(&encoded_size, RIL_SIM_SAP_DISCONNECT_REQ_fields, in sendDisconnect() 443 success = pb_encode(&ostream, RIL_SIM_SAP_DISCONNECT_REQ_fields, buffer); in sendDisconnect() 445 if(success) { in sendDisconnect()
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | ExternalDevice.h | 42 static void HdcpLinkStatusListener(bool success, void *userData); 43 void HdcpLinkStatusListener(bool success);
|
D | IHdcpControl.h | 22 typedef void (*HdcpStatusCallback)(bool success, void *userData);
|
/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/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/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/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/moorefield_hdmi/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/qcom/display/msm8994/liboverlay/ |
D | overlayMdpRot.cpp | 191 bool success = true; in close() local 196 success = false; in close() 201 success = false; in close() 205 success = false; in close() 208 return success; in close()
|
D | overlayMdssRot.cpp | 267 bool success = true; in close() local 272 success = false; in close() 278 success = false; in close() 282 success = false; in close() 285 return success; in close()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
D | ExternalDevice.cpp | 187 void ExternalDevice::HdcpLinkStatusListener(bool success, void *userData) in HdcpLinkStatusListener() argument 194 p->HdcpLinkStatusListener(success); in HdcpLinkStatusListener() 197 void ExternalDevice::HdcpLinkStatusListener(bool success) in HdcpLinkStatusListener() argument 200 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
|