/external/llvm/lib/MC/ |
MCSectionCOFF.cpp | 58 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE) 60 if (getCharacteristics() & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA) 64 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) { 103 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA;
|
/external/chromium_org/device/bluetooth/test/ |
mock_bluetooth_gatt_service.cc | 25 ON_CALL(*this, GetCharacteristics())
|
mock_bluetooth_gatt_service.h | 34 MOCK_CONST_METHOD0(GetCharacteristics,
|
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraController.java | 94 public CameraDeviceInfo.Characteristics getCharacteristics(int cameraId) { 98 return mInfo.getCharacteristics(cameraId); 140 if (id >= mInfo.getNumberOfCameras() || mInfo.getCharacteristics(id) == null) { 144 return mInfo.getCharacteristics(id).isFacingFront(); 152 if (id >= mInfo.getNumberOfCameras() || mInfo.getCharacteristics(id) == null) { 156 return mInfo.getCharacteristics(id).isFacingBack();
|
CameraProvider.java | 68 public Characteristics getCharacteristics(int cameraId);
|
/packages/apps/Camera2/src/com/android/camera/debug/ |
DebugCameraProxy.java | 63 public CameraDeviceInfo.Characteristics getCharacteristics() { 64 log("getCharacteristics"); 65 return mProxy.getCharacteristics();
|
/external/chromium_org/device/bluetooth/ |
bluetooth_remote_gatt_service_chromeos.cc | 38 GetCharacteristics(); 52 // GetCharacteristics() returns no characteristics. 93 BluetoothRemoteGattServiceChromeOS::GetCharacteristics() const {
|
bluetooth_gatt_chromeos_unittest.cc | 590 EXPECT_TRUE(service->GetCharacteristics().empty()); 603 EXPECT_EQ(3U, service->GetCharacteristics().size()); 611 EXPECT_TRUE(service->GetCharacteristics().empty()); 624 EXPECT_EQ(3U, service->GetCharacteristics().size()); 658 EXPECT_TRUE(service->GetCharacteristics().empty()); 758 EXPECT_EQ(3U, service->GetCharacteristics().size()); [all...] |
bluetooth_remote_gatt_service_chromeos.h | 49 GetCharacteristics() const OVERRIDE;
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattService.java | 243 public List<BluetoothGattCharacteristic> getCharacteristics() { 252 * without enumerating over the list returned by {@link #getCharacteristics}
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
BurstCaptureTest.java | 81 final int maxPipelineDepth = mStaticInfo.getCharacteristics().get( 83 final int maxSyncLatency = mStaticInfo.getCharacteristics().get( 91 StreamConfigurationMap config = mStaticInfo.getCharacteristics().get(
|
DngCreatorTest.java | 135 CameraCharacteristics characteristics = mStaticInfo.getCharacteristics(); 237 CameraCharacteristics characteristics = mStaticInfo.getCharacteristics(); 360 CameraCharacteristics characteristics = mStaticInfo.getCharacteristics();
|
/external/llvm/include/llvm/MC/ |
MCSectionCOFF.h | 69 unsigned getCharacteristics() const { return Characteristics; }
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TextureViewSubPane.java | 75 CameraCharacteristics info = target.getCharacteristics();
|
SurfaceViewSubPane.java | 80 CameraCharacteristics info = target.getCharacteristics();
|
ImageReaderSubPane.java | 179 CameraCharacteristics info = mCurrentCamera.getCharacteristics(); 265 CameraCharacteristics info = mCurrentCamera.getCharacteristics(); 528 CameraCharacteristics info = mCurrentCamera.getCharacteristics();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mfplay.h | 77 STDMETHOD_(HRESULT,GetCharacteristics)(THIS_ MFP_MEDIAITEM_CHARACTERISTICS *pCharacteristics) PURE; 103 #define IMFPMediaItem_GetCharacteristics(This,pCharacteristics) (This)->lpVtbl->GetCharacteristics(This,pCharacteristics)
|
audioclient.h | 722 virtual HRESULT STDMETHODCALLTYPE GetCharacteristics( 755 HRESULT (STDMETHODCALLTYPE *GetCharacteristics)( 774 #define IAudioClock_GetCharacteristics(This,pdwCharacteristics) (This)->lpVtbl->GetCharacteristics(This,pdwCharacteristics) 794 return This->lpVtbl->GetCharacteristics(This,pdwCharacteristics); [all...] |
/external/chromium_org/chromeos/dbus/ |
bluetooth_gatt_characteristic_client.h | 93 virtual std::vector<dbus::ObjectPath> GetCharacteristics() = 0;
|
fake_bluetooth_gatt_characteristic_client.h | 49 virtual std::vector<dbus::ObjectPath> GetCharacteristics() OVERRIDE;
|
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/ |
bluetooth_low_energy_api.cc | 338 scoped_ptr<apibtle::GetCharacteristics::Params> params( 339 apibtle::GetCharacteristics::Params::Create(*args_)); 344 event_router->GetCharacteristics( 353 // apibtle::GetCharacteristics::Result::Create as it doesn't convert lists of
|
bluetooth_low_energy_api.h | 157 DECLARE_EXTENSION_FUNCTION("bluetoothLowEnergy.getCharacteristics",
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraDeviceInfo.java | 35 Characteristics getCharacteristics(int cameraId);
|
AndroidCameraAgentImpl.java | 175 public Characteristics getCharacteristics(int cameraId) { 376 AndroidCameraDeviceInfo.create().getCharacteristics(cameraId); 793 public CameraDeviceInfo.Characteristics getCharacteristics() { [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_bluetooth.html | 639 $(ref:bluetoothLowEnergy.getCharacteristics), and 666 chrome.bluetoothLowEnergy.getCharacteristics(heartRateService.instanceId, 735 chrome.bluetoothLowEnergy.getCharacteristics(service.instanceId,
|