HomeSort by relevance Sort by last modified time
    Searched refs:app_type (Results 1 - 25 of 37) sorted by null

1 2

  /device/huawei/angler/
audio_output_policy.conf 6 # the "app_type".
19 app_type 69936
26 app_type 69937
33 app_type 69936
40 app_type 69936
47 app_type 69940
  /external/chromium-trace/catapult/telemetry/telemetry/internal/app/
possible_app.py 12 def __init__(self, app_type, target_os):
13 self._app_type = app_type
19 return 'PossibleApp(app_type=%s)' % self.app_type
22 def app_type(self): member in class:PossibleApp
__init__.py 21 def app_type(self): member in class:App
22 return self._app_backend.app_type
  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 35 int app_type, boolean need_signature, boolean further_processing);
43 int app_type, boolean need_signature, boolean further_processing);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
app_backend.py 7 def __init__(self, app_type, platform_backend):
10 self._app_type = app_type
24 def app_type(self): member in class:AppBackend
browser_backend.py 66 return self.app_type
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
possible_browser.py 15 super(PossibleBrowser, self).__init__(app_type=browser_type,
21 return 'PossibleBrowser(app_type=%s)' % self.app_type
25 return self.app_type
  /hardware/qcom/audio/msm8909/hal/audio_extn/
utils.c 46 #define APP_TYPE_TAG "app_type"
196 int app_type = platform_get_default_app_type(platform); local
200 app_type = (int)strtol(str, (char **)NULL, 10);
202 ALOGV("%s: app_type - %d", __func__, app_type);
203 return app_type;
231 so_info->app_type_cfg.app_type = parse_app_type_names(platform, (char *)node->value);
291 else if (app_type_cfg[i+1] == so_info->app_type_cfg.app_type) {
298 app_type_cfg[length++] = so_info->app_type_cfg.app_type;
349 ALOGV("%s: flags-%d, output_sample_rate-%d, output_bit_width-%d, app_type-%d"
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 102 public AppType app_type; field in class:IccCardApplicationStatus
218 sb.append("{").append(app_type).append(",").append(app_state);
222 if (app_type == AppType.APPTYPE_CSIM ||
223 app_type == AppType.APPTYPE_USIM ||
224 app_type == AppType.APPTYPE_ISIM) {
UiccCardApplication.java 97 mAppType = as.app_type;
109 mIccFh = createIccFileHandler(as.app_type);
110 mIccRecords = createIccRecords(as.app_type, mContext, mCi);
131 mAppType = as.app_type;
144 mIccFh = createIccFileHandler(as.app_type);
145 mIccRecords = createIccRecords(as.app_type, c, ci);
    [all...]
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 81 + "app_type INTEGER, "
125 "app_type", "need_signature", "further_processing"},
139 ret.appType = cur.getInt(cur.getColumnIndex("app_type"));
231 protected boolean appTypeCheck(int app_type) {
232 if (app_type == WapPushManagerParams.APP_TYPE_ACTIVITY ||
233 app_type == WapPushManagerParams.APP_TYPE_SERVICE) {
245 int app_type, boolean need_signature, boolean further_processing) {
253 if (!appTypeCheck(app_type)) {
254 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_audio_calibration.h 182 int32_t app_type; member in struct:audio_cal_info_adm_top
190 int32_t app_type; member in struct:audio_cal_info_audproc
197 int32_t app_type; member in struct:audio_cal_info_audvol
217 int32_t app_type; member in struct:audio_cal_info_asm_top
221 int32_t app_type; member in struct:audio_cal_info_audstrm
287 int32_t app_type; member in struct:audio_cal_info_lsm_top
294 int32_t app_type; member in struct:audio_cal_info_lsm
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_audio_calibration.h 197 int32_t app_type; member in struct:audio_cal_info_adm_top
205 int32_t app_type; member in struct:audio_cal_info_audproc
213 int32_t app_type; member in struct:audio_cal_info_audvol
234 int32_t app_type; member in struct:audio_cal_info_asm_top
238 int32_t app_type; member in struct:audio_cal_info_audstrm
305 int32_t app_type; member in struct:audio_cal_info_lsm_top
313 int32_t app_type; member in struct:audio_cal_info_lsm
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_audio_calibration.h 177 int32_t app_type; member in struct:audio_cal_info_adm_top
184 int32_t app_type; member in struct:audio_cal_info_audproc
191 int32_t app_type; member in struct:audio_cal_info_audvol
204 int32_t app_type; member in struct:audio_cal_info_asm_top
207 int32_t app_type; member in struct:audio_cal_info_audstrm
265 int32_t app_type; member in struct:audio_cal_info_lsm_top
271 int32_t app_type; member in struct:audio_cal_info_lsm
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_audio_calibration.h 193 int32_t app_type; member in struct:audio_cal_info_adm_top
200 int32_t app_type; member in struct:audio_cal_info_audproc
208 int32_t app_type; member in struct:audio_cal_info_audvol
221 int32_t app_type; member in struct:audio_cal_info_asm_top
225 int32_t app_type; member in struct:audio_cal_info_audstrm
284 int32_t app_type; member in struct:audio_cal_info_lsm_top
292 int32_t app_type; member in struct:audio_cal_info_lsm
  /bootable/recovery/
asn1_decoder.cpp 27 int app_type; member in struct:asn1_context
120 app_ctx->app_type = type & kMaskAppType;
138 return ctx->app_type;
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_calibration.h 190 int32_t app_type; member in struct:audio_cal_info_adm_top
197 int32_t app_type; member in struct:audio_cal_info_audproc
205 int32_t app_type; member in struct:audio_cal_info_audvol
225 int32_t app_type; member in struct:audio_cal_info_asm_top
229 int32_t app_type; member in struct:audio_cal_info_audstrm
324 int32_t app_type; member in struct:audio_cal_info_lsm_top
330 int32_t app_type; member in struct:audio_cal_info_lsm
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_calibration.h 205 int32_t app_type; member in struct:audio_cal_info_adm_top
213 int32_t app_type; member in struct:audio_cal_info_audproc
221 int32_t app_type; member in struct:audio_cal_info_audvol
242 int32_t app_type; member in struct:audio_cal_info_asm_top
246 int32_t app_type; member in struct:audio_cal_info_audstrm
352 int32_t app_type; member in struct:audio_cal_info_lsm_top
360 int32_t app_type; member in struct:audio_cal_info_lsm
  /hardware/qcom/audio/hal/audio_extn/
hwdep_cal.c 40 uint32_t app_type; member in struct:acdb_audio_cal_cfg
  /hardware/qcom/audio/msm8909/hal/
platform_api.h 44 int app_type, int sample_rate);
audio_hw.h 156 int app_type; member in struct:stream_app_type_cfg
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccCardApplicationTest.java 99 mUiccCardAppStatus.app_type = IccCardApplicationStatus.AppType.APPTYPE_SIM;
120 mUiccCardAppStatus.app_type = IccCardApplicationStatus.AppType.APPTYPE_USIM;
UiccCardTest.java 108 mIccCardAppStatus.app_type = appType;
UiccControllerTest.java 66 mIccCardAppStatus.app_type = appType;
  /hardware/qcom/audio/msm8909/post_proc/
bass_boost.c 60 uint32_t app_type; member in struct:acdb_audio_cal_cfg
607 cal_cfg.app_type = pbe_app_type;

Completed in 1137 milliseconds

1 2