Home
last modified time | relevance | path

Searched refs:State (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DConcurrentQueue.h90 enum class State { enum
98 BatchingConsumer() : mState(State::INIT) {} in BatchingConsumer()
116 mState = State::STOP_REQUESTED; in requestStop()
127 if (mState.exchange(State::RUNNING) == State::INIT) { in runInternal()
128 while (State::RUNNING == mState) { in runInternal()
130 if (State::STOP_REQUESTED == mState) break; in runInternal()
133 if (State::STOP_REQUESTED == mState) break; in runInternal()
143 mState = State::STOPPED; in runInternal()
149 std::atomic<State> mState;
/hardware/libhardware/modules/camera/3_4/metadata/
Dstate.h29 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()
Dstate_test.cpp48 state_.reset(new State<uint8_t>(tag_, std::move(mock_delegate_))); in PrepareState()
51 std::unique_ptr<State<uint8_t>> state_;
Dpartial_metadata_factory.h39 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()
Dpartial_metadata_factory_test.cpp86 std::unique_ptr<State<uint8_t>> state = FixedState(delegate_tag_, value); in TEST_F()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h62 enum class State { enum
67 void setState(State state);
68 State getState() const;
90 State mState{State::MODIFIED};
/hardware/interfaces/bluetooth/1.0/default/
Dhci_packetizer.h41 enum State { HCI_PREAMBLE, HCI_PAYLOAD }; enum
42 State state_{HCI_PREAMBLE};
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp199 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/google/av/media/sfplugin/
DCCodec.h135 struct State { struct
136 inline State() : mState(RELEASED) {} in State() argument
162 Mutexed<State> mState; argument
DCCodec.cpp568 Mutexed<State>::Locked state(mState); in initiateAllocateComponent()
614 Mutexed<State>::Locked state(mState); in allocate()
624 Mutexed<State>::Locked state(mState); in allocate()
652 Mutexed<State>::Locked state(mState); in initiateConfigureComponent()
667 Mutexed<State>::Locked state(mState); in configure()
926 Mutexed<State>::Locked state(mState); in initiateCreateInputSurface()
1074 Mutexed<State>::Locked state(mState); in initiateStart()
1091 Mutexed<State>::Locked state(mState); in start()
1130 Mutexed<State>::Locked state(mState); in start()
1155 Mutexed<State>::Locked state(mState); in initiateStop()
[all …]
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto78 /* System State of Charge, in percent. */
84 /* System State of Charge, in percent. */
96 /* State of charge, in percent. */
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/
Dsupplicant_sta_iface_hidl_test.cpp58 ISupplicantStaIfaceCallback::State /* newState */, in onStateChanged() argument
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIfaceCallback.hal29 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);
DISupplicantP2pIface.hal342 * timeout occurs, the Listen State operation must be skipped.
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal386 * @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
DIRadio.hal213 * State transitions must be as follows:
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/
Dsupplicant_sta_iface_hidl_test.cpp127 ISupplicantStaIfaceCallback::State /* newState */, in onStateChanged() argument
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h407 } State; typedef
817 State mState;
/hardware/libhardware/modules/camera/3_4/
Dv4l2_metadata_factory.cpp507 components.insert(std::make_unique<State<int64_t>>( in GetV4L2Metadata()
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_iface_hidl_test.cpp88 ISupplicantStaIfaceCallback::State /* newState */, in onStateChanged() argument
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal47 enum State : int32_t {
52 State state;
/hardware/interfaces/gnss/2.0/
DIGnssMeasurementCallback.hal61 * <td><strong>State Flag</strong></td>
/hardware/interfaces/wifi/1.0/
DIWifiStaIface.hal404 * @param state State of the roaming control.
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal658 * State of the vehicles turn signals
2139 * Headlights State
/hardware/interfaces/radio/1.4/
Dtypes.hal1753 * List of P-CSCF(Proxy Call State Control Function) addresses via PCO(Protocol Configuration

12