/hardware/interfaces/tv/input/1.0/ |
H A D | ITvInputCallback.hal | 17 package android.hardware.tv.input@1.0;
|
H A D | Android.mk | 8 LOCAL_MODULE := android.hardware.tv.input-V1.0-java-constants 15 GEN := $(intermediates)/android/hardware/tv/input/V1_0/Constants.java 28 android.hardware.tv.input@1.0
|
H A D | ITvInput.hal | 17 package android.hardware.tv.input@1.0;
|
H A D | types.hal | 17 package android.hardware.tv.input@1.0; 29 /** Type of physical TV input. */ 114 * is to notify the framework that the input signal has changed resolution, 119 * port. the framework regards input devices with no available streams as
|
/hardware/interfaces/tv/input/1.0/default/ |
H A D | service.cpp | 19 #include <android/hardware/tv/input/1.0/ITvInput.h> 26 using android::hardware::tv::input::V1_0::ITvInput;
|
H A D | Android.mk | 4 LOCAL_MODULE := android.hardware.tv.input@1.0-impl 18 android.hardware.tv.input@1.0 \ 25 LOCAL_MODULE := android.hardware.tv.input@1.0-service 26 LOCAL_INIT_RC := android.hardware.tv.input@1.0-service.rc 43 android.hardware.tv.input@1.0 \
|
H A D | TvInput.h | 19 #include <android/hardware/tv/input/1.0/ITvInput.h> 28 namespace input { namespace in namespace:android::hardware::tv 33 using ::android::hardware::tv::input::V1_0::ITvInput; 34 using ::android::hardware::tv::input::V1_0::ITvInputCallback; 35 using ::android::hardware::tv::input::V1_0::Result; 36 using ::android::hardware::tv::input::V1_0::TvInputEvent; 37 using ::android::hardware::tv::input::V1_0::TvStreamConfig; 70 } // namespace input
|
/hardware/libhardware/modules/ |
H A D | Android.mk | 6 input \
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | HidParser.h | 41 // report (including input output and feature) grouped by full usage 91 int type; // feature, input or output 121 uint32_t mask(int64_t input) const { 122 return static_cast<uint32_t>(input & rawMask()); 125 bool decode(uint32_t input, double *output) const { argument 129 int64_t s = signExtendIfNeeded(input); 137 bool encode(double input, uint32_t *output) const { argument 141 input = input / a - b; 142 if (input < minRa [all...] |
/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | v4l2_control_delegate_test.cpp | 81 uint8_t input = 10; local 83 EXPECT_CALL(*mock_converter_, MetadataToV4L2(input, _)) 88 ASSERT_EQ(dut_->SetValue(input), 0); 92 uint8_t input = 10; local 94 EXPECT_CALL(*mock_converter_, MetadataToV4L2(input, _)).WillOnce(Return(err)); 95 ASSERT_EQ(dut_->SetValue(input), err); 99 uint8_t input = 10; local 101 EXPECT_CALL(*mock_converter_, MetadataToV4L2(input, _)) 107 ASSERT_EQ(dut_->SetValue(input), err);
|
/hardware/google/apf/ |
H A D | apf_run.c | 27 // Parses hex in "input". Allocates and fills "*output" with parsed bytes. 29 int parse_hex(char* input, uint8_t** output) { argument 30 int length = strlen(input); 32 fprintf(stderr, "Argument not even number of characters: %s\n", input); 42 char byte[3] = { input[i*2], input[i*2+1], 0 };
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | ml_math_func.h | 30 float input; member in struct:__anon1080 94 void inv_convert_to_body(unsigned short orientation, const long *input, long *output); 95 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output); 96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output); 113 float inv_biquad_filter_process(inv_biquad_filter_t *pFilter, float input); 114 void inv_calc_state_to_match_output(inv_biquad_filter_t *pFilter, float input);
|
H A D | ml_math_func.c | 609 * @param[in] input Input vector, length 3 612 void inv_convert_to_body(unsigned short orientation, const long *input, long *output) argument 614 output[0] = input[orientation & 0x03] * SIGNSET(orientation & 0x004); 615 output[1] = input[(orientation>>3) & 0x03] * SIGNSET(orientation & 0x020); 616 output[2] = input[(orientation>>6) & 0x03] * SIGNSET(orientation & 0x100); 621 * @param[in] input Input vector, length 3 624 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output) argument 626 output[orientation & 0x03] = input[0] * SIGNSET(orientation & 0x004); 627 output[(orientation>>3) & 0x03] = input[1] * SIGNSET(orientation & 0x020); 628 output[(orientation>>6) & 0x03] = input[ 639 inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output) argument 672 inv_calc_state_to_match_output(inv_biquad_filter_t *pFilter, float input) argument 680 inv_biquad_filter_process(inv_biquad_filter_t *pFilter, float input) argument [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | ml_math_func.h | 30 float input; member in struct:__anon1091 94 void inv_convert_to_body(unsigned short orientation, const long *input, long *output); 95 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output); 96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output); 113 float inv_biquad_filter_process(inv_biquad_filter_t *pFilter, float input); 114 void inv_calc_state_to_match_output(inv_biquad_filter_t *pFilter, float input);
|
/hardware/intel/common/libva/va/vendor/intel/ |
H A D | va_intel_statistics.h | 52 VASurfaceID input; member in struct:_VAStatsStatisticsParameter16x16Intel 72 /** \brief Qp input surface. It is valid only when mb_qp is set to 1. 73 * The data in this buffer correspond to the input source.
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | mdss_rotator.h | 55 struct mdp_rotation_buf_info input; member in struct:mdp_rotation_config 67 struct mdp_layer_buffer input; member in struct:mdp_rotation_item
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | mdss_rotator.h | 80 struct mdp_rotation_buf_info input; member in struct:mdp_rotation_config 98 struct mdp_layer_buffer input; member in struct:mdp_rotation_item
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
H A D | mdss_rotator.h | 55 struct mdp_rotation_buf_info input; member in struct:mdp_rotation_config 67 struct mdp_layer_buffer input; member in struct:mdp_rotation_item
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
H A D | mdss_rotator.h | 80 struct mdp_rotation_buf_info input; member in struct:mdp_rotation_config 98 struct mdp_layer_buffer input; member in struct:mdp_rotation_item
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_ConntrackListener.cpp | 782 void IPACM_ConntrackListener::AddORDeleteNatEntry(const nat_entry_bundle *input) argument 794 input->rule->target_ip); 796 input->rule->target_port, input->rule->target_port); 798 input->rule->private_ip); 800 input->rule->private_port, input->rule->private_port); 802 input->rule->public_port, input->rule->public_port); 804 input [all...] |
/hardware/qcom/display/msm8996/libqdutils/ |
H A D | qd_utils.cpp | 34 int parseLine(char *input, char *tokens[], const uint32_t maxToken, uint32_t *count) { argument 39 if (!input) { 42 tmpToken = strtok_r(input, delim, &tmpPtr);
|
H A D | qd_utils.h | 61 int parseLine(char *input, char *tokens[], const uint32_t maxToken, uint32_t *count);
|
/hardware/akm/AK8975_FS/libsensors/ |
H A D | sensors.h | 25 #include <linux/input.h>
|
/hardware/interfaces/tv/input/1.0/vts/functional/ |
H A D | VtsHalTvInputV1_0TargetTest.cpp | 20 #include <android/hardware/tv/input/1.0/types.h> 21 #include <android/hardware/tv/input/1.0/ITvInput.h> 22 #include <android/hardware/tv/input/1.0/ITvInputCallback.h> 29 using ::android::hardware::tv::input::V1_0::ITvInput; 30 using ::android::hardware::tv::input::V1_0::ITvInputCallback; 31 using ::android::hardware::tv::input::V1_0::Result; 32 using ::android::hardware::tv::input::V1_0::TvInputType; 33 using ::android::hardware::tv::input::V1_0::TvInputDeviceInfo; 34 using ::android::hardware::tv::input::V1_0::TvInputEventType; 35 using ::android::hardware::tv::input [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
H A D | main.c | 31 * This function figures out if we crossesd watermark boundary on input data. 45 * This function figures out how much data is available in input queue of the FW 71 * input. 103 {/* Success condition: we have some data on input and enough space on output queue */ 171 * This is a helper function to read a workload from input queue and push to output queue. 300 * Once a stream is setup we call the parser manager and wait until a wrkld is created or no more input 329 /* Step 3:setup emitter by reading input data and workloads and initialising it */ 368 WRITE_SVEN(SVEN_MODULE_EVENT_GV_FW_PK_ES_DONE, (int)cur, (int)cxt_swap->es_time, (int)cxt->input.phys, 369 (int)cxt->input.len, (int)cxt->input [all...] |