/device/google/cuttlefish/guest/hals/camera/ |
D | GrallocModule.cpp | 52 V3Error error = V3Error::NONE; in import() 57 if (error == V3Error::NONE) { in import() 61 if (!ret.isOk() || error != V3Error::NONE) { in import() 119 V3Error error = V3Error::NONE; in lock() 126 if (tmp_err == V3Error::NONE) { in lock() 130 if (!ret.isOk() || error != V3Error::NONE) { in lock() 170 if (tmp_err == V3Error::NONE) { in lock_ycbcr() 175 if (!ret.isOk() || error != V3Error::NONE) { in lock_ycbcr() 211 if (!ret.isOk() || error != V3Error::NONE) { in unlock()
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 99 if (e == Error3::NONE) { in importBuffer() 100 hidl_cb(Error3::NONE, imported); in importBuffer() 129 RETURN(Error3::NONE); in freeBuffer() 143 if (e == Error3::NONE) { in lock() 144 hidl_cb(Error3::NONE, ptr, bytesPerPixel, bytesPerStride); in lock() 159 if (e == Error3::NONE) { in lockYCbCr() 160 hidl_cb(Error3::NONE, ycbcr); in lockYCbCr() 177 hidl_cb(Error3::NONE, raw); in createDescriptor() 183 hidl_cb(Error3::NONE, isSupportedImpl(description)); in isSupported() 202 hidl_cb(Error3::NONE, cb->numFds, cb->numInts); in getTransportSize() [all …]
|
D | allocator3.cpp | 64 if (e == Error3::NONE) { in allocate() 66 hidl_cb(Error3::NONE, stride, handles); in allocate() 109 if (e != Error3::NONE) { in allocateImpl() 256 if (e == Error3::NONE) { in allocateImpl2() 263 RETURN(Error3::NONE); in allocateImpl2() 290 RETURN(Error3::NONE); in getBufferFormat() 294 RETURN(Error3::NONE); in getBufferFormat() 304 RETURN(Error3::NONE); in getBufferFormat() 307 RETURN(Error3::NONE); in getBufferFormat() 398 RETURN(Error3::NONE); in allocateCb()
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/ |
D | online_calibration.h | 75 cal_update_polling_flags_ = CalibrationTypeFlags::NONE; in GetSensorCalibration() 109 cal_update_polling_flags_ = CalibrationTypeFlags::NONE; in InitializeCalData() 124 CalibrationTypeFlags::NONE;
|
D | calibration_data.h | 53 NONE = 0x00, enumerator
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | gralloc_utils.cpp | 137 if (err == ErrorV3::NONE) { in Import() 142 if (!ret.isOk() || error != ErrorV3::NONE) { in Import() 194 ErrorV3 error = ErrorV3::NONE; in Lock() 203 if (lock_error == ErrorV3::NONE) { in Lock() 212 if (error != ErrorV3::NONE) { in Lock() 280 ErrorV3 error = ErrorV3::NONE; in LockYCbCr() 288 if (lock_error == ErrorV3::NONE) { in LockYCbCr() 297 if (error != ErrorV3::NONE) { in LockYCbCr() 338 ErrorV3 error = ErrorV3::NONE; in Unlock() 346 if (error != ErrorV3::NONE) { in Unlock()
|
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/ |
D | nano_calibration.h | 156 online_calibration::CalibrationTypeFlags::NONE; 158 online_calibration::CalibrationTypeFlags::NONE; 160 online_calibration::CalibrationTypeFlags::NONE;
|
D | nano_calibration.cc | 162 if (new_cal_flags != CalibrationTypeFlags::NONE) { in ProcessSample() 175 if (new_cal_flags != CalibrationTypeFlags::NONE) { in ProcessSample() 195 if (new_cal_flags != CalibrationTypeFlags::NONE) { in ProcessSample() 328 *flags = CalibrationTypeFlags::NONE; // Resets the calibration flags. in DetectRuntimeCalibration()
|
/device/google/coral-kernel/sm8150/kernel-headers/drm/ |
D | drm_fourcc.h | 112 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 113 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0)
|
/device/google/coral-kernel/sm8150/original-kernel-headers/drm/ |
D | drm_fourcc.h | 208 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 218 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0)
|
/device/google/coral/usb/ |
D | Usb.cpp | 103 (*currentPortStatus_1_2)[0].contaminantProtectionStatus = ContaminantProtectionStatus::NONE; in queryMoistureDetectionStatus() 375 *currentRole = static_cast<uint32_t>(PortPowerRole::NONE); in getCurrentRoleHelper() 378 *currentRole = static_cast<uint32_t>(PortDataRole::NONE); in getCurrentRoleHelper() 381 *currentRole = static_cast<uint32_t>(PortMode_1_1::NONE); in getCurrentRoleHelper() 536 (*currentPortStatus_1_2)[i].status_1_1.status.supportedModes = V1_0::PortMode::NONE; in getPortStatusHelper() 537 (*currentPortStatus_1_2)[i].status_1_1.status.currentMode = V1_0::PortMode::NONE; in getPortStatusHelper()
|
D | UsbGadget.cpp | 307 if (functions == static_cast<uint64_t>(GadgetFunction::NONE)) { in setCurrentUsbFunctions()
|
/device/google/bonito/usb/ |
D | Usb.cpp | 294 *currentRole = static_cast<uint32_t>(PortPowerRole::NONE); in getCurrentRoleHelper() 297 *currentRole = static_cast<uint32_t>(PortDataRole::NONE); in getCurrentRoleHelper() 300 *currentRole = static_cast<uint32_t>(PortMode_1_1::NONE); in getCurrentRoleHelper() 461 (*currentPortStatus_1_1)[i].status.supportedModes = V1_0::PortMode::NONE; in getPortStatusHelper() 462 (*currentPortStatus_1_1)[i].status.currentMode = V1_0::PortMode::NONE; in getPortStatusHelper()
|
D | UsbGadget.cpp | 612 if (functions == static_cast<uint64_t>(GadgetFunction::NONE)) { in setCurrentUsbFunctions()
|
/device/google/wahoo/usb/ |
D | Usb.cpp | 320 *currentRole = static_cast<uint32_t>(PortPowerRole::NONE); in getCurrentRoleHelper() 323 *currentRole = static_cast<uint32_t>(PortDataRole::NONE); in getCurrentRoleHelper() 326 *currentRole = static_cast<uint32_t>(PortMode_1_1::NONE); in getCurrentRoleHelper() 487 (*currentPortStatus_1_1)[i].status.supportedModes = V1_0::PortMode::NONE; in getPortStatusHelper() 488 (*currentPortStatus_1_1)[i].status.currentMode = V1_0::PortMode::NONE; in getPortStatusHelper()
|
D | UsbGadget.cpp | 585 if (functions == static_cast<uint64_t>(GadgetFunction::NONE)) { in setCurrentUsbFunctions()
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | SimpleGoldfishOMXComponent.cpp | 540 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE); in onPortEnable() 600 if (port->mTransition != PortInfo::NONE) { in onPortFlush() 700 port->mTransition = PortInfo::NONE; in checkTransitions() 709 port->mTransition = PortInfo::NONE; in checkTransitions() 725 info->mTransition = PortInfo::NONE; in addPort()
|
D | GoldfishVideoDecoderOMXComponent.cpp | 65 mOutputPortSettingsChange(NONE), in GoldfishVideoDecoderOMXComponent() 777 mOutputPortSettingsChange = NONE; in onReset() 786 case NONE: in onPortEnableCompleted() 800 mOutputPortSettingsChange = NONE; in onPortEnableCompleted()
|
D | GoldfishVideoDecoderOMXComponent.h | 149 NONE, enumerator
|
D | SimpleGoldfishOMXComponent.h | 63 NONE, enumerator
|
/device/google/crosshatch/usb/ |
D | Usb.cpp | 296 *currentRole = static_cast<uint32_t>(PortPowerRole::NONE); in getCurrentRoleHelper() 299 *currentRole = static_cast<uint32_t>(PortDataRole::NONE); in getCurrentRoleHelper() 302 *currentRole = static_cast<uint32_t>(PortMode_1_1::NONE); in getCurrentRoleHelper() 463 (*currentPortStatus_1_1)[i].status.supportedModes = V1_0::PortMode::NONE; in getPortStatusHelper() 464 (*currentPortStatus_1_1)[i].status.currentMode = V1_0::PortMode::NONE; in getPortStatusHelper()
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/ |
D | gyro_offset_over_temp_cal.cc | 90 CalibrationTypeFlags cal_update_callback_flags = CalibrationTypeFlags::NONE; in SetMeasurement()
|
/device/google/cuttlefish/tests/wifi/src/com/android/cuttlefish/wifi/tests/ |
D | WifiE2eTests.java | 106 conf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); in enableNetwork()
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | GoldfishVPX.cpp | 264 if (mOutputPortSettingsChange != NONE || mEOSStatus == OUTPUT_FRAMES_FLUSHED) { in onQueueFilled()
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.cpp | 299 if (mOutputPortSettingsChange != NONE) { in onQueueFilled()
|