Home
last modified time | relevance | path

Searched refs:newState (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/camera/provider/2.5/default/
DLegacyCameraProviderImpl_2_5.cpp41 hidl_bitfield<DeviceState> newState) { in notifyDeviceStateChange() argument
42 ALOGD("%s: New device state: 0x%" PRIx64, __FUNCTION__, newState); in notifyDeviceStateChange()
43 uint64_t state = static_cast<uint64_t>(newState); in notifyDeviceStateChange()
DCameraProvider_2_5.h79 Return<void> notifyDeviceStateChange(hardware::hidl_bitfield<DeviceState> newState) override { in notifyDeviceStateChange()
80 return impl.notifyDeviceStateChange(newState); in notifyDeviceStateChange()
DExternalCameraProviderImpl_2_5.h51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
DLegacyCameraProviderImpl_2_5.h51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
Dfusion_9axis.h24 inv_error_t inv_9x_fusion_state_change(unsigned char newState);
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
Dfusion_9axis.h24 inv_error_t inv_9x_fusion_state_change(unsigned char newState);
/hardware/google/av/media/sfplugin/
DCCodec.h138 inline void set(int newState) { mState = newState; } in set()
/hardware/interfaces/camera/provider/2.5/
DICameraProvider.hal63 * @param newState
66 notifyDeviceStateChange(bitfield<DeviceState> newState);
/hardware/qcom/sdm845/gps/sdm845/gnss/
DAgps.cpp389 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState() argument
392 this, mState, newState); in transitionState()
394 mState = newState; in transitionState()
DAgps.h231 void transitionState(AgpsState newState);
/hardware/qcom/gps/msm8909w_3100/gnss/
DAgps.cpp394 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState() argument
397 this, mState, newState); in transitionState()
399 mState = newState; in transitionState()
DAgps.h290 void transitionState(AgpsState newState);
/hardware/qcom/gps/msm8998/gnss/
DAgps.cpp389 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState() argument
392 this, mState, newState); in transitionState()
394 mState = newState; in transitionState()
DAgps.h290 void transitionState(AgpsState newState);
/hardware/qcom/sdm845/gps/msm8998/gnss/
DAgps.cpp391 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState() argument
394 this, mState, newState); in transitionState()
396 mState = newState; in transitionState()
DAgps.h290 void transitionState(AgpsState newState);
/hardware/ril/reference-ril/
Dreference-ril.c264 static void setRadioState(RIL_RadioState newState);
2853 setRadioState(RIL_RadioState newState) argument
2855 RLOGD("setRadioState(%d)", newState);
2868 newState = RADIO_STATE_UNAVAILABLE;
2871 if (sState != newState || s_closed > 0) {
2872 sState = newState;
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIfaceCallback.hal386 * @param newState New State of the interface. This must be one of the |State|
399 State newState, Bssid bssid, SupplicantNetworkId id, Ssid ssid);
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp2859 int newState = en ? 1 : 0; in enable() local
2865 ((uint32_t(newState) << what) ? "en" : "dis")); in enable()
2872 if ((uint32_t(newState) << what) != (mEnabled & (1 << what))) { in enable()
2873 short flags = newState; in enable()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp3191 int newState = en ? 1 : 0; local
3197 ((uint32_t(newState) << what) ? "en" : "dis"));
3204 if ((uint32_t(newState) << what) != (mEnabled & (1 << what))) {
3206 short flags = newState;
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp702 void notifyDeviceState(::android::hardware::camera::provider::V2_5::DeviceState newState);
6010 void CameraHidlTest::notifyDeviceState(provider::V2_5::DeviceState newState) { in notifyDeviceState() argument
6014 static_cast<hidl_bitfield<provider::V2_5::DeviceState>>(newState)); in notifyDeviceState()