Home
last modified time | relevance | path

Searched defs:cmdId (Results 1 – 25 of 170) sorted by relevance

1234567

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_lib_render.c21 const struct DevHandle *handle, int cmdId, const struct AudioHwRenderParam *handleData) in AudioCtlRenderSetVolume()
42 const struct DevHandle *handle, int cmdId, struct AudioHwRenderParam *handleData) in AudioCtlRenderGetVolume()
101 const struct DevHandle *handle, int cmdId, struct AudioHwRenderParam *handleData) in AudioCtlRenderGetMuteStu()
135 const struct DevHandle *handle, int cmdId, struct AudioHwRenderParam *handleData) in AudioCtlRenderGetGainStu()
180 const struct DevHandle *handle, int cmdId, struct AudioHwRenderParam *handleData) in AudioCtlRenderSceneGetGainThreshold()
203 const struct DevHandle *handle, int cmdId, struct AudioHwRenderParam *handleData) in AudioCtlRenderGetVolThreshold()
247 const struct DevHandle *handle, int cmdId, struct AudioHwRenderParam *handleData) in AudioCtlRenderGetChannelMode()
268 const struct DevHandle *handle, int cmdId, struct AudioHwRenderParam *handleData) in AudioInterfaceLibCtlRender()
472 const struct DevHandle *handle, int cmdId, struct AudioHwRenderParam *handleData) in AudioOutputRenderGetMmapPosition()
486 const struct DevHandle *handle, int cmdId, struct AudioHwRenderParam *handleData) in AudioInterfaceLibOutputRender()
[all …]
H A Dalsa_lib_capture.c21 const struct DevHandle *handle, int cmdId, const struct AudioHwCaptureParam *handleData) in AudioCtlCaptureSetPauseStu()
40 const struct DevHandle *handle, int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetVolume()
101 const struct DevHandle *handle, int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetMuteStu()
135 const struct DevHandle *handle, int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetGainStu()
180 const struct DevHandle *handle, int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetGainThreshold()
203 const struct DevHandle *handle, int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetVolThreshold()
225 const struct DevHandle *handle, int cmdId, struct AudioHwCaptureParam *handleData) in AudioInterfaceLibCtlCapture()
326 const struct DevHandle *handle, int cmdId, struct AudioHwCaptureParam *handleData) in AudioOutputCaptureRead()
438 const struct DevHandle *handle, int cmdId, struct AudioHwCaptureParam *handleData) in AudioOutputCaptureGetMmapPosition()
451 const struct DevHandle *handle, int cmdId, struct AudioHwCaptureParam *handleData) in AudioInterfaceLibOutputCapture()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttNativeTest.java135 int cmdId = 55; in testRangeRequest() local
193 int cmdId = 55; in testRangeRequestWithLimitedCapabilities() local
248 int cmdId = 55; in testRangeRequestWithLimitedCapabilitiesNoOverlap() local
288 int cmdId = 55; in testWifiDown() local
330 int cmdId = 66; in testRangeCancel() local
351 int cmdId = 55; in testRangeResults() local
392 int cmdId = 66; in testRangeResultsNullArray() local
405 int cmdId = 77; in testRangeResultsSomeNulls() local
430 int cmdId = 88; in testRangingWithInvalidParameterCombination() local
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_render.c177 int cmdId, const struct AudioHwRenderParam *handleData) in AudioCtlRenderSetPauseStu()
232 int cmdId, const struct AudioHwRenderParam *handleData) in AudioCtlRenderSetMuteStu()
336 int cmdId, const struct AudioHwRenderParam *handleData) in AudioCtlRenderSetGainStu()
447 int cmdId, const struct AudioHwRenderParam *handleData) in AudioCtlRenderSceneSelect()
522 int cmdId, struct AudioHwRenderParam *handleData) in AudioCtlRenderSceneGetGainThreshold()
633 int cmdId, const struct AudioHwRenderParam *handleData) in AudioCtlRenderSetChannelMode()
827 int cmdId, const struct AudioHwRenderParam *handleData) in AudioOutputRenderHwParams()
924 int cmdId, const struct AudioHwRenderParam *handleData) in AudioOutputRenderWrite()
1119 int cmdId, struct AudioHwRenderParam *handleData) in AudioOutputRenderGetMmapPosition()
1165 int cmdId, struct AudioHwRenderParam *handleData) in AudioInterfaceLibOutputRender()
[all …]
H A Daudio_interface_lib_capture.c126 int cmdId, const struct AudioHwCaptureParam *handleData) in AudioCtlCaptureSetPauseStu()
181 int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetVolume()
338 int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetMuteStu()
446 int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetGainStu()
577 int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetGainThreshold()
644 int cmdId, struct AudioHwCaptureParam *handleData) in AudioCtlCaptureGetVolThreshold()
694 int cmdId, struct AudioHwCaptureParam *handleData) in AudioInterfaceLibCtlCapture()
798 int cmdId, struct HdfSBuf *reply) in AudioOutputCaptureReadFrame()
885 int cmdId, struct AudioHwCaptureParam *handleData) in AudioOutputCaptureRead()
1082 int cmdId, struct AudioHwCaptureParam *handleData) in AudioOutputCaptureGetMmapPosition()
[all …]
H A Daudio_interface_lib_common.c128 int32_t AudioServiceDispatch(void *obj, int cmdId, struct HdfSBuf *sBuf, struct HdfSBuf *reply) in AudioServiceDispatch()
558 static const char *AudioRenderCtlCmdId2String(int cmdId) in AudioRenderCtlCmdId2String()
580 … AudioCtlGetElemList(const struct HdfIoService *service, struct AudioCtlElemList *eList, int cmdId) in AudioCtlGetElemList()
634 static int32_t AudioCtlElemListCts(const struct HdfIoService *service, int cmdId, struct AudioMixer… in AudioCtlElemListCts()
1014 …2_t AudioParseRecvDataFromBuf(struct HdfSBuf *reply, struct AudioMixerCtlElemInfo *data, int cmdId) in AudioParseRecvDataFromBuf()
1050 static int32_t AudioCtlElemGetProp(const struct HdfIoService *srv, int cmdId, struct AudioMixerCtlE… in AudioCtlElemGetProp()
1232 static int32_t AudioCtlElemSetProp(const struct HdfIoService *srv, int cmdId, struct AudioMixerCtlE… in AudioCtlElemSetProp()
1301 const struct HdfIoService *service, OpCode cmdId, struct AudioMixerCtlElemInfo *data) in AudioCtlRenderGetElemProp()
1314 const struct HdfIoService *service, OpCode cmdId, struct AudioMixerCtlElemInfo *data) in AudioCtlCaptureGetElemProp()
1328 const struct HdfIoService *service, OpCode cmdId, struct AudioMixerCtlElemInfo *data) in AudioCtlRenderSetElemProp()
[all …]
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_ipc_slice.c27 static bool IsSliceCmd(uint32_t cmdId) in IsSliceCmd()
55 static uint32_t GetDataSize(uint32_t cmdId, const struct HksBlob *inData, const struct HksBlob *out… in GetDataSize()
75 static int32_t ProcessDataOnce(uint32_t cmdId, const struct HksBlob *key, const struct HksParamSet … in ProcessDataOnce()
118 int32_t HksSliceDataEntry(uint32_t cmdId, const struct HksBlob *key, const struct HksParamSet *para… in HksSliceDataEntry()
/ohos5.0/base/security/device_auth/services/cred_manager/src/account_related/
H A Daccount_related_cred_plugin.c23 static int32_t ProcessAsyTokens(int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out) in ProcessAsyTokens()
55 static int32_t ProcessSymTokens(int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out) in ProcessSymTokens()
82 static int32_t ProcessAccountCredentials(int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out) in ProcessAccountCredentials()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
H A DRttNative.java273 public boolean rangeRequest(int cmdId, RangingRequest request, in rangeRequest()
295 private boolean sendRangeRequest(int cmdId, RangingRequest request, in sendRangeRequest()
323 private boolean sendRangeRequest14(int cmdId, RangingRequest request, in sendRangeRequest14()
361 public boolean rangeCancel(int cmdId, ArrayList<byte[]> macAddresses) { in rangeCancel()
696 public void onResults(int cmdId, ArrayList<RttResult> halResults) { in onResults()
716 public void onResults(int cmdId, ArrayList<RttResult> halResults) { in onResults()
722 public void onResults_1_4(int cmdId, in onResults_1_4()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perf/
H A Dsocperf_client.h27 virtual void PerfRequest(int32_t cmdId, const std::string& msg) {}; in PerfRequest()
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp84 void SocPerf::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()
111 void SocPerf::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
298 bool SocPerf::DoPerfRequestThremalLvl(int32_t cmdId, std::shared_ptr<Action> action, int32_t onOff) in DoPerfRequestThremalLvl()
409 int32_t SocPerf::MatchDeviceModeCmd(int32_t cmdId, bool isTagOnOff) in MatchDeviceModeCmd()
439 void SocPerf::UpdateCmdIdCount(int32_t cmdId) in UpdateCmdIdCount()
461 bool SocPerf::CheckTimeInterval(bool onOff, int32_t cmdId) in CheckTimeInterval()
/ohos5.0/foundation/resourceschedule/soc_perf/test/fuzztest/include/
H A Dsocperf_fuzz_mock.h26 void PerfRequest(int32_t cmdId, const std::string &msg) override {} in PerfRequest()
27 void PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string &msg) override {} in PerfRequestEx()
/aosp12/hardware/interfaces/wifi/1.4/vts/functional/
H A Dwifi_rtt_controller_hidl_test.cpp166 int cmdId = 55; in TEST_P() local
219 int cmdId = 55; in TEST_P() local
278 int cmdId = 55; in TEST_P() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsocperf_client_impl.cpp29 void SocPerfClientImpl::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A D_projection_screen_cmd_param_v10.md37 ### cmdId subsection
H A D_projection_screen_cmd_param_v11.md37 ### cmdId subsection
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
H A Dsta_fuzzer.cpp75 static void FuncToOptimal(struct IWlanInterface *interface, uint32_t cmdId, const uint8_t *data) in FuncToOptimal()
93 …uint32_t cmdId = Convert2Uint32(rawData) % ((sizeof(g_fuzzWlanFuncs) / sizeof(g_fuzzWlanFuncs[0]))… in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_utils.h36 static const char *CommandToString(int32_t cmdId) in CommandToString()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dfwmark_command.h25 } cmdId; member
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h28 DisplayDeviceCommandId cmdId; member
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_base_check.c1079 static int32_t CheckEccSignature(uint32_t cmdId, uint32_t keySize, const struct HksBlob *signature) in CheckEccSignature()
1112 static int32_t CheckEd25519Signature(uint32_t cmdId, const struct HksBlob *signature) in CheckEd25519Signature()
1150 static int32_t CheckRsaSignature(uint32_t cmdId, uint32_t keySize, const struct HksBlob *signature) in CheckRsaSignature()
1198 static int32_t CheckRsaOaepCipherData(uint32_t cmdId, uint32_t keySize, uint32_t digest, in CheckRsaOaepCipherData()
1243 static int32_t CheckRsaCipherData(uint32_t cmdId, const struct ParamsValues *inputParams, in CheckRsaCipherData()
1270 static int32_t CheckBlockCbcCipherData(uint32_t mode, uint32_t cmdId, uint32_t padding, in CheckBlockCbcCipherData()
1322 static int32_t CheckBlockCipherData(uint32_t cmdId, const struct ParamsValues *inputParams, in CheckBlockCipherData()
1798 int32_t HksCheckSignature(uint32_t cmdId, uint32_t alg, uint32_t keySize, const struct HksBlob *sig… in HksCheckSignature()
1835 int32_t HksCheckSignVerifyMutableParams(uint32_t cmdId, uint32_t alg, const struct ParamsValues *in… in HksCheckSignVerifyMutableParams()
1875 int32_t HksCheckCipherMutableParams(uint32_t cmdId, uint32_t alg, const struct ParamsValues *inputP… in HksCheckCipherMutableParams()
[all …]
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/
H A Dap_fuzzer.cpp84 static void FuncToOptimal(struct IWlanInterface *interface, uint32_t cmdId, const uint8_t *data) in FuncToOptimal()
101 …uint32_t cmdId = Convert2Uint32(rawData) % ((sizeof(g_fuzzWlanFuncs) / sizeof(g_fuzzWlanFuncs[0]))… in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/src/
H A Dsocperf_server.cpp92 void SocPerfServer::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()
97 void SocPerfServer::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
/ohos5.0/drivers/hdf_core/framework/core/shared/src/
H A Dhdf_io_service.c37 int32_t HdfIoServiceDispatch(struct HdfIoService *ioService, int cmdId, struct HdfSBuf *data, struc… in HdfIoServiceDispatch()
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_utils.h48 static const char *CommandToString(int32_t cmdId) in CommandToString()
84 static int32_t StartPack(int32_t cmdId, CommandDataPacker& packer) in StartPack()
94 static int32_t StartSection(int32_t cmdId, CommandDataPacker& packer) in StartSection()

1234567