Searched refs:serviceClass (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_ims.cpp | 64 int32_t serviceClass = 1; in TEST_F() local 67 radio->getFacilityLockForApp(serial, facility, password, serviceClass, appId); in TEST_F() 88 int32_t serviceClass = 1; in TEST_F() local 91 radio->setFacilityLockForApp(serial, facility, lockState, password, serviceClass, appId); in TEST_F()
|
D | radio_hidl_hal_utils_v1_0.h | 156 int32_t serviceClass);
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 101 Return<void> getCallWaiting(int32_t serial, int32_t serviceClass) override; 102 Return<void> setCallWaiting(int32_t serial, bool enable, int32_t serviceClass) override; 109 const hidl_string& password, int32_t serviceClass, 112 const hidl_string& password, int32_t serviceClass,
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 490 * @param serviceClass Service class is the TS 27.007 service class to query 494 oneway getCallWaiting(int32_t serial, int32_t serviceClass); 501 * @param serviceClass is the TS 27.007 service class bit vector of services to modify 506 int32_t serviceClass); 561 * @param serviceClass is the TS 27.007 service class bit vector of services to query 568 string password, int32_t serviceClass, string appId); 577 * @param serviceClass is string representation of decimal TS 27.007 586 string password, int32_t serviceClass, string appId);
|
D | IRadioResponse.hal | 770 * @param serviceClass If enable, then callWaitingResp[1] 794 oneway getCallWaitingResponse(RadioResponseInfo info, bool enable, int32_t serviceClass);
|
D | types.hal | 1395 int32_t serviceClass; // From 27.007 +CCFC/+CLCK "class" 2006 bitfield<SuppServiceClass> serviceClass;
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_utils_v1_1.h | 157 int32_t serviceClass);
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_utils_v1_2.h | 156 int32_t serviceClass);
|