/hardware/interfaces/automotive/can/1.0/tools/libprotocan/tests/ |
D | libprotocan_signal_test.cpp | 27 Signal signal(8 * i, 8); in TEST() 38 Signal signal(8 * i, 8); in TEST() 65 Signal s0_4(0, 4); in TEST() 66 Signal s4_4(4, 4); in TEST() 67 Signal s4_8(4, 8); in TEST() 68 Signal s4_16(4, 16); in TEST() 69 Signal s4_28(4, 28); in TEST() 70 Signal s12_8(12, 8); in TEST() 71 Signal s12_12(12, 12); in TEST() 72 Signal s12_16(12, 16); in TEST() [all …]
|
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/include/libprotocan/ |
D | MessageCounter.h | 26 const Signal::value upperBound; 28 MessageCounter(Signal signal); 48 const Signal mSignal; 50 std::optional<Signal::value> mCurrent = std::nullopt; 52 Signal::value next() const;
|
D | MessageDef.h | 46 MessageDef(can::V1_0::CanMessageId id, uint16_t len, std::map<std::string, Signal> signals, 47 std::optional<Signal> counter = std::nullopt, 50 const Signal& operator[](const std::string& signalName) const; 64 const std::map<std::string, Signal> kSignals; 65 const std::optional<Signal> kCounter;
|
D | Checksum.h | 26 using formula = std::function<Signal::value(const can::V1_0::CanMessage&)>; 28 Checksum(Signal signal, formula f); 33 const Signal mSignal;
|
D | Signal.h | 27 class Signal { 33 Signal(uint16_t start, uint8_t length, value defVal = 0);
|
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/ |
D | Signal.cpp | 36 Signal::Signal(uint16_t start, uint8_t length, value defVal) in Signal() function in android::hardware::automotive::protocan::Signal 48 Signal::value Signal::get(const can::V1_0::CanMessage& msg) const { in get() 52 Signal::value v = 0; in get() 62 void Signal::set(can::V1_0::CanMessage& msg, Signal::value val) const { in set() 82 void Signal::setDefault(can::V1_0::CanMessage& msg) const { set(msg, kDefVal); } in setDefault()
|
D | MessageDef.cpp | 26 MessageDef::MessageDef(CanMessageId id, uint16_t len, std::map<std::string, Signal> signals, in MessageDef() 27 std::optional<Signal> counter, std::optional<Checksum> checksum) in MessageDef() 30 const Signal& MessageDef::operator[](const std::string& signalName) const { in operator []()
|
D | MessageCounter.cpp | 26 MessageCounter::MessageCounter(Signal signal) : upperBound(signal.maxValue + 1), mSignal(signal) {} in MessageCounter() 28 Signal::value MessageCounter::next() const { in next()
|
D | Checksum.cpp | 21 Checksum::Checksum(Signal signal, formula f) : mSignal(signal), mFormula(f) {} in Checksum()
|
D | Android.bp | 35 "Signal.cpp",
|
/hardware/google/pixel/vibrator/common/proto/ |
D | capo.proto | 30 // Signal for host to acknowledge the notification. 34 // Signal to enable the carried position detector for device. No payload. 37 // Signal to disable the carried position detector for device. No payload. 40 // Signal to request most recent carried position detector state. No payload. 43 // Signal to force carried position detector to refresh state. No payload. 50 // Signal while carried position of device detected.
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_debug.h | 121 class Signal { 126 Signal() { in Signal() function 132 ~Signal() { in ~Signal()
|
/hardware/interfaces/tv/tuner/1.0/ |
D | types.hal | 258 * Signal Settings for an ATSC Frontend. 262 * Signal frequency in Hertz 388 * PLP basis Signal Settings for an ATSC3 Frontend. 403 * Signal Settings for an ATSC3 Frontend. 407 * Signal frequency in Hertz 550 * Signal Settings for an DVBS Frontend. 554 * Signal frequency in Hertz 638 * Signal Settings for an DVBC Frontend. 642 * Signal frequency in Hertz 806 * Signal Settings for DVBT Frontend. [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_debug.h | 198 class Signal { 203 Signal() { in Signal() function 212 ~Signal() { in ~Signal()
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
D | worker.h | 40 void Signal() { in Signal() function
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/ |
D | fence_events.adoc | 5 === Alternate Methods to Signal Fences 11 [open,refpage='vkRegisterDeviceEventEXT',desc='Signal a fence when a device event occurs',type='pro… 62 [open,refpage='vkRegisterDisplayEventEXT',desc='Signal a fence when a display event occurs',type='p…
|
/hardware/interfaces/tv/tuner/1.1/ |
D | types.hal | 301 * Extended Signal Settings for a DVBS Frontend. 310 * Extended Signal Settings for a DVBT Frontend. 319 * Extended Signal Settings for an Analog Frontend. 326 * Extended Signal Settings for DVBC Frontend. 335 * Extended Signal Settings for Frontend. 473 * Signal Setting for DTMB Frontend.
|
D | IFrontend.hal | 38 * @param settings Signal delivery information the frontend uses to 59 * @param settings Signal delivery information which the frontend uses to
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | locker.h | 139 void Signal() { pthread_cond_signal(&condition_); } in Signal() function
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | locker.h | 139 void Signal() { pthread_cond_signal(&condition_); } in Signal() function
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | locker.h | 139 void Signal() { pthread_cond_signal(&condition_); } in Signal() function
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | locker.h | 139 void Signal() { pthread_cond_signal(&condition_); } in Signal() function
|
/hardware/interfaces/automotive/sv/1.0/ |
D | ISurroundViewSession.hal | 46 * Signal from client that a frame, which was delivered by the stream, has been consumed.
|
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | locker.h | 151 void Signal() { pthread_cond_signal(&condition_); } in Signal() function
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | locker.h | 151 void Signal() { pthread_cond_signal(&condition_); } in Signal() function
|