/hardware/libhardware/modules/camera/3_4/metadata/ |
D | state.h | 29 class State : public PartialMetadataInterface { 31 State(int32_t tag, std::unique_ptr<StateDelegateInterface<T>> delegate) in State() function 57 int State<T>::PopulateStaticFields(android::CameraMetadata* /*metadata*/) const { in PopulateStaticFields() 63 int State<T>::PopulateDynamicFields(android::CameraMetadata* metadata) const { in PopulateDynamicFields() 75 int State<T>::PopulateTemplateRequest(int /*template_type*/, in PopulateTemplateRequest() 82 bool State<T>::SupportsRequestValues( in SupportsRequestValues() 89 int State<T>::SetRequestValues(const android::CameraMetadata& /*metadata*/) { in SetRequestValues()
|
D | state_test.cpp | 48 state_.reset(new State<uint8_t>(tag_, std::move(mock_delegate_))); in PrepareState() 51 std::unique_ptr<State<uint8_t>> state_;
|
D | partial_metadata_factory.h | 39 static std::unique_ptr<State<T>> FixedState(int32_t tag, T value); 102 std::unique_ptr<State<T>> FixedState(int32_t tag, T value) { in FixedState() 108 return std::make_unique<State<T>>( in FixedState()
|
D | partial_metadata_factory_test.cpp | 86 std::unique_ptr<State<uint8_t>> state = FixedState(delegate_tag_, value); in TEST_F()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.h | 62 enum class State { enum 67 void setState(State state); 68 State getState() const; 90 State mState{State::MODIFIED};
|
/hardware/google/pixel/vibrator/drv2624/bench/ |
D | benchmark.cpp | 51 void SetUp(::benchmark::State &state) override { in SetUp() 82 std::string getDynamicConfig(const ::benchmark::State &state) const { in getDynamicConfig() 86 auto getOtherArg(const ::benchmark::State &state, std::size_t index) const { in getOtherArg() 98 (benchmark::State & state){code} BENCHMARK_REGISTER_F(fixt, test) \ 158 auto getEffect(const ::benchmark::State &state) const { in getEffect() 162 auto getStrength(const ::benchmark::State &state) const { in getStrength()
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | hci_packetizer.h | 41 enum State { HCI_PREAMBLE, HCI_PAYLOAD }; enum 42 State state_{HCI_PREAMBLE};
|
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
D | operations.cpp | 83 ParserState State; member 86 PathParser(string_view_t P, ParserState State) noexcept : Path(P), in PathParser() 87 State(State) {} in PathParser() 91 : Path(P), RawEntry(E), State(static_cast<ParserState>(S)) { in PathParser() 118 switch (State) { in increment() 154 switch (State) { in decrement() 187 switch (State) { in operator *() 203 return State != PS_BeforeBegin && State != PS_AtEnd; in operator bool() 217 return State == PS_AtEnd; in atEnd() 221 return State == PS_InRootDir; in inRootDir() [all …]
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.cpp | 199 adapter.setState(HWC2OnFbAdapter::State::MODIFIED); in setColorTransformHook() 327 adapter.setState(HWC2OnFbAdapter::State::VALIDATED_WITH_CHANGES); in validateDisplayHook() 330 adapter.setState(HWC2OnFbAdapter::State::VALIDATED); in validateDisplayHook() 342 if (adapter.getState() == HWC2OnFbAdapter::State::MODIFIED) { in getChangedCompositionTypesHook() 369 if (adapter.getState() == HWC2OnFbAdapter::State::MODIFIED) { in getDisplayRequestsHook() 383 if (adapter.getState() == HWC2OnFbAdapter::State::MODIFIED) { in acceptDisplayChangesHook() 388 adapter.setState(HWC2OnFbAdapter::State::VALIDATED); in acceptDisplayChangesHook() 398 if (adapter.getState() != HWC2OnFbAdapter::State::VALIDATED) { in presentDisplayHook() 427 adapter.setState(HWC2OnFbAdapter::State::MODIFIED); in createLayerHook() 438 adapter.setState(HWC2OnFbAdapter::State::MODIFIED); in destroyLayerHook() [all …]
|
/hardware/interfaces/wifi/supplicant/1.3/ |
D | ISupplicantStaIfaceCallback.hal | 20 import @1.0::ISupplicantStaIfaceCallback.State; 207 * @param newState New State of the interface. This must be one of the |State| 220 oneway onStateChanged_1_3(State newState, Bssid bssid, SupplicantNetworkId id, Ssid ssid,
|
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 402 static void addDefaultLabel(benchmark::State& state) { in addDefaultLabel() 447 static void keygen(benchmark::State& state, string transform, int keySize) { in keygen() 484 static void sign(benchmark::State& state, string transform, int keySize, int msgSize) { in sign() 510 static void verify(benchmark::State& state, string transform, int keySize, int msgSize) { in verify() 602 static void encrypt(benchmark::State& state, string transform, int keySize, int msgSize) { in encrypt() 629 static void decrypt(benchmark::State& state, string transform, int keySize, int msgSize) { in decrypt()
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 86 /* System State of Charge, in percent. */ 92 /* System State of Charge, in percent. */ 104 /* State of charge, in percent. */
|
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
D | supplicant_sta_iface_hidl_test.cpp | 60 ISupplicantStaIfaceCallback::State /* newState */, in onStateChanged() argument
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaIfaceCallback.hal | 29 enum State : uint32_t { 386 * @param newState New State of the interface. This must be one of the |State| 399 State newState, Bssid bssid, SupplicantNetworkId id, Ssid ssid);
|
D | ISupplicantP2pIface.hal | 342 * timeout occurs, the Listen State operation must be skipped.
|
/hardware/interfaces/wifi/supplicant/1.3/vts/functional/ |
D | supplicant_sta_iface_hidl_test.cpp | 155 ISupplicantStaIfaceCallback::State /* newState */, in onStateChanged() argument 266 ISupplicantStaIfaceCallback::State /* newState */, in onStateChanged_1_3() argument
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 386 * @param state New Srvcc State 450 * This message must be sent either just before the Radio State changes to RadioState:UNAVAILABLE 451 * or just after but must never be sent after the Radio State changes from RadioState:UNAVAILABLE
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 405 } State; typedef 821 State mState;
|
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
D | supplicant_sta_iface_hidl_test.cpp | 137 ISupplicantStaIfaceCallback::State /* newState */, in onStateChanged() argument
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_metadata_factory.cpp | 507 components.insert(std::make_unique<State<int64_t>>( in GetV4L2Metadata()
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_sta_iface_hidl_test.cpp | 105 ISupplicantStaIfaceCallback::State /* newState */, in onStateChanged() argument
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 47 enum State : int32_t { 52 State state;
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurementCallback.hal | 61 * <td><strong>State Flag</strong></td>
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiStaIface.hal | 404 * @param state State of the roaming control.
|
/hardware/interfaces/radio/1.5/ |
D | types.hal | 526 * List of P-CSCF(Proxy Call State Control Function) addresses via PCO(Protocol Configuration
|