Home
last modified time | relevance | path

Searched refs:pco (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioIndication-data.cpp75 const V1_0::PcoDataInfo& pco) { in pcoData() argument
77 dataCb()->pcoData(toAidl(type), toAidl(pco)); in pcoData()
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DIRadioDataIndication.aidl65 void pcoData(in RadioIndicationType type, in PcoDataInfo pco); in pcoData() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/
DIRadioDataIndication.aidl39 …n android.hardware.radio.RadioIndicationType type, in android.hardware.radio.data.PcoDataInfo pco); in pcoData() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/
DIRadioDataIndication.aidl40 …n android.hardware.radio.RadioIndicationType type, in android.hardware.radio.data.PcoDataInfo pco); in pcoData() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/
DIRadioDataIndication.aidl40 …n android.hardware.radio.RadioIndicationType type, in android.hardware.radio.data.PcoDataInfo pco); in pcoData() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/
DIRadioDataIndication.aidl39 …n android.hardware.radio.RadioIndicationType type, in android.hardware.radio.data.PcoDataInfo pco); in pcoData() argument
/hardware/interfaces/radio/aidl/vts/
Dradio_data_utils.h94 virtual ndk::ScopedAStatus pcoData(RadioIndicationType type, const PcoDataInfo& pco) override;
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal443 * @param pco New PcoData
445 oneway pcoData(RadioIndicationType type, PcoDataInfo pco);
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h132 Return<void> pcoData(V1_0::RadioIndicationType type, const V1_0::PcoDataInfo& pco) override;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h523 Return<void> pcoData(RadioIndicationType type, const PcoDataInfo& pco);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h543 Return<void> pcoData(RadioIndicationType type, const PcoDataInfo& pco);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h613 Return<void> pcoData(RadioIndicationType type, const PcoDataInfo& pco);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h638 Return<void> pcoData(RadioIndicationType type, const PcoDataInfo& pco);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h710 Return<void> pcoData(RadioIndicationType type, const PcoDataInfo& pco);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h809 Return<void> pcoData(RadioIndicationType type, const PcoDataInfo& pco);
/hardware/ril/libril/
Dril_service.cpp8284 PcoDataInfo pco = {}; in pcoDataInd() local
8286 pco.cid = rilPcoData->cid; in pcoDataInd()
8287 pco.bearerProto = convertCharPtrToHidlString(rilPcoData->bearer_proto); in pcoDataInd()
8288 pco.pcoId = rilPcoData->pco_id; in pcoDataInd()
8289 pco.contents.setToExternal((uint8_t *) rilPcoData->contents, rilPcoData->contents_length); in pcoDataInd()
8295 convertIntToRadioIndicationType(indicationType), pco); in pcoDataInd()
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h1077 Return<void> pcoData(RadioIndicationType type, const PcoDataInfo& pco);