Home
last modified time | relevance | path

Searched defs:ShortTypeTest (Results 1 – 4 of 4) sorted by relevance

/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_service_cpp/
Dsample_service.cpp35 int32_t SampleService::ShortTypeTest(const int16_t input, int16_t& output) const in ShortTypeTest() function in OHOS::HDI::Sample::V1_0::SampleService
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_client_c/unittest/
Disample.h62 int32_t (*ShortTypeTest)(struct ISample *self, const int16_t input, int16_t *output); member
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_service_c/
Disample.h58 int32_t (*ShortTypeTest)(struct HdfDeviceObject *device, const int16_t input, int16_t *output); member
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_client_cpp/unittest/
Dsample_proxy.cpp66 int32_t SampleProxy::ShortTypeTest(const int16_t input, int16_t& output) in ShortTypeTest() function in OHOS::HDI::Sample::V1_0::SampleProxy