/hardware/interfaces/camera/provider/2.5/default/ |
D | LegacyCameraProviderImpl_2_5.cpp | 41 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()
|
D | CameraProvider_2_5.h | 79 Return<void> notifyDeviceStateChange(hardware::hidl_bitfield<DeviceState> newState) override { in notifyDeviceStateChange() 80 return impl.notifyDeviceStateChange(newState); in notifyDeviceStateChange()
|
D | ExternalCameraProviderImpl_2_5.h | 51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
|
D | LegacyCameraProviderImpl_2_5.h | 51 Return<void> notifyDeviceStateChange(hidl_bitfield<DeviceState> newState);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
D | fusion_9axis.h | 24 inv_error_t inv_9x_fusion_state_change(unsigned char newState);
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
D | fusion_9axis.h | 24 inv_error_t inv_9x_fusion_state_change(unsigned char newState);
|
/hardware/google/av/media/sfplugin/ |
D | CCodec.h | 138 inline void set(int newState) { mState = newState; } in set()
|
/hardware/interfaces/camera/provider/2.5/ |
D | ICameraProvider.hal | 63 * @param newState 66 notifyDeviceStateChange(bitfield<DeviceState> newState);
|
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | Agps.cpp | 389 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState() argument 392 this, mState, newState); in transitionState() 394 mState = newState; in transitionState()
|
D | Agps.h | 231 void transitionState(AgpsState newState);
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | Agps.cpp | 394 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState() argument 397 this, mState, newState); in transitionState() 399 mState = newState; in transitionState()
|
D | Agps.h | 290 void transitionState(AgpsState newState);
|
/hardware/qcom/gps/msm8998/gnss/ |
D | Agps.cpp | 389 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState() argument 392 this, mState, newState); in transitionState() 394 mState = newState; in transitionState()
|
D | Agps.h | 290 void transitionState(AgpsState newState);
|
/hardware/qcom/sdm845/gps/msm8998/gnss/ |
D | Agps.cpp | 391 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState() argument 394 this, mState, newState); in transitionState() 396 mState = newState; in transitionState()
|
D | Agps.h | 290 void transitionState(AgpsState newState);
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 264 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/ |
D | ISupplicantStaIfaceCallback.hal | 386 * @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/ |
D | MPLSensor.cpp | 2859 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/ |
D | MPLSensor.cpp | 3191 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/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 702 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()
|