Searched refs:networkCb (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | RadioResponse-network.cpp | 38 std::shared_ptr<aidl::IRadioNetworkResponse> RadioResponse::networkCb() { in networkCb() function in android::hardware::radio::compat::RadioResponse 46 networkCb()->getAllowedNetworkTypesBitmapResponse(toAidl(info), networkTypeBitmap); in getAllowedNetworkTypesBitmapResponse() 53 networkCb()->getAllowedNetworkTypesBitmapResponse(toAidl(info), getRafFromNetworkType(nwType)); in getPreferredNetworkTypeResponse() 67 networkCb()->getAvailableBandModesResponse(toAidl(info), toAidl(bandModes)); in getAvailableBandModesResponse() 74 networkCb()->getAvailableNetworksResponse(toAidl(info), toAidl(networkInfos)); in getAvailableNetworksResponse() 82 networkCb()->getBarringInfoResponse(toAidl(info), toAidl(cellIdentity), toAidl(barringInfos)); in getBarringInfoResponse() 89 networkCb()->getCdmaRoamingPreferenceResponse(toAidl(info), aidl::CdmaRoamingType(type)); in getCdmaRoamingPreferenceResponse() 117 networkCb()->getCellInfoListResponse(toAidl(info), toAidl(cellInfo)); in getCellInfoListResponse_1_5() 124 networkCb()->getCellInfoListResponse(toAidl(info), toAidl(cellInfo)); in getCellInfoListResponse_1_6() 152 networkCb()->getDataRegistrationStateResponse(toAidl(info), toAidl(dataRegResponse)); in getDataRegistrationStateResponse_1_5() [all …]
|
D | RadioIndication-network.cpp | 36 std::shared_ptr<aidl::IRadioNetworkIndication> RadioIndication::networkCb() { in networkCb() function in android::hardware::radio::compat::RadioIndication 44 networkCb()->barringInfoChanged(toAidl(type), toAidl(cellIdentity), toAidl(barringInfos)); in barringInfoChanged() 50 networkCb()->cdmaPrlChanged(toAidl(type), version); in cdmaPrlChanged() 78 networkCb()->cellInfoList(toAidl(type), toAidl(records)); in cellInfoList_1_5() 85 networkCb()->cellInfoList(toAidl(type), toAidl(records)); in cellInfoList_1_6() 92 networkCb()->currentLinkCapacityEstimate(toAidl(type), toAidl(lce)); in currentLinkCapacityEstimate() 99 networkCb()->currentLinkCapacityEstimate(toAidl(type), toAidl(lce)); in currentLinkCapacityEstimate_1_6() 113 networkCb()->currentPhysicalChannelConfigs(toAidl(type), toAidl(configs)); in currentPhysicalChannelConfigs_1_4() 120 networkCb()->currentPhysicalChannelConfigs(toAidl(type), toAidl(configs)); in currentPhysicalChannelConfigs_1_6() 141 networkCb()->currentSignalStrength(toAidl(type), toAidl(signalStrength)); in currentSignalStrength_1_4() [all …]
|
D | RadioNetwork.cpp | 36 return mCallbackManager->response().networkCb(); in respond()
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioIndication.h | 237 std::shared_ptr<::aidl::android::hardware::radio::network::IRadioNetworkIndication> networkCb();
|
D | RadioResponse.h | 455 std::shared_ptr<::aidl::android::hardware::radio::network::IRadioNetworkResponse> networkCb();
|