/hardware/knowles/athletico/sound_trigger_hal/ |
D | cvq_util.c | 64 int err = 0; in write_model() local 116 int err = 0; in get_model_state() local 131 int err = 0; in get_event() local 146 int err = 0; in reset_ambient_plugin() local 165 int err = 0; in set_sensor_route() local 182 int err = 0; in set_ambient_state() local 222 int err = 0; in tear_ambient_state() local 272 int err = 0; in set_ambient_route() local 291 int err = 0; in tear_ambient_route() local 310 int err = 0; in set_hotword_state() local [all …]
|
D | iaxxx_odsp_hw.c | 81 int err = 0; in iaxxx_odsp_deinit() local 112 int err = 0; in iaxxx_odsp_package_load() local 157 int err = 0; in iaxxx_odsp_package_unload() local 196 int err = 0; in iaxxx_odsp_plugin_get_package_version() local 244 int err = 0; in iaxxx_odsp_plugin_get_plugin_version() local 299 int err = 0; in iaxxx_odsp_plugin_create() local 344 int err = 0; in iaxxx_odsp_plugin_set_creation_config() local 401 int err = 0; in iaxxx_odsp_plugin_destroy() local 439 int err = 0; in iaxxx_odsp_plugin_enable() local 477 int err = 0; in iaxxx_odsp_plugin_disable() local [all …]
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_dec.cpp | 51 GLint err = this->glGetError(); in decode() local 71 GLint err = this->glGetError(); in decode() local 88 GLint err = this->glGetError(); in decode() local 107 GLint err = this->glGetError(); in decode() local 127 GLint err = this->glGetError(); in decode() local 145 GLint err = this->glGetError(); in decode() local 163 GLint err = this->glGetError(); in decode() local 182 GLint err = this->glGetError(); in decode() local 204 GLint err = this->glGetError(); in decode() local 226 GLint err = this->glGetError(); in decode() local [all …]
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 50 GLint err = this->glGetError(); in decode() local 68 GLint err = this->glGetError(); in decode() local 88 GLint err = this->glGetError(); in decode() local 106 GLint err = this->glGetError(); in decode() local 124 GLint err = this->glGetError(); in decode() local 142 GLint err = this->glGetError(); in decode() local 160 GLint err = this->glGetError(); in decode() local 180 GLint err = this->glGetError(); in decode() local 197 GLint err = this->glGetError(); in decode() local 215 GLint err = this->glGetError(); in decode() local [all …]
|
/hardware/ti/am57x/bootctrl/ |
D | bootloader_message.cpp | 38 static std::string get_misc_blk_device(std::string* err) { in get_misc_blk_device() 54 static bool wait_for_device(const std::string& blk_device, std::string* err) { in wait_for_device() 76 size_t offset, std::string* err) { in read_misc_partition() 100 size_t offset, std::string* err) { in write_misc_partition() 125 std::string get_bootloader_message_blk_device(std::string* err) { in get_bootloader_message_blk_device() 133 std::string* err) { in read_bootloader_message_from() 138 bool read_bootloader_message(bootloader_message* boot, std::string* err) { in read_bootloader_message() 147 std::string* err) { in read_bootloader_control_from() 153 std::string* err) { in write_bootloader_message_to() 158 bool write_bootloader_message(const bootloader_message& boot, std::string* err) { in write_bootloader_message() [all …]
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerClient.cpp | 58 auto err = mHal->createLayer(display, layer); in createLayer() local 73 auto err = mHal->createVirtualDisplay(width, height, formatHint, display); in createVirtualDisplay() local 83 auto err = mHal->getDisplayConfigurations(display, maxFrameIntervalNs, configs); in getDisplayConfigurations() local 91 auto err = mHal->notifyExpectedPresent(display, expectedPresentTime, frameIntervalNs); in notifyExpectedPresent() local 97 auto err = mHal->destroyLayer(display, layer); in destroyLayer() local 106 auto err = mHal->destroyVirtualDisplay(display); in destroyVirtualDisplay() local 119 auto err = engine.init(); in executeCommands() local 135 auto err = mHal->getActiveConfig(display, config); in getActiveConfig() local 142 auto err = mHal->getColorModes(display, colorModes); in getColorModes() local 153 auto err = mHal->getDataspaceSaturationMatrix(dataspace, matrix); in getDataspaceSaturationMatrix() local [all …]
|
D | ComposerCommandEngine.cpp | 89 auto err = mHal->flushDisplayBrightnessChange(display); in execute() local 104 auto err = mHal->batchedCreateDestroyLayer(display, layerCmd.layer, cmdType); in dispatchBatchCreateDestroyLayerCommand() local 183 auto err = in executeValidateDisplayInternal() local 202 auto err = mHal->setColorTransform(display, matrix); in executeSetColorTransform() local 216 auto err = mResources->getDisplayClientTarget(display, command.buffer.slot, useCache, handle, in executeSetClientTarget() local 238 auto err = mResources->getDisplayOutputBuffer(display, buffer.slot, useCache, handle, in executeSetOutputBuffer() local 267 auto err = mHal->setDisplayBrightness(display, command.brightness); in executeSetDisplayBrightness() local 308 auto err = mHal->acceptDisplayChanges(display); in executeAcceptDisplayChanges() local 319 auto err = mHal->presentDisplay(display, presentFence, &layers, &fences); in executePresentDisplay() local 330 auto err = mHal->setLayerCursorPosition(display, layer, cursorPosition.x, cursorPosition.y); in executeSetLayerCursorPosition() local [all …]
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerCommandEngine.h | 156 auto err = mHal->validateDisplay(mCurrentDisplay, &changedLayers, &compositionTypes, in executeValidateDisplayInternal() local 200 auto err = mHal->setColorTransform(mCurrentDisplay, matrix, transform); in executeSetColorTransform() local 224 auto err = mResources->getDisplayClientTarget(mCurrentDisplay, slot, useCache, rawHandle, in executeSetClientTarget() local 255 auto err = mResources->getDisplayOutputBuffer(mCurrentDisplay, slot, useCache, rawhandle, in executeSetOutputBuffer() local 291 auto err = mResources->mustValidateDisplay(mCurrentDisplay) in executePresentOrValidateDisplay() local 303 auto err = executeValidateDisplayInternal(); in executePresentOrValidateDisplay() local 316 auto err = mHal->acceptDisplayChanges(mCurrentDisplay); in executeAcceptDisplayChanges() local 332 auto err = mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences); in executePresentDisplay() local 348 auto err = mHal->setLayerCursorPosition(mCurrentDisplay, mCurrentLayer, readSigned(), in executeSetLayerCursorPosition() local 370 auto err = mResources->getLayerBuffer(mCurrentDisplay, mCurrentLayer, slot, useCache, in executeSetLayerBuffer() local [all …]
|
D | ComposerClient.h | 145 Error err = mHal->createVirtualDisplay(width, height, &formatHint, &display); in createVirtualDisplay() local 155 Error err = mHal->destroyVirtualDisplay(display); in destroyVirtualDisplay() local 166 Error err = mHal->createLayer(display, &layer); in createLayer() local 183 Error err = mHal->destroyLayer(display, layer); in destroyLayer() local 194 Error err = mHal->getActiveConfig(display, &config); in getActiveConfig() local 201 Error err = mHal->getClientTargetSupport(display, width, height, format, dataspace); in getClientTargetSupport() local 208 Error err = mHal->getColorModes(display, &modes); in getColorModes() local 217 Error err = mHal->getDisplayAttribute(display, config, attribute, &value); in getDisplayAttribute() local 225 Error err = mHal->getDisplayConfigs(display, &configs); in getDisplayConfigs() local 233 Error err = mHal->getDisplayName(display, &name); in getDisplayName() local [all …]
|
/hardware/qcom/sm8150/display/libqdutils/ |
D | display_config.cpp | 50 status_t err = (status_t) FAILED_TRANSACTION; in isExternalConnected() local 67 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayAttributes() local 89 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayVisibleRegion() local 110 status_t err = (status_t) FAILED_TRANSACTION; in setViewFrame() local 131 status_t err = (status_t) FAILED_TRANSACTION; in setSecondaryDisplayStatus() local 149 status_t err = (status_t) FAILED_TRANSACTION; in configureDynRefreshRate() local 172 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT, in getConfigCount() local 190 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG, in getActiveConfig() local 204 status_t err = (status_t) FAILED_TRANSACTION; in setActiveConfig() local 229 status_t err = binder->dispatch( in getDisplayAttributes() local [all …]
|
/hardware/qcom/display/msm8996/libqdutils/ |
D | display_config.cpp | 50 status_t err = (status_t) FAILED_TRANSACTION; in isExternalConnected() local 67 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayAttributes() local 89 status_t err = (status_t) FAILED_TRANSACTION; in setHSIC() local 106 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayVisibleRegion() local 127 status_t err = (status_t) FAILED_TRANSACTION; in setViewFrame() local 148 status_t err = (status_t) FAILED_TRANSACTION; in setSecondaryDisplayStatus() local 166 status_t err = (status_t) FAILED_TRANSACTION; in configureDynRefreshRate() local 189 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT, in getConfigCount() local 207 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG, in getActiveConfig() local 221 status_t err = (status_t) FAILED_TRANSACTION; in setActiveConfig() local [all …]
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | display_config.cpp | 50 status_t err = (status_t) FAILED_TRANSACTION; in isExternalConnected() local 67 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayAttributes() local 89 status_t err = (status_t) FAILED_TRANSACTION; in setHSIC() local 106 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayVisibleRegion() local 127 status_t err = (status_t) FAILED_TRANSACTION; in setViewFrame() local 148 status_t err = (status_t) FAILED_TRANSACTION; in setSecondaryDisplayStatus() local 166 status_t err = (status_t) FAILED_TRANSACTION; in configureDynRefreshRate() local 189 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT, in getConfigCount() local 207 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG, in getActiveConfig() local 221 status_t err = (status_t) FAILED_TRANSACTION; in setActiveConfig() local [all …]
|
/hardware/qcom/display/msm8998/libqdutils/ |
D | display_config.cpp | 50 status_t err = (status_t) FAILED_TRANSACTION; in isExternalConnected() local 67 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayAttributes() local 89 status_t err = (status_t) FAILED_TRANSACTION; in setHSIC() local 106 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayVisibleRegion() local 127 status_t err = (status_t) FAILED_TRANSACTION; in setViewFrame() local 148 status_t err = (status_t) FAILED_TRANSACTION; in setSecondaryDisplayStatus() local 166 status_t err = (status_t) FAILED_TRANSACTION; in configureDynRefreshRate() local 189 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT, in getConfigCount() local 207 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG, in getActiveConfig() local 221 status_t err = (status_t) FAILED_TRANSACTION; in setActiveConfig() local [all …]
|
/hardware/qcom/display/msm8909w_3100/libqdutils/ |
D | display_config.cpp | 50 status_t err = (status_t) FAILED_TRANSACTION; in isExternalConnected() local 67 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayAttributes() local 89 status_t err = (status_t) FAILED_TRANSACTION; in setHSIC() local 106 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayVisibleRegion() local 127 status_t err = (status_t) FAILED_TRANSACTION; in setViewFrame() local 148 status_t err = (status_t) FAILED_TRANSACTION; in setSecondaryDisplayStatus() local 166 status_t err = (status_t) FAILED_TRANSACTION; in configureDynRefreshRate() local 189 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT, in getConfigCount() local 207 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG, in getActiveConfig() local 221 status_t err = (status_t) FAILED_TRANSACTION; in setActiveConfig() local [all …]
|
/hardware/qcom/sm7250/display/libqdutils/ |
D | display_config.cpp | 93 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayVisibleRegion() local 118 status_t err = (status_t) FAILED_TRANSACTION; in setSecondaryDisplayStatus() local 136 status_t err = (status_t) FAILED_TRANSACTION; in configureDynRefreshRate() local 159 status_t err = binder->dispatch(IQService::GET_CONFIG_COUNT, in getConfigCount() local 177 status_t err = binder->dispatch(IQService::GET_ACTIVE_CONFIG, in getActiveConfig() local 191 status_t err = (status_t) FAILED_TRANSACTION; in setActiveConfig() local 216 status_t err = binder->dispatch( in getDisplayAttributes() local 237 status_t err = (status_t) FAILED_TRANSACTION; in setPanelMode() local 255 status_t err = (status_t) FAILED_TRANSACTION; in setPanelBrightness() local 261 status_t err = binder->dispatch(IQService::SET_PANEL_BRIGHTNESS, in setPanelBrightness() local [all …]
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapperExtensions.cpp | 52 auto err = Error::BAD_BUFFER; in getMapSecureBufferFlag() local 67 auto err = Error::BAD_BUFFER; in getInterlacedFlag() local 83 auto err = Error::BAD_BUFFER; in getCustomDimensions() local 98 auto err = Error::BAD_BUFFER; in getRgbDataAddress() local 124 auto err = Error::NONE; in getCustomFormatFlags() local 134 auto err = Error::BAD_BUFFER; in getColorSpace() local 146 auto err = Error::BAD_BUFFER; in getYuvPlaneInfo() local 169 auto err = Error::BAD_BUFFER; in setSingleBufferMode() local 182 auto err = Error::BAD_BUFFER; in getFd() local 194 auto err = Error::BAD_BUFFER; in getWidth() local [all …]
|
/hardware/qcom/sm7250/display/gralloc/ |
D | QtiMapperExtensions.cpp | 52 auto err = Error::BAD_BUFFER; in getMapSecureBufferFlag() local 67 auto err = Error::BAD_BUFFER; in getInterlacedFlag() local 83 auto err = Error::BAD_BUFFER; in getCustomDimensions() local 98 auto err = Error::BAD_BUFFER; in getRgbDataAddress() local 124 auto err = Error::NONE; in getCustomFormatFlags() local 134 auto err = Error::BAD_BUFFER; in getColorSpace() local 146 auto err = Error::BAD_BUFFER; in getYuvPlaneInfo() local 169 auto err = Error::BAD_BUFFER; in setSingleBufferMode() local 182 auto err = Error::BAD_BUFFER; in getFd() local 194 auto err = Error::BAD_BUFFER; in getWidth() local [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_drm_syncobj.c | 56 int err = drmSyncobjCreate(device->drm_fd, flags, &sobj->syncobj); in vk_drm_syncobj_init() local 82 ASSERTED int err = drmSyncobjDestroy(device->drm_fd, sobj->syncobj); in vk_drm_syncobj_finish() local 94 int err; in vk_drm_syncobj_signal() local 115 int err = drmSyncobjQuery(device->drm_fd, &sobj->syncobj, value, 1); in vk_drm_syncobj_get_value() local 131 int err = drmSyncobjReset(device->drm_fd, &sobj->syncobj, 1); in vk_drm_syncobj_reset() local 146 int err = drmSyncobjExportSyncFile(device->drm_fd, handle, &fd); in sync_has_sync_file() local 255 int err; in vk_drm_syncobj_wait_many() local 302 int err = drmSyncobjFDToHandle(device->drm_fd, fd, &new_handle); in vk_drm_syncobj_import_opaque_fd() local 324 int err = drmSyncobjHandleToFD(device->drm_fd, sobj->syncobj, fd); in vk_drm_syncobj_export_opaque_fd() local 341 int err = drmSyncobjImportSyncFile(device->drm_fd, sobj->syncobj, sync_file); in vk_drm_syncobj_import_sync_file() local [all …]
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 146 int32_t err = in createVirtualDisplay() local 154 int32_t err = mDispatch.destroyVirtualDisplay(mDevice, display); in destroyVirtualDisplay() local 159 int32_t err = mDispatch.createLayer(mDevice, display, outLayer); in createLayer() local 164 int32_t err = mDispatch.destroyLayer(mDevice, display, layer); in destroyLayer() local 170 int32_t err = mDispatch.getActiveConfig(mDevice, display, outConfig); in getActiveConfig() local 176 int32_t err = mDispatch.getClientTargetSupport(mDevice, display, width, height, in getClientTargetSupport() local 184 int32_t err = mDispatch.getColorModes(mDevice, display, &count, nullptr); in getColorModes() local 203 int32_t err = mDispatch.getDisplayAttribute(mDevice, display, config, in getDisplayAttribute() local 210 int32_t err = mDispatch.getDisplayConfigs(mDevice, display, &count, nullptr); in getDisplayConfigs() local 227 int32_t err = mDispatch.getDisplayName(mDevice, display, &count, nullptr); in getDisplayName() local [all …]
|
/hardware/google/pixel/misc_writer/ |
D | misc_writer.cpp | 37 std::string* err) { in WriteMiscPartitionVendorSpace() 131 if (std::string err; in PerformAction() local 142 if (std::string err; in PerformAction() local 151 if (std::string err; in PerformAction() local
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | display_config.cpp | 40 status_t err = (status_t) FAILED_TRANSACTION; in isExternalConnected() local 57 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayAttributes() local 79 status_t err = (status_t) FAILED_TRANSACTION; in setHSIC() local 96 status_t err = (status_t) FAILED_TRANSACTION; in getDisplayVisibleRegion() local 117 status_t err = (status_t) FAILED_TRANSACTION; in setViewFrame() local 138 status_t err = (status_t) FAILED_TRANSACTION; in setSecondaryDisplayStatus() local 156 status_t err = (status_t) FAILED_TRANSACTION; in configureDynRefreshRate() local
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_ion_alloc.cpp | 71 int err = 0; in AllocBuffer() local 108 int err = 0; in FreeBuffer() local 127 int err = 0; in MapBuffer() local 146 int err = 0; in ImportBuffer() local 160 int err = 0; in UnmapBuffer() local 173 int err = 0; in CleanBuffer() local
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_ion_alloc.cpp | 71 int err = 0; in AllocBuffer() local 108 int err = 0; in FreeBuffer() local 127 int err = 0; in MapBuffer() local 146 int err = 0; in ImportBuffer() local 160 int err = 0; in UnmapBuffer() local 173 int err = 0; in CleanBuffer() local
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_ion_alloc.cpp | 71 int err = 0; in AllocBuffer() local 108 int err = 0; in FreeBuffer() local 127 int err = 0; in MapBuffer() local 146 int err = 0; in ImportBuffer() local 160 int err = 0; in UnmapBuffer() local 173 int err = 0; in CleanBuffer() local
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_ion_alloc.cpp | 77 int err = 0; in AllocBuffer() local 122 int err = 0; in FreeBuffer() local 141 int err = 0; in MapBuffer() local 160 int err = 0; in ImportBuffer() local 174 int err = 0; in UnmapBuffer() local 187 int err = 0; in CleanBuffer() local
|