| /external/kernel-headers/original/uapi/linux/ |
| perf_event.h | 289 __u64 config; member in struct:perf_event_attr 347 __u64 config1; /* extension of config */
|
| /external/libnfc-nxp/inc/ |
| phNfcHalTypes.h | 176 * up based on various configuration parameters from the config file 1247 }config; member in struct:phHal_sEmulationCfg 1271 }config; member in struct:phHal_sReaderCfg [all...] |
| /external/libvpx/libvpx/ |
| vpxenc.c | 812 struct stream_config config; member in struct:stream_state 1086 struct stream_config *config = &stream->config; local [all...] |
| /external/skia/src/gpu/gl/ |
| GrGLGpu.cpp | 725 if (kIndex_8_GrPixelConfig == srcConfig || GrPixelConfigIsCompressed(dstSurface->config())) { 741 if (GrPixelConfigIsSRGB(dstSurface->config()) != GrPixelConfigIsSRGB(srcConfig)) { 749 // These settings we will always want if a temp draw is performed. Initially set the config 758 bool configsAreRBSwaps = GrPixelConfigSwapRAndB(srcConfig) == dstSurface->config(); 763 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config(); 765 tempDrawInfo->fWriteConfig = dstSurface->config(); 769 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config(); 771 tempDrawInfo->fWriteConfig = dstSurface->config(); 777 tempDrawInfo->fTempSurfaceDesc.fConfig = dstSurface->config(); 779 tempDrawInfo->fWriteConfig = dstSurface->config(); 2218 GrPixelConfig config = surfaceForConfig->config(); local [all...] |
| /external/v8/src/arm64/ |
| assembler-arm64.cc | 196 const RegisterConfiguration* config = local 198 for (int i = 0; i < config->num_allocatable_double_registers(); ++i) { 199 int code = config->GetAllocatableDoubleCode(i); [all...] |
| /external/v8/src/mips/ |
| macro-assembler-mips.cc | 5658 const RegisterConfiguration* config = local [all...] |
| /external/v8/src/ppc/ |
| macro-assembler-ppc.cc | 629 const RegisterConfiguration* config = local 631 int doubles_size = config->num_allocatable_double_registers() * kDoubleSize; 4189 const RegisterConfiguration* config = local [all...] |
| /external/webrtc/talk/app/webrtc/ |
| webrtcsession_unittest.cc | 364 fake_call_(webrtc::Call::Config()), 426 const InternalDataChannelInit& config) { 428 last_data_channel_config_ = config; 1318 LoopbackNetworkConfiguration config; local 1325 LoopbackNetworkConfiguration config; local 3779 LoopbackNetworkConfiguration config; local 3937 webrtc::DataChannelInit config; local [all...] |
| /external/webrtc/webrtc/video/ |
| end_to_end_tests.cc | 85 CreateCalls(Call::Config(), Call::Config()); 100 CreateCalls(Call::Config(), Call::Config()); 153 CreateCalls(Call::Config(), Call::Config()); 205 CreateCalls(Call::Config(), Call::Config()); 252 VideoSendStream::Config* send_config, 253 std::vector<VideoReceiveStream::Config>* receive_configs 644 FakeNetworkPipe::Config config; local 653 Call::Config config; local 2577 Call::Config config = EndToEndTest::GetSenderCallConfig(); local 3165 FakeNetworkPipe::Config config; local [all...] |
| /frameworks/av/services/audioflinger/ |
| AudioFlinger.cpp | 1229 audio_config_t config, proposed; local [all...] |
| /frameworks/av/services/audiopolicy/managerdefault/ |
| AudioPolicyManager.cpp | 579 audio_policy_forced_cfg_t config) 581 ALOGV("setForceUse() usage %d, config %d, mPhoneState %d", usage, config, mEngine->getPhoneState()); 583 if (mEngine->setForceUse(usage, config) != NO_ERROR) { 584 ALOGW("setForceUse() could not set force cfg %d for usage %d", config, usage); 811 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local 930 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local 1577 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local 3271 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local 3343 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local 3561 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local 3730 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local 3971 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local [all...] |
| /frameworks/av/services/camera/libcameraservice/device3/ |
| Camera3Device.cpp | 1947 camera3_stream_configuration config; local [all...] |
| /frameworks/base/core/java/com/android/internal/policy/ |
| PhoneWindow.java | 726 // This can be called on config changes, so we should make sure 761 Configuration config = context.getResources().getConfiguration(); local 762 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == [all...] |
| /frameworks/base/core/jni/ |
| android_hardware_camera2_DngCreator.cpp | 1185 uint16_t config = 1; \/\/ Chunky local 1919 uint16_t config = 1; \/\/ Chunky local [all...] |
| /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
| SettingsBackupAgent.java | 160 // wifi in order to rewrite the supplicant config etc. 167 // Chain of asynchronous operations used when rewriting the wifi supplicant config file 170 int mRetainedWifiState; // used only during config file rewrite 172 // Class for capturing a network definition from the wifi supplicant config file 277 // Now build the canonical config key paralleling the WifiConfiguration semantics 325 // Ingest multiple wifi config file fragments, looking for network={} blocks 516 Log.w(TAG, "Unable to read config file"); 550 // Instantiate the wifi-config restore runnable, scheduling it for execution 681 if (DEBUG_BACKUP) Log.d(TAG, wifiConfigData.length + " bytes of wifi config data"); 687 if (DEBUG_BACKUP) Log.d(TAG, softApConfigData.length + " bytes of softap config data") 1266 WifiConfiguration config = WifiConfiguration local [all...] |
| /frameworks/base/services/core/java/com/android/server/am/ |
| TaskRecord.java | 1526 final Configuration config = new Configuration(Configuration.EMPTY); local [all...] |
| /frameworks/base/tools/aapt/ |
| Command.cpp | 743 // Make a dummy config for retrieving resources... we need to supply 747 // version if they are using newer config types like density. 748 ResTable_config config; local 749 memset(&config, 0, sizeof(ResTable_config)); 750 config.language[0] = 'e'; 751 config.language[1] = 'n'; 752 config.country[0] = 'U'; 753 config.country[1] = 'S'; 754 config.orientation = ResTable_config::ORIENTATION_PORT; 755 config.density = ResTable_config::DENSITY_MEDIUM [all...] |
| Resource.cpp | 1683 const ConfigDescription& config = *iter; local [all...] |
| /frameworks/base/wifi/java/android/net/wifi/ |
| WifiConfiguration.java | 583 * For debug: date at which the config was last updated 589 * For debug: date at which the config was last updated 954 * This value will be set to false if a previous value was not stored in the config or if 2082 WifiConfiguration config = new WifiConfiguration(); local [all...] |
| /frameworks/native/services/surfaceflinger/ |
| SurfaceFlinger.cpp | 479 // Get a RenderEngine for the given display / config (can't fail) 667 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(), 678 ALOGW("Trying to set config for virtual display"); 699 ALOGE("Attempt to set active config = %d for display with %zu configs", 705 ALOGE("Attempt to set active config = %d for null display %p", 708 ALOGW("Attempt to set active config = %d for virtual display", 770 ALOGW("Trying to set config for virtual display"); 2845 static const char* config = local [all...] |
| SurfaceFlinger_hwc1.cpp | 481 // get a RenderEngine for the given display / config (can't fail) 691 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(), 702 ALOGW("Trying to set config for virtual display"); 723 ALOGE("Attempt to set active config = %d for display with %zu configs", 728 ALOGE("Attempt to set active config = %d for null display %p", 731 ALOGW("Attempt to set active config = %d for virtual display", 785 const HWComposer::DisplayConfig config = hwConfigs[c]; local 786 if (config == desiredConfig) { 2761 static const char* config = local [all...] |
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| WifiServiceImpl.java | 203 WifiConfiguration config = (WifiConfiguration) msg.obj; local 220 if (config != null && isValid(config)) { 221 if (DBG) Slog.d(TAG, "Connect with config" + config); 223 } else if (config == null 643 Log.i(TAG, "Unknown wi-fi config type: " + mimeType); 746 // TODO(b/27227497): Need to read the power consumed per level from config [all...] |
| /frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
| SwitchCompat.java | 269 final ViewConfiguration config = ViewConfiguration.get(context); local 270 mTouchSlop = config.getScaledTouchSlop(); 271 mMinFlingVelocity = config.getScaledMinimumFlingVelocity(); [all...] |
| /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/ |
| mm_camera.h | 341 mm_camera_stream_config_t *config; member in struct:__anon32957 650 mm_camera_stream_config_t *config);
|
| /hardware/qcom/display/msm8996/sdm/include/private/ |
| hw_info_types.h | 265 bool operator==(const HWSessionConfig& config) const { 266 return (src_rect == config.src_rect && 267 dst_rect == config.dst_rect && 268 buffer_count == config.buffer_count && 269 secure == config.secure && 270 frame_rate == config.frame_rate && 271 transform == config.transform); 274 bool operator!=(const HWSessionConfig& config) const { 275 return !operator==(config); 435 HWLayerConfig config[kMaxSDELayers] member in struct:sdm::HWLayers [all...] |