Searched refs:nullptr (Results 1 - 25 of 617) sorted by relevance

1234567891011>>

/hardware/libhardware/modules/input/evdev/
H A DInputMapper.cpp25 if (mInputReportDef == nullptr) return nullptr;
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_callbacks.h49 bool VsyncCallbackRegistered() { return (vsync_ != nullptr && vsync_data_ != nullptr); }
52 hwc2_callback_data_t hotplug_data_ = nullptr;
53 hwc2_callback_data_t refresh_data_ = nullptr;
54 hwc2_callback_data_t vsync_data_ = nullptr;
56 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
57 HWC2_PFN_REFRESH refresh_ = nullptr;
58 HWC2_PFN_VSYNC vsync_ = nullptr;
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_callbacks.h49 bool VsyncCallbackRegistered() { return (vsync_ != nullptr && vsync_data_ != nullptr); }
52 hwc2_callback_data_t hotplug_data_ = nullptr;
53 hwc2_callback_data_t refresh_data_ = nullptr;
54 hwc2_callback_data_t vsync_data_ = nullptr;
56 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
57 HWC2_PFN_REFRESH refresh_ = nullptr;
58 HWC2_PFN_VSYNC vsync_ = nullptr;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_callbacks.h49 bool VsyncCallbackRegistered() { return (vsync_ != nullptr && vsync_data_ != nullptr); }
52 hwc2_callback_data_t hotplug_data_ = nullptr;
53 hwc2_callback_data_t refresh_data_ = nullptr;
54 hwc2_callback_data_t vsync_data_ = nullptr;
56 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
57 HWC2_PFN_REFRESH refresh_ = nullptr;
58 HWC2_PFN_VSYNC vsync_ = nullptr;
/hardware/qcom/gps/msm8909w_3100/android/
H A DGnssBatching.cpp37 if (mGnssBatching != nullptr) {
43 GnssBatching::GnssBatching() : mApi(nullptr) {
48 if (mApi != nullptr) {
50 mApi = nullptr;
57 if (mApi != nullptr) {
58 LOC_LOGD("%s]: mApi is NOT nullptr, delete it first", __FUNCTION__);
60 mApi = nullptr;
64 if (mApi == nullptr) {
69 if (mGnssBatchingCbIface != nullptr) {
73 if (mGnssBatchingCbIface != nullptr) {
[all...]
H A DGnssGeofencing.cpp37 if (mGnssGeofencing != nullptr) {
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) {
47 if (mApi != nullptr) {
49 mApi = nullptr;
55 if (mApi != nullptr) {
56 LOC_LOGE("%s]: mApi is NOT nullptr", __FUNCTION__);
61 if (mApi == nullptr) {
65 if (mGnssGeofencingCbIface != nullptr) {
69 if (mGnssGeofencingCbIface != nullptr) {
85 if (mApi == nullptr) {
[all...]
H A DGnssMeasurement.cpp37 if (mGnssMeasurement != nullptr) {
50 mApi = nullptr;
60 if (mGnssMeasurementCbIface != nullptr) {
65 if (callback == nullptr) {
66 LOC_LOGE("%s]: callback is nullptr", __FUNCTION__);
69 if (mApi == nullptr) {
70 LOC_LOGE("%s]: mApi is nullptr", __FUNCTION__);
81 if (mApi == nullptr) {
82 LOC_LOGE("%s]: mApi is nullptr", __FUNCTION__);
86 if (mGnssMeasurementCbIface != nullptr) {
[all...]
/hardware/qcom/gps/msm8998/android/
H A DGnssBatching.cpp37 if (mGnssBatching != nullptr) {
43 GnssBatching::GnssBatching() : mApi(nullptr) {
48 if (mApi != nullptr) {
50 mApi = nullptr;
57 if (mApi != nullptr) {
58 LOC_LOGD("%s]: mApi is NOT nullptr, delete it first", __FUNCTION__);
60 mApi = nullptr;
64 if (mApi == nullptr) {
69 if (mGnssBatchingCbIface != nullptr) {
73 if (mGnssBatchingCbIface != nullptr) {
[all...]
H A DGnssGeofencing.cpp37 if (mGnssGeofencing != nullptr) {
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) {
47 if (mApi != nullptr) {
49 mApi = nullptr;
55 if (mApi != nullptr) {
56 LOC_LOGE("%s]: mApi is NOT nullptr", __FUNCTION__);
61 if (mApi == nullptr) {
65 if (mGnssGeofencingCbIface != nullptr) {
69 if (mGnssGeofencingCbIface != nullptr) {
85 if (mApi == nullptr) {
[all...]
H A DGnssMeasurement.cpp37 if (mGnssMeasurement != nullptr) {
50 mApi = nullptr;
60 if (mGnssMeasurementCbIface != nullptr) {
65 if (callback == nullptr) {
66 LOC_LOGE("%s]: callback is nullptr", __FUNCTION__);
69 if (mApi == nullptr) {
70 LOC_LOGE("%s]: mApi is nullptr", __FUNCTION__);
81 if (mApi == nullptr) {
82 LOC_LOGE("%s]: mApi is nullptr", __FUNCTION__);
86 if (mGnssMeasurementCbIface != nullptr) {
[all...]
H A DAGnss.cpp34 sp<IAGnssCallback> AGnss::sAGnssCbIface = nullptr;
46 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
60 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
71 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
83 if(mGnss == nullptr || mGnss->getGnssInterface() == nullptr){
104 if (mGnss == nullptr) {
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_callbacks.h50 hwc2_callback_data_t hotplug_data_ = nullptr;
51 hwc2_callback_data_t refresh_data_ = nullptr;
52 hwc2_callback_data_t vsync_data_ = nullptr;
54 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
55 HWC2_PFN_REFRESH refresh_ = nullptr;
56 HWC2_PFN_VSYNC vsync_ = nullptr;
/hardware/nxp/nfc/1.1/
H A DNfc.cpp36 sp<V1_1::INfcClientCallback> Nfc::mCallbackV1_1 = nullptr;
37 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr;
41 if (clientCallback == nullptr) {
55 if (clientCallback == nullptr) {
85 if (mCallbackV1_1 == nullptr && mCallbackV1_0 == nullptr) {
90 if (mCallbackV1_1 != nullptr) {
92 mCallbackV1_1 = nullptr;
94 if (mCallbackV1_0 != nullptr) {
96 mCallbackV1_0 = nullptr;
[all...]
/hardware/interfaces/keymaster/3.0/default/
H A DKeymasterDevice.cpp40 *dev = nullptr;
52 *dev = nullptr;
62 *dev = nullptr;
68 const hw_module_t* mod = nullptr;
78 keymaster0_device_t* dev = nullptr;
80 return nullptr;
84 keymaster1_device_t* dev = nullptr;
86 return nullptr;
90 keymaster2_device_t* dev = nullptr;
92 return nullptr;
[all...]
/hardware/interfaces/health/2.0/utils/libhealthhalutils/
H A DHealthHalUtils.cpp30 if (ret != nullptr) {
35 return nullptr;
/hardware/qcom/display/msm8909/libdrmutils/
H A Ddrm_lib_loader.cpp41 DRMLibLoader *DRMLibLoader::s_instance = nullptr;
58 s_instance = nullptr;
74 lib_ = nullptr;
81 return (lib_ != nullptr);
89 return (*func_ptr != nullptr);
H A Ddrm_res_mgr.h61 drmModeRes *res_ = nullptr;
62 drmModeConnector *conn_ = nullptr;
63 drmModeEncoder *enc_ = nullptr;
64 drmModeCrtc *crtc_ = nullptr;
/hardware/qcom/display/msm8909w_3100/libdrmutils/
H A Ddrm_lib_loader.cpp41 DRMLibLoader *DRMLibLoader::s_instance = nullptr;
58 s_instance = nullptr;
74 lib_ = nullptr;
81 return (lib_ != nullptr);
89 return (*func_ptr != nullptr);
H A Ddrm_res_mgr.h61 drmModeRes *res_ = nullptr;
62 drmModeConnector *conn_ = nullptr;
63 drmModeEncoder *enc_ = nullptr;
64 drmModeCrtc *crtc_ = nullptr;
/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_lib_loader.cpp41 DRMLibLoader *DRMLibLoader::s_instance = nullptr;
58 s_instance = nullptr;
74 lib_ = nullptr;
81 return (lib_ != nullptr);
89 return (*func_ptr != nullptr);
H A Ddrm_res_mgr.h61 drmModeRes *res_ = nullptr;
62 drmModeConnector *conn_ = nullptr;
63 drmModeEncoder *enc_ = nullptr;
64 drmModeCrtc *crtc_ = nullptr;
/hardware/interfaces/gnss/1.0/default/
H A DGnss.cpp29 sp<IGnssCallback> Gnss::sGnssCbIface = nullptr;
58 if (gnssDevice == nullptr) {
72 if (sGnssCbIface == nullptr) {
77 if (location == nullptr) {
90 if (sGnssCbIface == nullptr) {
95 if (gnssStatus == nullptr) {
110 if (sGnssCbIface == nullptr) {
115 if (status == nullptr) {
177 if (sGnssCbIface == nullptr) {
182 if (svInfo == nullptr) {
[all...]
/hardware/qcom/audio/hal/
H A Daudio_perf.cpp37 static android::sp<IPower> gPowerHal_ = nullptr;
47 gPowerHal_ = nullptr;
54 static android::sp<PowerHalDeathRecipient> gPowerHalDeathRecipient = nullptr;
57 if (gPowerHalExists && gPowerHal_ == nullptr) {
60 if (gPowerHal_ == nullptr) {
64 if (gPowerHalDeathRecipient == nullptr) {
72 gPowerHal_ = nullptr;
75 gPowerHal_ = nullptr;
87 if (powerHal == nullptr) {
/hardware/interfaces/nfc/1.0/default/
H A DNfc.cpp15 sp<INfcClientCallback> Nfc::mCallback = nullptr;
23 if (mDevice == nullptr || mCallback == nullptr) {
32 if (mDevice == nullptr) {
41 if (mDevice == nullptr) {
49 if (mDevice == nullptr) {
56 if (mDevice == nullptr || mCallback == nullptr) {
64 if (mDevice == nullptr) {
71 if (mDevice == nullptr) {
[all...]
/hardware/google/easel/amber/camera/libhdrplusclient/
H A DEaselManagerClient.cpp31 return nullptr;

Completed in 561 milliseconds

1234567891011>>