/aosp12/hardware/qcom/audio/hal/audio_extn/ |
H A D | utils.c | 65 app_type_cfg[len++] = app_type; in set_stream_app_type_mixer_ctrl() 85 int length = 0, app_type = 0,rc = 0; in audio_extn_utils_send_default_app_type_cfg() local 97 app_type_cfg[length++] = app_type; in audio_extn_utils_send_default_app_type_cfg() 125 int app_type = 0, rc = 0; in audio_extn_utils_send_app_type_cfg_hfp() local 259 app_type_cfg->app_type = *app_type; in derive_capture_app_type_cfg() 326 app_type_cfg->app_type = *app_type; in derive_playback_app_type_cfg() 350 int app_type; in audio_extn_utils_send_app_type_cfg() local 432 gain_cfg[1] = app_type; in audio_extn_utils_send_app_type_gain() 446 int app_type = 0; in audio_extn_utils_send_audio_calibration() local 451 out->app_type_cfg.app_type, in audio_extn_utils_send_audio_calibration() [all …]
|
H A D | audiozoom.c | 42 uint32_t app_type; member 93 qdsp_audiozoom.app_type = atoi(attr[1]); in start_tag() 205 str_parms_add_int(parms, "cal_apptype", in->app_type_cfg.app_type); in audio_extn_audiozoom_set_microphone_field_dimension_zoom() 254 qdsp_audiozoom.zoom_param_id, qdsp_audiozoom.dir_param_id,qdsp_audiozoom.app_type); in audio_extn_audiozoom_init()
|
H A D | maxxaudio.c | 103 unsigned int app_type; member 282 ma_cal->common.app_type = APP_TYPE_DEFAULT; in ma_cal_init() 301 ma_cal.common.app_type = usecase->stream.out->app_type_cfg.app_type; in check_and_send_all_audio_cal() 304 __func__, usecase->id, ma_cal.common.app_type, in check_and_send_all_audio_cal() 704 ma_cal.common.app_type = usecase->stream.out->app_type_cfg.app_type; in audio_extn_ma_set_device() 707 __func__, usecase->id, ma_cal.common.app_type, in audio_extn_ma_set_device()
|
H A D | spkr_protection.c | 307 int app_type = 0; in spkr_calibrate() local 482 platform_get_default_app_type_v2(adev->platform, PCM_CAPTURE, &app_type); in spkr_calibrate() 484 app_type, 8000); in spkr_calibrate() 808 int app_type = 0; in audio_extn_spkr_prot_start_processing() local 866 platform_get_default_app_type_v2(adev->platform, PCM_CAPTURE, &app_type); in audio_extn_spkr_prot_start_processing() 868 app_type, 8000); in audio_extn_spkr_prot_start_processing()
|
/aosp12/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
H A D | WapPushManager.java | 264 protected boolean appTypeCheck(int app_type) { in appTypeCheck() argument 265 if (app_type == WapPushManagerParams.APP_TYPE_ACTIVITY || in appTypeCheck() 266 app_type == WapPushManagerParams.APP_TYPE_SERVICE) { in appTypeCheck() 278 int app_type, boolean need_signature, boolean further_processing) { in addPackage() argument 282 if (!appTypeCheck(app_type)) { in addPackage() 289 app_type, need_signature, further_processing); in addPackage() 300 int app_type, boolean need_signature, boolean further_processing) { in updatePackage() argument 302 if (!appTypeCheck(app_type)) { in updatePackage() 325 values.put("app_type", app_type); in updatePackage() 477 int app_type, boolean need_signature, boolean further_processing) { in verifyData() argument [all …]
|
/aosp12/hardware/qcom/msm8x26/kernel-headers/linux/ |
H A D | msm_audio_calibration.h | 177 int32_t app_type; member 184 int32_t app_type; member 191 int32_t app_type; member 204 int32_t app_type; member 207 int32_t app_type; member 265 int32_t app_type; member 271 int32_t app_type; member
|
/aosp12/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
H A D | msm_audio_calibration.h | 193 int32_t app_type; member 200 int32_t app_type; member 208 int32_t app_type; member 221 int32_t app_type; member 225 int32_t app_type; member 284 int32_t app_type; member 292 int32_t app_type; member
|
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | msm_audio_calibration.h | 182 int32_t app_type; member 190 int32_t app_type; member 197 int32_t app_type; member 217 int32_t app_type; member 221 int32_t app_type; member 287 int32_t app_type; member 294 int32_t app_type; member
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | msm_audio_calibration.h | 197 int32_t app_type; member 205 int32_t app_type; member 213 int32_t app_type; member 234 int32_t app_type; member 238 int32_t app_type; member 305 int32_t app_type; member 313 int32_t app_type; member
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | IccCardApplicationStatus.java | 149 public AppType app_type; field in IccCardApplicationStatus 281 sb.append("{").append(app_type).append(",").append(app_state); in toString() 285 if (app_type == AppType.APPTYPE_CSIM || in toString() 286 app_type == AppType.APPTYPE_USIM || in toString() 287 app_type == AppType.APPTYPE_ISIM) { in toString()
|
H A D | UiccCardApplication.java | 111 mAppType = as.app_type; in UiccCardApplication() 124 mIccFh = createIccFileHandler(as.app_type); in UiccCardApplication() 125 mIccRecords = createIccRecords(as.app_type, mContext, mCi); in UiccCardApplication() 148 mAppType = as.app_type; in update() 161 mIccFh = createIccFileHandler(as.app_type); in update() 162 mIccRecords = createIccRecords(as.app_type, c, ci); in update()
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm_audio_calibration.h | 190 int32_t app_type; member 197 int32_t app_type; member 205 int32_t app_type; member 225 int32_t app_type; member 229 int32_t app_type; member 324 int32_t app_type; member 330 int32_t app_type; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | msm_audio_calibration.h | 205 int32_t app_type; member 213 int32_t app_type; member 221 int32_t app_type; member 242 int32_t app_type; member 246 int32_t app_type; member 352 int32_t app_type; member 360 int32_t app_type; member
|
/aosp12/hardware/qcom/msm8x09/kernel-headers/linux/ |
H A D | msm_audio_calibration.h | 190 int32_t app_type; member 197 int32_t app_type; member 205 int32_t app_type; member 225 int32_t app_type; member 229 int32_t app_type; member 324 int32_t app_type; member 330 int32_t app_type; member
|
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
H A D | msm_audio_calibration.h | 205 int32_t app_type; member 213 int32_t app_type; member 221 int32_t app_type; member 242 int32_t app_type; member 246 int32_t app_type; member 352 int32_t app_type; member 360 int32_t app_type; member
|
/aosp12/frameworks/rs/tests/lldb/tests/harness/ |
H A D | decorators.py | 68 java_only_test = lambda: skip_conditional(lambda self: not self.app_type == 'java') 70 cpp_only_test = lambda: skip_conditional(lambda self: not self.app_type == 'cpp') 72 jni_only_test = lambda: skip_conditional(lambda self: not self.app_type == 'jni')
|
H A D | test_base.py | 44 def __init__(self, device_port, device, timer, app_type, wimpy=False, **kwargs): argument 51 self.app_type = app_type # The type of bundle that is being executed
|
/aosp12/frameworks/rs/tests/lldb/tests/testcases/ |
H A D | test_multiple_rs_files.py | 39 }[self.app_type] 46 }[self.app_type]
|
H A D | test_language_subcmds_no_debug.py | 45 }[self.app_type] 123 kernel_count = 3 if self.app_type == 'cpp' else 2
|
H A D | test_breakpoint_fileline_multiple_rs_files.py | 40 }[self.app_type]
|
H A D | test_breakpoint_kernel_multiple_rs_files.py | 40 }[self.app_type]
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | IWapPushManager.aidl | 36 int app_type, boolean need_signature, boolean further_processing); in addPackage() argument 45 int app_type, boolean need_signature, boolean further_processing); in updatePackage() argument
|
/aosp12/hardware/qcom/audio/hal/ |
H A D | platform_api.h | 81 int app_type, int sample_rate); 83 int platform_get_default_app_type_v2(void *platform, enum usecase_type_t type, int *app_type); 180 int bw, int sr, int *app_type); 183 int bw, int app_type, int max_sr);
|
/aosp12/system/extras/simpleperf/ |
H A D | environment.cpp | 722 SimpleperfAppRunner(int user_id, const std::string& package_name, const std::string app_type) in SimpleperfAppRunner() argument 726 app_type_ = app_type == "unknown" ? "profileable" : app_type; in SimpleperfAppRunner() 794 std::string app_type = GetAppType(app_package_name); in RunInAppContext() local 795 if (app_type == "unknown" && IsAppDebuggable(user_id, app_package_name)) { in RunInAppContext() 796 app_type = "debuggable"; in RunInAppContext() 799 if (allow_run_as && app_type == "debuggable") { in RunInAppContext() 806 if (app_type == "debuggable" || app_type == "profileable" || app_type == "unknown") { in RunInAppContext() 807 in_app_runner.reset(new SimpleperfAppRunner(user_id, app_package_name, app_type)); in RunInAppContext()
|
/aosp12/hardware/qcom/audio/hal/msm8974/ |
H A D | platform.c | 133 uint32_t app_type; member 732 int app_type; member 1072 int acdb_dev_id, app_type; in platform_send_gain_dep_cal() local 1106 app_type = usecase->stream.out->app_type_cfg.app_type; in platform_send_gain_dep_cal() 4907 ap->app_type = app_type; in platform_add_app_type() 4919 *app_type = DEFAULT_APP_TYPE_RX_PATH; in platform_get_default_app_type_v2() 4921 *app_type = DEFAULT_APP_TYPE_TX_PATH; in platform_get_default_app_type_v2() 4929 int *app_type) in platform_get_app_type_v2() argument 4933 *app_type = -1; in platform_get_app_type_v2() 4947 *app_type = entry->app_type; in platform_get_app_type_v2() [all …]
|