/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | ConcurrentQueue.h | 90 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/ |
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/interfaces/bluetooth/1.0/default/ |
D | hci_packetizer.h | 41 enum State { HCI_PREAMBLE, HCI_PAYLOAD }; enum 42 State state_{HCI_PREAMBLE};
|
/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/google/av/media/sfplugin/ |
D | CCodec.h | 135 struct State { struct 136 inline State() : mState(RELEASED) {} in State() argument 162 Mutexed<State> mState; argument
|
D | CCodec.cpp | 568 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/ |
D | pixelatoms.proto | 78 /* 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/ |
D | supplicant_sta_iface_hidl_test.cpp | 58 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/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
|
D | IRadio.hal | 213 * State transitions must be as follows:
|
/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
D | supplicant_sta_iface_hidl_test.cpp | 127 ISupplicantStaIfaceCallback::State /* newState */, in onStateChanged() argument
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 407 } State; typedef 817 State mState;
|
/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 | 88 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/automotive/vehicle/2.0/ |
D | types.hal | 658 * State of the vehicles turn signals 2139 * Headlights State
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 1753 * List of P-CSCF(Proxy Call State Control Function) addresses via PCO(Protocol Configuration
|