/drivers/hdf_core/framework/core/shared/include/ |
D | hdf_power_state.h | 20 static inline bool IsPowerWakeState(uint32_t state) in IsPowerWakeState() 25 static inline bool IsValidPowerState(uint32_t state) in IsValidPowerState()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
D | audio_bluetooth_manager.cpp | 53 static void AudioOnConnectionStateChanged(const RawAddress &device, int state) in AudioOnConnectionStateChanged() 203 BTAudioStreamState state = getStateFunc(); in WriteFrame() local 244 BTAudioStreamState state = getStateFunc(); in SuspendPlaying() local 265 BTAudioStreamState state = getStateFunc(); in StopPlaying() local
|
D | bluetooth_a2dp_src_observer.cpp | 19 …oothA2dpSrcObserver::OnConnectionStateChanged(const OHOS::bluetooth::RawAddress &device, int state) in OnConnectionStateChanged()
|
/drivers/peripheral/camera/test/benchmarktest/v1_1/src/ |
D | camera_benchmark_test.cpp | 26 void CameraBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() 32 void CameraBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
|
/drivers/peripheral/usb/test/benchmarktest/ |
D | usb_benchmark_device_test.cpp | 42 void UsbBenchmarkDeviceTest::SetUp(const ::benchmark::State &state) in SetUp() 51 void UsbBenchmarkDeviceTest::TearDown(const ::benchmark::State &state) {} in TearDown()
|
D | usb_benchmark_function_test.cpp | 40 void UsbBenchmarkFunctionTest::SetUp(const ::benchmark::State& state) in SetUp() 49 void UsbBenchmarkFunctionTest::TearDown(const ::benchmark::State& state) {} in TearDown()
|
/drivers/peripheral/audio/test/benchmarktest/manager/ |
D | audio_manager_benchmarktest.cpp | 72 void AudioManagerBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() 78 void AudioManagerBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
|
/drivers/hdf_core/framework/model/audio/usb/src/ |
D | audio_usb_mixer.c | 334 struct UsbMixerBuild *state, int32_t unitId, int32_t index, char *buf, int32_t bufLen) in AudioUsbCheckMappedSelectorName() 355 static void *AudioUsbFindAudioControlUnit(struct UsbMixerBuild *state, unsigned char unit) in AudioUsbFindAudioControlUnit() 841 static int32_t AudioUsbGetClusterChannelsV3(struct UsbMixerBuild *state, uint32_t clusterId) in AudioUsbGetClusterChannelsV3() 869 static int32_t AudioUsbMixerUnitGetChannels(struct UsbMixerBuild *state, struct uac_mixer_unit_desc… in AudioUsbMixerUnitGetChannels() 890 struct UsbMixerBuild *state, struct UsbAudioTerm *term, void *unitDesc, int32_t id) in AudioUsbParseTermUac1ItermUnit() 902 struct UsbMixerBuild *state, struct UsbAudioTerm *term, void *unitDesc, int32_t id) in AudioUsbParseTermMixerUnit() 923 struct UsbMixerBuild *state, struct UsbAudioTerm *term, void *unitDesc, int32_t id) in AudioUsbParseTermSelectorUnit() 940 …struct UsbMixerBuild *state, struct UsbAudioTerm *term, void *unitDesc, int32_t id, int32_t uacPro… in AudioUsbParseTermProcUnit() 970 static int32_t AudioUsbCheckInputTermSub(struct UsbMixerBuild *state, int32_t id, struct UsbAudioTe… in AudioUsbCheckInputTermSub() 1027 static int32_t AudioUsbCheckInputTerm(struct UsbMixerBuild *state, int32_t id, struct UsbAudioTerm … in AudioUsbCheckInputTerm() [all …]
|
/drivers/hdf_core/adapter/khdf/linux/platform/pwm/ |
D | pwm_hi35xx_linux.c | 39 …ic int Hi35xxPwmApply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) in Hi35xxPwmApply() 93 static void Hi35xxGetState(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) in Hi35xxGetState()
|
D | pwm_adapter.c | 61 struct pwm_state state; in HdfPwmSetConfig() local
|
/drivers/hdf_core/framework/test/unittest/platform/virtual/mini/ |
D | emmc_mini_virtual.c | 12 int32_t EmmcGetCardState(DevHandle handle, uint8_t *state, uint32_t size) in EmmcGetCardState()
|
/drivers/hdf_core/framework/core/host/include/ |
D | hdf_service_subscriber.h | 18 uint32_t state; member
|
/drivers/peripheral/codec/test/benchmarktest/ |
D | codec_benchmark_manager_test.cpp | 30 void SetUp(const ::benchmark::State &state) in SetUp() 35 void TearDown(const ::benchmark::State &state) in TearDown()
|
/drivers/peripheral/audio/test/benchmarktest/capture/ |
D | audio_capture_mmap_benchmarktest.cpp | 114 void AudioCaptureMmapBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() 144 void AudioCaptureMmapBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
|
/drivers/peripheral/audio/test/benchmarktest/render/ |
D | audio_render_mmap_benchmarktest.cpp | 118 void AudioRenderMmapBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() 141 void AudioRenderMmapBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
|
/drivers/peripheral/light/test/benchmarktest/ |
D | hdf_light_benchmark_test.cpp | 51 void LightBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() 56 void LightBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
|
/drivers/peripheral/audio/test/benchmarktest/effect/ |
D | audio_effectmodel_benchmarktest.cpp | 76 void AudioEffectModelBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() 85 void AudioEffectModelBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
|
D | audio_effectcontrol_benchmarktest.cpp | 69 void AudioEffectControlBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() 88 void AudioEffectControlBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
D | running_lock_impl.cpp | 40 int32_t RunningLockImpl::Hold(const RunningLockInfo &info, PowerHdfState state) in Hold() 120 bool RunningLockImpl::IsValidType(RunningLockType type, PowerHdfState state) in IsValidType()
|
/drivers/hdf_core/adapter/uhdf2/host/src/ |
D | devhost_service_full.c | 88 static int DevHostServiceFullDispatchPowerState(struct HdfDevice *device, uint32_t state) in DevHostServiceFullDispatchPowerState() 175 int DevHostServiceFullPmNotify(struct IDevHostService *service, uint32_t state) in DevHostServiceFullPmNotify()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/ |
D | host_stream_impl.cpp | 51 void HostStreamImpl::SetStreamState(bool state) in SetStreamState()
|
/drivers/peripheral/sensor/test/benchmarktest/ |
D | sensor_benchmark_test.cpp | 53 void SensorBenchmarkTest::SetUp(const ::benchmark::State &state) in SetUp() 58 void SensorBenchmarkTest::TearDown(const ::benchmark::State &state) in TearDown()
|
/drivers/hdf_core/framework/core/host/src/ |
D | devhost_service.c | 159 static int ApplyDevicesPowerState(struct HdfDevice *device, uint32_t state) in ApplyDevicesPowerState() 189 static int DevHostServicePmNotify(struct IDevHostService *service, uint32_t state) in DevHostServicePmNotify()
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
D | hdf_audio_pnp_uevent.c | 101 const char *state; member 222 int8_t state = 0; in DetectAnalogHeadsetState() local 319 int32_t state = 0; in CheckAudioUsbDevice() local 370 int32_t state = HDF_SUCCESS; in ScanUsbBusSubDir() local 413 int32_t state = HDF_SUCCESS; in DetectUsbHeadsetState() local
|
/drivers/hdf_core/framework/support/platform/test/unittest/common/ |
D | hdf_emmc_mini_test.cpp | 43 uint8_t state; in EmmcMiniGetCardStateTest() local
|