/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pro_audio_stream_manager.cpp | 83 int32_t result = currentRender->Start(); in StartRender() local 84 CHECK_AND_RETURN_RET_LOG(result == SUCCESS, result, "Failed to start rendererStream"); in StartRender() 176 bool result = PolicyHandler::GetInstance().GetProcessDeviceInfo(config, true, deviceInfo); in CreatePlayBackEngine() local 177 CHECK_AND_RETURN_RET_LOG(result, ERR_DEVICE_INIT, "GetProcessDeviceInfo failed."); in CreatePlayBackEngine()
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/ |
H A D | camera_input.h | 56 const std::shared_ptr<OHOS::Camera::CameraMetadata> &result) const = 0; 250 * @brief Set the result callback. 251 * which will be called when result callback. 334 * @param result metadata got from callback from service layer. 336 void ProcessCallbackUpdates(const uint64_t timestamp, const std::shared_ptr<OHOS::Camera::CameraMetadata> &result); 342 * @param result metadata got from callback from service layer. 344 [[deprecated]] void ProcessAutoFocusUpdates(const std::shared_ptr<OHOS::Camera::CameraMetadata> &result); 350 * @param result metadata got from callback from service layer. 352 [[deprecated]] void ProcessAutoExposureUpdates(const std::shared_ptr<OHOS::Camera::CameraMetadata> &result); 415 int32_t OnResult(const uint64_t timestamp, const std::shared_ptr<OHOS::Camera::CameraMetadata> &result) overrid [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_cmd_executor.cpp | 98 bool result {true}; in WaitCmdResult() 105 result = false; in WaitCmdResult() 110 return result; in WaitCmdResult() 124 result = false; in WaitCmdResult() 139 return result; in WaitCmdResult()
|
/foundation/multimedia/media_foundation/services/media_monitor/client/src/ |
H A D | media_monitor_manager.cpp | 74 bool result = object->AddDeathRecipient(deathRecipient); in GetMediaMonitorProxy() local 75 if (!result) { in GetMediaMonitorProxy() 143 std::vector<std::pair<std::string, std::string>> &result) in GetMediaParameters() 163 result.emplace_back(std::make_pair(matchKey, value)); in GetMediaParameters() 184 result.emplace_back(std::make_pair(matchKey, value)); in GetMediaParameters() 142 GetMediaParameters(const std::vector<std::string> &subKeys, std::vector<std::pair<std::string, std::string>> &result) GetMediaParameters() argument
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_device.h | 35 * @return ErrCode - operation result 42 * @return ErrCode - operation result 50 * @return ErrCode - operation result 59 * @return ErrCode - operation result 67 * @return ErrCode - operation result 76 * @return ErrCode - operation result 87 * @return ErrCode - operation result 94 * @return ErrCode - operation result 102 * @return ErrCode - operation result 110 * @return ErrCode - operation result [all...] |
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/ |
H A D | netfirewall_client.cpp | 89 int32_t NetFirewallClient::AddNetFirewallRule(const sptr<NetFirewallRule> &rule, int32_t &result) in AddNetFirewallRule() argument 96 return proxy->AddNetFirewallRule(rule, result); in AddNetFirewallRule() 195 int32_t result = sam->LoadSystemAbility(COMM_FIREWALL_MANAGER_SYS_ABILITY_ID, loadCallback_); in LoadSaOnDemand() local 196 if (result != ERR_OK) { in LoadSaOnDemand() 197 NETMGR_EXT_LOG_E("LoadSystemAbility failed : [%{public}d]", result); in LoadSaOnDemand()
|
/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_device.h | 43 * @return ErrCode - operation result 50 * @return ErrCode - operation result 59 * @return ErrCode - operation result 68 * @return ErrCode - operation result 77 * @return ErrCode - operation result 84 * @return ErrCode - operation result 92 * @return ErrCode - operation result 100 * @return ErrCode - operation result 108 * @param result - the device configuration's network id 110 * @return ErrCode - operation result [all...] |
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_impl.h | 38 * @return ErrCode - operation result 45 * @return ErrCode - operation result 54 * @return ErrCode - operation result 63 * @return ErrCode - operation result 71 * @return ErrCode - operation result 80 * @return ErrCode - operation result 90 * @return ErrCode - operation result 97 * @return ErrCode - operation result 105 * @return ErrCode - operation result 113 * @return ErrCode - operation result [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_wpa_hal_test.cpp | 253 int result = MyWpaCtrlPending(&ctrl); in HWTEST_F() local 254 EXPECT_TRUE(result == 0 | result == 1); in HWTEST_F() 283 int result = WpaCliWpaTerminate(); in HWTEST_F() local 284 EXPECT_TRUE(result == -1); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | memcmp.S | 25 * x0 - a compare result, maybe less than, equal to, or greater than ZERO 28 /* Parameters and result. */ 32 result .req x0 label 150 sub result, data1, data2 226 sub result, data1, data2, lsr #56 241 sub result, data1, data2 244 mov result, #0
|
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | cavium-rng-vf.c | 31 void __iomem *result; member 157 *((u64 *)dat) = readq(p->result); in cavium_rng_read() 162 *((u8 *)dat) = readb(p->result); in cavium_rng_read() 215 /* Map the RNG result */ in cavium_rng_probe_vf() 216 rng->result = pcim_iomap(pdev, 0, 0); in cavium_rng_probe_vf() 217 if (!rng->result) { in cavium_rng_probe_vf() 218 dev_err(&pdev->dev, "Error iomap failed retrieving result.\n"); in cavium_rng_probe_vf()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ltc2990.c | 72 static int ltc2990_get_value(struct i2c_client *i2c, int index, int *result) in ltc2990_get_value() argument 113 *result = sign_extend32(val, 12) * 1000 / 16; in ltc2990_get_value() 118 *result = sign_extend32(val, 14) * 1942 / 100; in ltc2990_get_value() 122 *result = sign_extend32(val, 14) * 30518 / (100 * 1000) + 2500; in ltc2990_get_value() 129 *result = sign_extend32(val, 14) * 30518 / (100 * 1000); in ltc2990_get_value()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-sis96x.c | 82 int result = 0; in sis96x_transaction() local 124 result = -ETIMEDOUT; in sis96x_transaction() 130 result = -ENXIO; in sis96x_transaction() 136 result = -EIO; in sis96x_transaction() 146 return result; in sis96x_transaction()
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
H A D | motu-protocol-v3.c | 85 int result; in snd_motu_protocol_v3_set_clock_rate() local 88 result = wait_event_interruptible_timeout(motu->hwdep_wait, in snd_motu_protocol_v3_set_clock_rate() 91 if (result < 0) in snd_motu_protocol_v3_set_clock_rate() 92 return result; in snd_motu_protocol_v3_set_clock_rate() 93 if (result == 0) in snd_motu_protocol_v3_set_clock_rate()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | seq_device.c | 187 * result = return pointer (NULL allowed if unnecessary) 190 int argsize, struct snd_seq_device **result) in snd_seq_device_new() 200 if (result) in snd_seq_device_new() 201 *result = NULL; in snd_seq_device_new() 229 if (result) in snd_seq_device_new() 230 *result = dev; in snd_seq_device_new() 189 snd_seq_device_new(struct snd_card *card, int device, const char *id, int argsize, struct snd_seq_device **result) snd_seq_device_new() argument
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | surfacepro3_button.c | 162 union acpi_object *result; in surface_button_check_MSHW0040() local 166 result = acpi_evaluate_dsm_typed(handle, &MSHW0040_DSM_UUID, in surface_button_check_MSHW0040() 178 if (result) { in surface_button_check_MSHW0040() 179 oem_platform_rev = result->integer.value; in surface_button_check_MSHW0040() 180 ACPI_FREE(result); in surface_button_check_MSHW0040()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | file.c | 132 int result; in udf_ioctl() local 156 result = udf_relocate_blocks(inode->i_sb, in udf_ioctl() 158 if (result == 0) in udf_ioctl() 159 result = put_user(new_block, (long __user *)arg); in udf_ioctl() 160 return result; in udf_ioctl()
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surfacepro3_button.c | 160 union acpi_object *result; in surface_button_check_MSHW0040() local 164 result = acpi_evaluate_dsm_typed(handle, &MSHW0040_DSM_UUID, in surface_button_check_MSHW0040() 176 if (result) { in surface_button_check_MSHW0040() 177 oem_platform_rev = result->integer.value; in surface_button_check_MSHW0040() 178 ACPI_FREE(result); in surface_button_check_MSHW0040()
|
/kernel/linux/linux-6.6/drivers/char/hw_random/ |
H A D | cavium-rng-vf.c | 31 void __iomem *result; member 157 *((u64 *)dat) = readq(p->result); in cavium_rng_read() 162 *((u8 *)dat) = readb(p->result); in cavium_rng_read() 215 /* Map the RNG result */ in cavium_rng_probe_vf() 216 rng->result = pcim_iomap(pdev, 0, 0); in cavium_rng_probe_vf() 217 if (!rng->result) { in cavium_rng_probe_vf() 218 dev_err(&pdev->dev, "Error iomap failed retrieving result.\n"); in cavium_rng_probe_vf()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ltc2990.c | 72 static int ltc2990_get_value(struct i2c_client *i2c, int index, int *result) in ltc2990_get_value() argument 113 *result = sign_extend32(val, 12) * 1000 / 16; in ltc2990_get_value() 118 *result = sign_extend32(val, 14) * 1942 / 100; in ltc2990_get_value() 122 *result = sign_extend32(val, 14) * 30518 / (100 * 1000) + 2500; in ltc2990_get_value() 129 *result = sign_extend32(val, 14) * 30518 / (100 * 1000); in ltc2990_get_value()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-sis96x.c | 82 int result = 0; in sis96x_transaction() local 124 result = -ETIMEDOUT; in sis96x_transaction() 130 result = -ENXIO; in sis96x_transaction() 136 result = -EIO; in sis96x_transaction() 146 return result; in sis96x_transaction()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | seq_device.c | 196 * result = return pointer (NULL allowed if unnecessary) 199 int argsize, struct snd_seq_device **result) in snd_seq_device_new() 209 if (result) in snd_seq_device_new() 210 *result = NULL; in snd_seq_device_new() 238 if (result) in snd_seq_device_new() 239 *result = dev; in snd_seq_device_new() 198 snd_seq_device_new(struct snd_card *card, int device, const char *id, int argsize, struct snd_seq_device **result) snd_seq_device_new() argument
|
/test/xts/acts/hiviewdfx/utils/native/ |
H A D | file_utils.cpp | 72 void CmdRun(std::string cmd, std::string &result) in CmdRun() argument 83 result = rst; in CmdRun() 137 bool result = false; in CheckInfo() local 146 result = true; in CheckInfo() 148 return result; in CheckInfo()
|
/third_party/elfutils/lib/ |
H A D | fixedsizehash.h | 95 struct CONCAT(PREFIX,fshash) *result; in CONCAT() 109 /* Allocate the data structure for the result. */ in CONCAT() 110 result = (struct CONCAT(PREFIX,fshash) *) in CONCAT() 113 if (result == NULL) in CONCAT() 116 result->nslots = nelems; in CONCAT() 118 return result; in CONCAT()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getsym.c | 46 int result = INTUSE(dwfl_module_getsymtab) (mod); in __libdwfl_getsym() local 47 if (result < 0) in __libdwfl_getsym() 165 Dwfl_Error result = __libdwfl_relocate_value (mod, elf, in __libdwfl_getsym() local 168 if (unlikely (result != DWFL_E_NOERROR)) in __libdwfl_getsym() 170 __libdwfl_seterrno (result); in __libdwfl_getsym()
|