HomeSort by relevance Sort by last modified time
    Searched defs:capability (Results 1 - 25 of 414) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tpm2/
GetCapability_fp.h 13 TPM_CAP capability; member in struct:__anon33685
TpmFail.c 45 TPM_CAP capability; // Always TPM_CAP_TPM_PROPERTIES member in struct:__anon33824
191 UINT32 capability; local
225 // returned for the capability, property, and count
228 || (UINT32_Unmarshal(&capability, &inRequest,
231 || (capability != TPM_CAP_TPM_PROPERTIES)
266 // indicate the capability type
267 marshalSize += MarshalUint32(capability, &buffer, &bufferSize);
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresenceInfo.java 267 Bundle capability = new Bundle(); local
269 capability.putInt(ServiceInfoKey.SERVICE_TYPE, serviceType);
270 capability.putInt(ServiceInfoKey.STATE, state);
271 capability.putString(ServiceInfoKey.SERVICE_CONTACT, serviceNumber);
272 capability.putLong(ServiceInfoKey.TIMESTAMP, timestamp);
274 mServiceInfo.putBundle(String.valueOf(serviceType), capability); local
  /external/strace/mpers-m32/
struct_v4l2_framebuffer.h 5 uint32_t capability; member in struct:__anon30335
  /external/strace/mpers-mx32/
struct_v4l2_framebuffer.h 5 uint32_t capability; member in struct:__anon30484
  /system/connectivity/wificond/scanning/
scan_result.h 41 uint16_t capability,
79 uint16_t capability; member in class:com::android::server::wifi::wificond::NativeScanResult
scan_utils.cpp 170 uint16_t capability; local
171 if (!bss.GetAttributeValue(NL80211_BSS_CAPABILITY, &capability)) {
172 LOG(ERROR) << "Failed to get capability field from scan result packet";
184 NativeScanResult(ssid, bssid, ie, freq, signal, tsf, capability, associated);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
NativeScanResult.java 38 public BitSet capability; field in class:NativeScanResult
52 capability = (BitSet) source.capability.clone();
73 if (capability.get(i)) {
94 result.capability = new BitSet(CAPABILITY_SIZE);
97 result.capability.set(i);
  /external/webrtc/webrtc/modules/video_capture/windows/
video_capture_ds.cc 154 const VideoCaptureCapability& capability)
158 if (capability != _requestedCapability)
162 if (SetCameraOutput(capability) != 0)
215 // Get the best matching capability
216 VideoCaptureCapability capability; local
221 // Match the requested capability with the supported.
224 capability)) < 0)
229 if (capability.maxFPS > requestedCapability.maxFPS)
231 capability.maxFPS = requestedCapability.maxFPS;
232 } else if (capability.maxFPS <= 0
    [all...]
device_info_ds.cc 387 // Reset old capability list
529 VideoCaptureCapabilityWindows capability; local
537 capability.directShowCapabilityIndex = tmp;
538 capability.width = h->bmiHeader.biWidth;
539 capability.height = h->bmiHeader.biHeight;
547 capability.directShowCapabilityIndex = tmp;
548 capability.width = h->bmiHeader.biWidth;
549 capability.height = h->bmiHeader.biHeight;
550 capability.interlaced = h->dwInterlaceFlags
562 size.cx = capability.width
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/wificond/
NativeScanResultTest.java 62 scanResult.capability = TEST_CAPABILITY;
76 assertTrue(scanResult.capability.equals(scanResultDeserialized.capability));
  /external/webrtc/webrtc/modules/video_capture/
device_info_impl.cc 67 // Need to get exclusive rights to create the new capability map.
77 VideoCaptureCapability& capability)
116 capability = _captureCapabilities[deviceCapabilityNumber];
164 VideoCaptureCapability& capability = _captureCapabilities[tmp]; local
166 const int32_t diffWidth = capability.width - requested.width;
167 const int32_t diffHeight = capability.height - requested.height;
168 const int32_t diffFrameRate = capability.maxFPS - requested.maxFPS;
199 && (capability.rawType == requested.rawType
200 || capability.rawType == kVideoI420
201 || capability.rawType == kVideoYUY
    [all...]
  /frameworks/av/camera/ndk/impl/
ACameraMetadata.cpp 40 ACameraMetadata::isNdkSupportedCapability(int32_t capability) {
41 switch (capability) {
57 ALOGE("%s: Unknonwn capability %d", __FUNCTION__, capability);
67 ALOGE("%s: malformed available capability key! count %zu, type %d",
75 uint8_t capability = entry.data.u8[i]; local
76 if (isNdkSupportedCapability(capability)) {
77 capabilities.push(capability);
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilityServiceWarning.java 118 // This capability is implicit for all services.
145 AccessibilityServiceInfo.CapabilityInfo capability = capabilities.get(i); local
157 labelView.setText(context.getString(capability.titleResId));
161 descriptionView.setText(context.getString(capability.descResId));
  /external/syslinux/com32/gpllib/
cpuid.c 353 uint32_t capability, excap; local
354 cpuid(0x00000001, &tfms, &ebx, &excap, &capability);
355 c->x86_capability[0] = capability;
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_voicememo.h 74 uint32_t capability; member in struct:msm_audio_voicememo_config
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_voicememo.h 20 /* capability */
58 uint32_t capability; member in struct:msm_audio_voicememo_config
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 150 void SetExpectedCapability(VideoCaptureCapability capability) {
152 capability_= capability;
170 VideoCaptureCapability capability() { function in class:TestVideoCaptureCallback
263 VideoCaptureCapability capability) {
264 ASSERT_EQ(0, capture_module->StartCapture(capability));
269 EXPECT_EQ(capability.width, resulting_capability.width);
270 EXPECT_EQ(capability.height, resulting_capability.height);
292 VideoCaptureCapability capability; local
294 device_info_->GetCapability(module->CurrentDeviceName(), 0, capability);
296 capability.width = kTestWidth
348 VideoCaptureCapability capability; local
447 VideoCaptureCapability capability; local
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 171 // Make sure the server does have this capability
283 List<ImapResponse> responses = executeSimpleCommand(ImapConstants.CAPABILITY);
292 String capability = response.getStringOrEmpty(i).getString(); local
294 if (!disabledCapabilities.contains(capability)) {
295 mCapabilities.add(capability);
298 mCapabilities.add(capability);
306 private boolean hasCapability(String capability) {
307 return mCapabilities.contains(capability);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 44 'CAPABILITY': ('NONAUTH', 'AUTH', 'SELECTED', 'LOGOUT'),
174 # request and store CAPABILITY response.
192 typ, dat = self.capability()
194 raise self.error('no CAPABILITY response from server')
356 def capability(self): member in class:IMAP4
357 """(typ, [data]) = <instance>.capability()
360 name = 'CAPABILITY'
778 notified by server in CAPABILITY response.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 44 'CAPABILITY': ('NONAUTH', 'AUTH', 'SELECTED', 'LOGOUT'),
174 # request and store CAPABILITY response.
192 typ, dat = self.capability()
194 raise self.error('no CAPABILITY response from server')
356 def capability(self): member in class:IMAP4
357 """(typ, [data]) = <instance>.capability()
360 name = 'CAPABILITY'
778 notified by server in CAPABILITY response.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 44 'CAPABILITY': ('NONAUTH', 'AUTH', 'SELECTED', 'LOGOUT'),
174 # request and store CAPABILITY response.
192 typ, dat = self.capability()
194 raise self.error('no CAPABILITY response from server')
356 def capability(self): member in class:IMAP4
357 """(typ, [data]) = <instance>.capability()
360 name = 'CAPABILITY'
778 notified by server in CAPABILITY response.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 44 'CAPABILITY': ('NONAUTH', 'AUTH', 'SELECTED', 'LOGOUT'),
174 # request and store CAPABILITY response.
192 typ, dat = self.capability()
194 raise self.error('no CAPABILITY response from server')
356 def capability(self): member in class:IMAP4
357 """(typ, [data]) = <instance>.capability()
360 name = 'CAPABILITY'
778 notified by server in CAPABILITY response.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 44 'CAPABILITY': ('NONAUTH', 'AUTH', 'SELECTED', 'LOGOUT'),
174 # request and store CAPABILITY response.
192 typ, dat = self.capability()
194 raise self.error('no CAPABILITY response from server')
356 def capability(self): member in class:IMAP4
357 """(typ, [data]) = <instance>.capability()
360 name = 'CAPABILITY'
778 notified by server in CAPABILITY response.
    [all...]
  /external/wpa_supplicant_8/src/ap/
sta_info.h 74 u16 capability; member in struct:sta_info

Completed in 2044 milliseconds

1 2 3 4 5 6 7 8 91011>>