HomeSort by relevance Sort by last modified time
    Searched defs:config (Results 1501 - 1525 of 3008) sorted by null

<<61626364656667686970>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java 1222 RttConfig config = halRttConfigFromFrameworkRttParams(params[i]); local
1322 ResponderConfig config = new ResponderConfig(); local
1345 ResponderConfig config = null; local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMetricsTest.java 627 WifiConfiguration config = mock(WifiConfiguration.class); local
1060 WifiConfiguration config = mock(WifiConfiguration.class); local
1116 WifiConfiguration config = new WifiConfiguration(); local
    [all...]
WifiServiceImplTest.java 450 * Ensure softap config is written when the caller has the correct permission.
461 * Ensure that a null config does not overwrite the saved ap config.
471 * Ensure unpermitted callers are not able to retrieve the softap config.
483 * Ensure permitted callers are able to retrieve the softap config.
533 * Verify setWifiApEnabled works with the correct permissions and a null config.
547 * Verify setWifiApEnabled works with correct permissions and a valid config.
549 * TODO: should really validate that ap configs have a set of basic config settings b/37280779
579 * setWifiApEnabled should fail if the provided config is not valid.
586 // mApConfig is a mock and the values are not set - triggering the invalid config. Testin
647 WifiConfiguration config = new WifiConfiguration(); local
1525 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); local
    [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 2049 StreamConfiguration config = {streams, local
2094 StreamConfiguration config = {streams, local
2220 StreamConfiguration config = {streams, local
2283 StreamConfiguration config = {streams, local
2335 StreamConfiguration config = {streams, local
2441 StreamConfiguration config = {streams, local
3083 StreamConfiguration config = {streams, local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 175 struct pcm_config config; member in struct:stream_out
218 struct pcm_config config; member in struct:stream_in
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 654 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId,
724 for (const auto& config : mConfigs) {
728 outConfigs[numWritten] = config->getId();
856 auto config = getConfig(configId); local
857 if (!config) {
860 if (config == mActiveConfig) {
866 auto error = config->getHwc1IdForColorMode(mActiveColorMode, &hwc1Id);
874 ALOGE("setActiveConfig: Failed to set active config on HWC1 (%d)",
878 mActiveConfig = config;
916 ALOGV("[%" PRIu64 "] Setting HWC1 config %u", mId, hwc1Config)
1238 auto& config = mConfigs[0]; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp 697 // TEST VALUES (CHANGE FOR DIFF CONFIG's)
1326 char frame_n[8], config[16], param[8]; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 729 // TEST VALUES (CHANGE FOR DIFF CONFIG's)
1338 char frame_n[8], config[16], param[8]; local
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 3646 OMX_VENDOR_VIDEOFRAMERATE *config = (OMX_VENDOR_VIDEOFRAMERATE *) configData; local
    [all...]
  /hardware/qcom/media/msm8998/videopp/src/
omx_vdpp.cpp 3646 OMX_VENDOR_VIDEOFRAMERATE *config = (OMX_VENDOR_VIDEOFRAMERATE *) configData; local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
audio_effects.h 262 struct eq_config_t config; member in struct:eq_params
  /hardware/qcom/msm8994/original-kernel-headers/sound/
audio_effects.h 20 /* CONFIG GET/SET */
25 /* CONFIG HEADER */
50 /* CONFIG PARAM IDs */
291 struct eq_config_t config; member in struct:eq_params
  /hardware/qcom/msm8996/kernel-headers/sound/
audio_effects.h 271 struct eq_config_t config; member in struct:eq_params
325 struct pbe_config_t config; member in struct:pbe_params
  /hardware/qcom/msm8996/original-kernel-headers/sound/
audio_effects.h 20 /* CONFIG GET/SET */
25 /* CONFIG HEADER */
50 /* CONFIG PARAM IDs */
300 struct eq_config_t config; member in struct:eq_params
348 struct pbe_config_t config; member in struct:pbe_params
  /hardware/qcom/msm8x09/kernel-headers/sound/
audio_effects.h 271 struct eq_config_t config; member in struct:eq_params
325 struct pbe_config_t config; member in struct:pbe_params
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
audio_effects.h 20 /* CONFIG GET/SET */
25 /* CONFIG HEADER */
50 /* CONFIG PARAM IDs */
300 struct eq_config_t config; member in struct:eq_params
348 struct pbe_config_t config; member in struct:pbe_params
  /hardware/qcom/msm8x26/kernel-headers/sound/
audio_effects.h 245 struct eq_config_t config; member in struct:eq_params
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
audio_effects.h 20 /* CONFIG GET/SET */
25 /* CONFIG HEADER */
50 /* CONFIG PARAM IDs */
276 struct eq_config_t config; member in struct:eq_params
  /hardware/qcom/msm8x84/kernel-headers/sound/
audio_effects.h 245 struct eq_config_t config; member in struct:eq_params
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
audio_effects.h 20 /* CONFIG GET/SET */
25 /* CONFIG HEADER */
50 /* CONFIG PARAM IDs */
276 struct eq_config_t config; member in struct:eq_params
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 452 StreamConfigurationMap config = mCharacteristics local
454 return Size.convert(config.getOutputSizes(SurfaceTexture.class));
    [all...]
OneCameraZslImpl.java 595 StreamConfigurationMap config = local
597 return Size.convert(config.getOutputSizes(sCaptureImageFormat));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 471 Config.AlbumPage config = Config.AlbumPage.get(mActivity); local
472 mSlotView = new SlotView(mActivity, config.slotViewSpec);
474 mSelectionManager, config.placeholderColor);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java 26 import android.graphics.Bitmap.Config;
753 Config config = imageResourceBitmap.getConfig(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 485 WifiConfiguration config = mSelectedAccessPoint.getConfig(); local
487 if (isEditabilityLockedDown(getActivity(), config)) {
564 WifiConfiguration config = mSelectedAccessPoint.getConfig(); local
568 } else if (mSelectedAccessPoint.isSaved() && config != null
569 && config.getNetworkSelectionStatus() != null
570 && config.getNetworkSelectionStatus().getHasEverConnected()) {
571 connect(config, true /* isSavedNetwork */);
574 // the associated config.
575 connect(config, true /* isSavedNetwork */);
589 WifiConfiguration config = accessPoint.getConfig() local
959 final WifiConfiguration config = configController.getConfig(); local
    [all...]

Completed in 1260 milliseconds

<<61626364656667686970>>