/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | RadioIndication-network.cpp | 40 Return<void> RadioIndication::barringInfoChanged(V1_0::RadioIndicationType type, in barringInfoChanged() argument 43 LOG_CALL << type; in barringInfoChanged() 44 networkCb()->barringInfoChanged(toAidl(type), toAidl(cellIdentity), toAidl(barringInfos)); in barringInfoChanged() 48 Return<void> RadioIndication::cdmaPrlChanged(V1_0::RadioIndicationType type, int32_t version) { in cdmaPrlChanged() argument 49 LOG_CALL << type; in cdmaPrlChanged() 50 networkCb()->cdmaPrlChanged(toAidl(type), version); in cdmaPrlChanged() 54 Return<void> RadioIndication::cellInfoList(V1_0::RadioIndicationType type, in cellInfoList() argument 56 LOG_CALL << type; in cellInfoList() 61 Return<void> RadioIndication::cellInfoList_1_2(V1_0::RadioIndicationType type, in cellInfoList_1_2() argument 63 LOG_CALL << type; in cellInfoList_1_2() [all …]
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/ |
D | RadioIndication-voice.cpp | 39 Return<void> RadioIndication::callRing(V1_0::RadioIndicationType type, bool isGsm, in callRing() argument 41 LOG_CALL << type; in callRing() 42 voiceCb()->callRing(toAidl(type), isGsm, toAidl(record)); in callRing() 46 Return<void> RadioIndication::callStateChanged(V1_0::RadioIndicationType type) { in callStateChanged() argument 47 LOG_CALL << type; in callStateChanged() 48 voiceCb()->callStateChanged(toAidl(type)); in callStateChanged() 52 Return<void> RadioIndication::cdmaCallWaiting(V1_0::RadioIndicationType type, in cdmaCallWaiting() argument 54 LOG_CALL << type; in cdmaCallWaiting() 55 voiceCb()->cdmaCallWaiting(toAidl(type), toAidl(callWaitingRecord)); in cdmaCallWaiting() 59 Return<void> RadioIndication::cdmaInfoRec(V1_0::RadioIndicationType type, in cdmaInfoRec() argument [all …]
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/ |
D | RadioIndication-sim.cpp | 39 Return<void> RadioIndication::carrierInfoForImsiEncryption(V1_0::RadioIndicationType type) { in carrierInfoForImsiEncryption() argument 40 LOG_CALL << type; in carrierInfoForImsiEncryption() 41 simCb()->carrierInfoForImsiEncryption(toAidl(type)); in carrierInfoForImsiEncryption() 46 V1_0::RadioIndicationType type, V1_0::CdmaSubscriptionSource cdmaSource) { in cdmaSubscriptionSourceChanged() argument 47 LOG_CALL << type; in cdmaSubscriptionSourceChanged() 48 simCb()->cdmaSubscriptionSourceChanged(toAidl(type), aidl::CdmaSubscriptionSource(cdmaSource)); in cdmaSubscriptionSourceChanged() 52 Return<void> RadioIndication::simPhonebookChanged(V1_0::RadioIndicationType type) { in simPhonebookChanged() argument 53 LOG_CALL << type; in simPhonebookChanged() 54 simCb()->simPhonebookChanged(toAidl(type)); in simPhonebookChanged() 59 V1_0::RadioIndicationType type, V1_6::PbReceivedStatus status, in simPhonebookRecordsReceived() argument [all …]
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/messaging/ |
D | RadioIndication-messaging.cpp | 37 Return<void> RadioIndication::cdmaNewSms(V1_0::RadioIndicationType type, in cdmaNewSms() argument 39 LOG_CALL << type; in cdmaNewSms() 40 messagingCb()->cdmaNewSms(toAidl(type), toAidl(msg)); in cdmaNewSms() 44 Return<void> RadioIndication::cdmaRuimSmsStorageFull(V1_0::RadioIndicationType type) { in cdmaRuimSmsStorageFull() argument 45 LOG_CALL << type; in cdmaRuimSmsStorageFull() 46 messagingCb()->cdmaRuimSmsStorageFull(toAidl(type)); in cdmaRuimSmsStorageFull() 50 Return<void> RadioIndication::newBroadcastSms(V1_0::RadioIndicationType type, in newBroadcastSms() argument 52 LOG_CALL << type; in newBroadcastSms() 53 messagingCb()->newBroadcastSms(toAidl(type), data); in newBroadcastSms() 57 Return<void> RadioIndication::newSms(V1_0::RadioIndicationType type, const hidl_vec<uint8_t>& pdu) { in newSms() argument [all …]
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/ |
D | RadioIndication-data.cpp | 39 Return<void> RadioIndication::dataCallListChanged(V1_0::RadioIndicationType type, in dataCallListChanged() argument 41 LOG_CALL << type; in dataCallListChanged() 46 Return<void> RadioIndication::dataCallListChanged_1_4(V1_0::RadioIndicationType type, in dataCallListChanged_1_4() argument 48 LOG_CALL << type; in dataCallListChanged_1_4() 54 V1_0::RadioIndicationType type, const hidl_vec<V1_5::SetupDataCallResult>& dcList) { in dataCallListChanged_1_5() argument 55 LOG_CALL << type; in dataCallListChanged_1_5() 56 dataCb()->dataCallListChanged(toAidl(type), toAidl(dcList)); in dataCallListChanged_1_5() 61 V1_0::RadioIndicationType type, const hidl_vec<V1_6::SetupDataCallResult>& dcList) { in dataCallListChanged_1_6() argument 62 LOG_CALL << type; in dataCallListChanged_1_6() 63 dataCb()->dataCallListChanged(toAidl(type), toAidl(dcList)); in dataCallListChanged_1_6() [all …]
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioIndication.h | 65 Return<void> radioStateChanged(V1_0::RadioIndicationType type, 67 Return<void> callStateChanged(V1_0::RadioIndicationType type) override; 68 Return<void> networkStateChanged(V1_0::RadioIndicationType type) override; 69 Return<void> newSms(V1_0::RadioIndicationType type, const hidl_vec<uint8_t>& pdu) override; 70 Return<void> newSmsStatusReport(V1_0::RadioIndicationType type, 72 Return<void> newSmsOnSim(V1_0::RadioIndicationType type, int32_t recordNumber) override; 73 Return<void> onUssd(V1_0::RadioIndicationType type, V1_0::UssdModeType modeType, 75 Return<void> nitzTimeReceived(V1_0::RadioIndicationType type, const hidl_string& nitzTime, 77 Return<void> currentSignalStrength(V1_0::RadioIndicationType type, 79 Return<void> dataCallListChanged(V1_0::RadioIndicationType type, [all …]
|
/hardware/qcom/sm8150/thermal/ |
D | thermal_target.c | 109 .type = DEVICE_TEMPERATURE_CPU, 115 .type = DEVICE_TEMPERATURE_GPU, 122 .type = DEVICE_TEMPERATURE_BATTERY, 129 .type = DEVICE_TEMPERATURE_SKIN, 158 .type = DEVICE_TEMPERATURE_CPU, 164 .type = DEVICE_TEMPERATURE_GPU, 171 .type = DEVICE_TEMPERATURE_BATTERY, 178 .type = DEVICE_TEMPERATURE_SKIN, 195 .type = DEVICE_TEMPERATURE_CPU, 201 .type = DEVICE_TEMPERATURE_GPU, [all …]
|
/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 47 const IdentifierType type) { in bothHaveId() argument 48 return hasId(a, type) && hasId(b, type); in bothHaveId() 52 const IdentifierType type) { in anyHaveId() argument 53 return hasId(a, type) || hasId(b, type); in anyHaveId() 57 const IdentifierType type) { in haveEqualIds() argument 58 if (!bothHaveId(a, b, type)) return false; in haveEqualIds() 62 return getId(a, type) == getId(b, type); in haveEqualIds() 68 auto type = getType(a); in tunesTo() local 70 switch (type) { in tunesTo() 98 ALOGW("Unsupported program type: %s", toString(type).c_str()); in tunesTo() [all …]
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | HalUtils.cpp | 40 for (aidl_hal::OperandType type : kOperandTypeRange) { in nonExtensionOperandPerformance() local 41 if (type != aidl_hal::OperandType::SUBGRAPH) { in nonExtensionOperandPerformance() 42 ret.push_back(aidl_hal::OperandPerformance{type, perf}); in nonExtensionOperandPerformance() 47 return a.type < b.type; in nonExtensionOperandPerformance() 54 aidl_hal::OperandType type, aidl_hal::PerformanceInfo perf) { in update() argument 56 const auto it = std::lower_bound(operandPerformance->begin(), operandPerformance->end(), type, in update() 58 aidl_hal::OperandType type) { return perf.type < type; }); in update() argument 60 << toString(type) << " not in operand performance vector"; in update() 64 bool isExtensionOperandType(aidl_hal::OperandType type) { in isExtensionOperandType() argument 65 return isExtension(convert(type).value()); in isExtensionOperandType() [all …]
|
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/ |
D | IRadioVoiceIndication.aidl | 47 void callRing(in RadioIndicationType type, in boolean isGsm, in CdmaSignalInfoRecord record); in callRing() argument 57 void callStateChanged(in RadioIndicationType type); in callStateChanged() argument 65 void cdmaCallWaiting(in RadioIndicationType type, in CdmaCallWaiting callWaitingRecord); in cdmaCallWaiting() argument 74 void cdmaInfoRec(in RadioIndicationType type, in CdmaInformationRecord[] records); in cdmaInfoRec() argument 82 void cdmaOtaProvisionStatus(in RadioIndicationType type, in CdmaOtaProvisionStatus status); in cdmaOtaProvisionStatus() argument 107 in RadioIndicationType type, in EmergencyNumber[] emergencyNumberList); in currentEmergencyNumberList() argument 115 void enterEmergencyCallbackMode(in RadioIndicationType type); in enterEmergencyCallbackMode() argument 123 void exitEmergencyCallbackMode(in RadioIndicationType type); in exitEmergencyCallbackMode() argument 131 void indicateRingbackTone(in RadioIndicationType type, in boolean start); in indicateRingbackTone() argument 139 void onSupplementaryServiceIndication(in RadioIndicationType type, in StkCcUnsolSsResult ss); in onSupplementaryServiceIndication() argument [all …]
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/modem/ |
D | RadioIndication-modem.cpp | 39 Return<void> RadioIndication::hardwareConfigChanged(V1_0::RadioIndicationType type, in hardwareConfigChanged() argument 41 LOG_CALL << type; in hardwareConfigChanged() 42 modemCb()->hardwareConfigChanged(toAidl(type), toAidl(configs)); in hardwareConfigChanged() 46 Return<void> RadioIndication::modemReset(V1_0::RadioIndicationType type, const hidl_string& reasn) { in modemReset() argument 47 LOG_CALL << type; in modemReset() 48 modemCb()->modemReset(toAidl(type), reasn); in modemReset() 52 Return<void> RadioIndication::radioCapabilityIndication(V1_0::RadioIndicationType type, in radioCapabilityIndication() argument 54 LOG_CALL << type; in radioCapabilityIndication() 55 modemCb()->radioCapabilityIndication(toAidl(type), toAidl(rc)); in radioCapabilityIndication() 65 Return<void> RadioIndication::rilConnected(V1_0::RadioIndicationType type) { in rilConnected() argument [all …]
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_handler.cpp | 52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local 53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler() 57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local [all …]
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_handler.cpp | 52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local 53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler() 57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local [all …]
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_handler.cpp | 52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local 53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler() 57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local [all …]
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_handler.cpp | 52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local 53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler() 57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local [all …]
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_handler.cpp | 52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local 53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler() 57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local [all …]
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_dmn_conn_handler.cpp | 52 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_request_handler() local 53 switch (pmsg->cmsg.cmsg_if_request.type) { in loc_eng_dmn_conn_loc_api_server_if_request_handler() 57 type = AGPS_TYPE_SUPL; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 63 type = AGPS_TYPE_WIFI; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 69 type = AGPS_TYPE_ANY; in loc_eng_dmn_conn_loc_api_server_if_request_handler() 84 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 97 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 110 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 123 type, in loc_eng_dmn_conn_loc_api_server_if_request_handler() 148 AGpsExtType type; in loc_eng_dmn_conn_loc_api_server_if_release_handler() local [all …]
|
/hardware/interfaces/radio/aidl/android/hardware/radio/network/ |
D | IRadioNetworkIndication.aidl | 55 void barringInfoChanged(in RadioIndicationType type, in CellIdentity cellIdentity, in barringInfoChanged() argument 64 void cdmaPrlChanged(in RadioIndicationType type, in int version); in cdmaPrlChanged() argument 72 void cellInfoList(in RadioIndicationType type, in CellInfo[] records); in cellInfoList() argument 82 void currentLinkCapacityEstimate(in RadioIndicationType type, in LinkCapacityEstimate lce); in currentLinkCapacityEstimate() argument 92 in RadioIndicationType type, in PhysicalChannelConfig[] configs); in currentPhysicalChannelConfigs() argument 100 void currentSignalStrength(in RadioIndicationType type, in SignalStrength signalStrength); in currentSignalStrength() argument 108 void imsNetworkStateChanged(in RadioIndicationType type); in imsNetworkStateChanged() argument 116 void networkScanResult(in RadioIndicationType type, in NetworkScanResult result); in networkScanResult() argument 125 void networkStateChanged(in RadioIndicationType type); in networkStateChanged() argument 140 in RadioIndicationType type, in String nitzTime, in long receivedTimeMs, in long ageMs); in nitzTimeReceived() argument [all …]
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | MessageFactory.h | 31 static nlattr* add(nlmsghdr* msg, size_t maxLen, nlattrtype_t type, const void* data, 57 MessageFactory(nlmsgtype_t type, uint16_t flags) in MessageFactory() argument 60 mMessage.header.nlmsg_type = type; in MessageFactory() 108 void add(nlattrtype_t type, const A& attr) { in add() argument 109 addInternal(type, &attr, sizeof(attr)); in add() 115 void add(nlattrtype_t type, const std::string& s) { in add() argument 116 addInternal(type, s.c_str(), s.size() + 1); in add() 119 void addBuffer(nlattrtype_t type, const std::string_view& s) { in addBuffer() argument 120 addInternal(type, s.data(), s.size()); in addBuffer() 126 NestedGuard(MessageFactory& req, nlattrtype_t type) in NestedGuard() argument [all …]
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/ |
D | IRadioVoiceIndication.aidl | 37 …oneway void callRing(in android.hardware.radio.RadioIndicationType type, in boolean isGsm, in andr… in callRing() argument 38 oneway void callStateChanged(in android.hardware.radio.RadioIndicationType type); in callStateChanged() argument 39 …oneway void cdmaCallWaiting(in android.hardware.radio.RadioIndicationType type, in android.hardwar… in cdmaCallWaiting() argument 40 …oneway void cdmaInfoRec(in android.hardware.radio.RadioIndicationType type, in android.hardware.ra… in cdmaInfoRec() argument 41 …oneway void cdmaOtaProvisionStatus(in android.hardware.radio.RadioIndicationType type, in android.… in cdmaOtaProvisionStatus() argument 42 …oneway void currentEmergencyNumberList(in android.hardware.radio.RadioIndicationType type, in andr… in currentEmergencyNumberList() argument 43 oneway void enterEmergencyCallbackMode(in android.hardware.radio.RadioIndicationType type); in enterEmergencyCallbackMode() argument 44 oneway void exitEmergencyCallbackMode(in android.hardware.radio.RadioIndicationType type); in exitEmergencyCallbackMode() argument 45 …oneway void indicateRingbackTone(in android.hardware.radio.RadioIndicationType type, in boolean st… in indicateRingbackTone() argument 46 …oneway void onSupplementaryServiceIndication(in android.hardware.radio.RadioIndicationType type, i… in onSupplementaryServiceIndication() argument [all …]
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/ |
D | IRadioVoiceIndication.aidl | 37 …oneway void callRing(in android.hardware.radio.RadioIndicationType type, in boolean isGsm, in andr… in callRing() argument 38 oneway void callStateChanged(in android.hardware.radio.RadioIndicationType type); in callStateChanged() argument 39 …oneway void cdmaCallWaiting(in android.hardware.radio.RadioIndicationType type, in android.hardwar… in cdmaCallWaiting() argument 40 …oneway void cdmaInfoRec(in android.hardware.radio.RadioIndicationType type, in android.hardware.ra… in cdmaInfoRec() argument 41 …oneway void cdmaOtaProvisionStatus(in android.hardware.radio.RadioIndicationType type, in android.… in cdmaOtaProvisionStatus() argument 42 …oneway void currentEmergencyNumberList(in android.hardware.radio.RadioIndicationType type, in andr… in currentEmergencyNumberList() argument 43 oneway void enterEmergencyCallbackMode(in android.hardware.radio.RadioIndicationType type); in enterEmergencyCallbackMode() argument 44 oneway void exitEmergencyCallbackMode(in android.hardware.radio.RadioIndicationType type); in exitEmergencyCallbackMode() argument 45 …oneway void indicateRingbackTone(in android.hardware.radio.RadioIndicationType type, in boolean st… in indicateRingbackTone() argument 46 …oneway void onSupplementaryServiceIndication(in android.hardware.radio.RadioIndicationType type, i… in onSupplementaryServiceIndication() argument [all …]
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/ |
D | IRadioVoiceIndication.aidl | 37 …oneway void callRing(in android.hardware.radio.RadioIndicationType type, in boolean isGsm, in andr… in callRing() argument 38 oneway void callStateChanged(in android.hardware.radio.RadioIndicationType type); in callStateChanged() argument 39 …oneway void cdmaCallWaiting(in android.hardware.radio.RadioIndicationType type, in android.hardwar… in cdmaCallWaiting() argument 40 …oneway void cdmaInfoRec(in android.hardware.radio.RadioIndicationType type, in android.hardware.ra… in cdmaInfoRec() argument 41 …oneway void cdmaOtaProvisionStatus(in android.hardware.radio.RadioIndicationType type, in android.… in cdmaOtaProvisionStatus() argument 42 …oneway void currentEmergencyNumberList(in android.hardware.radio.RadioIndicationType type, in andr… in currentEmergencyNumberList() argument 43 oneway void enterEmergencyCallbackMode(in android.hardware.radio.RadioIndicationType type); in enterEmergencyCallbackMode() argument 44 oneway void exitEmergencyCallbackMode(in android.hardware.radio.RadioIndicationType type); in exitEmergencyCallbackMode() argument 45 …oneway void indicateRingbackTone(in android.hardware.radio.RadioIndicationType type, in boolean st… in indicateRingbackTone() argument 46 …oneway void onSupplementaryServiceIndication(in android.hardware.radio.RadioIndicationType type, i… in onSupplementaryServiceIndication() argument [all …]
|
/hardware/google/aemu/base/ |
D | GLObjectCounter.cpp | 37 static constexpr size_t toIndex(NamedObjectType type) { in toIndex() argument 38 return static_cast<size_t>(type); in toIndex() 43 void incCount(size_t type) { in incCount() argument 44 if (type > toIndex(NamedObjectType::NULLTYPE) && in incCount() 45 type < toIndex(NamedObjectType::NUM_OBJECT_TYPES)) { in incCount() 46 mCounter[type] += 1; in incCount() 50 void decCount(size_t type) { in decCount() argument 51 if (type > toIndex(NamedObjectType::NULLTYPE) && in decCount() 52 type < toIndex(NamedObjectType::NUM_OBJECT_TYPES)) { in decCount() 53 mCounter[type] -= 1; in decCount() [all …]
|
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/ |
D | IRadioSimIndication.aidl | 45 in RadioIndicationType type, in CdmaSubscriptionSource cdmaSource); in cdmaSubscriptionSourceChanged() argument 54 void simPhonebookChanged(in RadioIndicationType type); in simPhonebookChanged() argument 65 void simPhonebookRecordsReceived(in RadioIndicationType type, in PbReceivedStatus status, in simPhonebookRecordsReceived() argument 76 void simRefresh(in RadioIndicationType type, in SimRefreshResult refreshResult); in simRefresh() argument 83 void simStatusChanged(in RadioIndicationType type); in simStatusChanged() argument 93 void stkEventNotify(in RadioIndicationType type, in String cmd); in stkEventNotify() argument 102 void stkProactiveCommand(in RadioIndicationType type, in String cmd); in stkProactiveCommand() argument 109 void stkSessionEnd(in RadioIndicationType type); in stkSessionEnd() argument 121 void subscriptionStatusChanged(in RadioIndicationType type, in boolean activate); in subscriptionStatusChanged() argument 129 void uiccApplicationsEnablementChanged(in RadioIndicationType type, in boolean enabled); in uiccApplicationsEnablementChanged() argument
|
/hardware/interfaces/power/aidl/default/ |
D | Power.cpp | 37 ScopedAStatus Power::setMode(Mode type, bool enabled) { in setMode() argument 38 LOG(VERBOSE) << "Power setMode: " << static_cast<int32_t>(type) << " to: " << enabled; in setMode() 42 ScopedAStatus Power::isModeSupported(Mode type, bool* _aidl_return) { in isModeSupported() argument 43 LOG(INFO) << "Power isModeSupported: " << static_cast<int32_t>(type); in isModeSupported() 44 *_aidl_return = type >= MODE_RANGE.front() && type <= MODE_RANGE.back(); in isModeSupported() 48 ScopedAStatus Power::setBoost(Boost type, int32_t durationMs) { in setBoost() argument 49 LOG(VERBOSE) << "Power setBoost: " << static_cast<int32_t>(type) in setBoost() 54 ScopedAStatus Power::isBoostSupported(Boost type, bool* _aidl_return) { in isBoostSupported() argument 55 LOG(INFO) << "Power isBoostSupported: " << static_cast<int32_t>(type); in isBoostSupported() 56 *_aidl_return = type >= BOOST_RANGE.front() && type <= BOOST_RANGE.back(); in isBoostSupported()
|