Searched refs:specification (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FrameFormat.java | 196 public boolean isCompatibleWith(FrameFormat specification) { in isCompatibleWith() argument 198 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith() 199 && getBaseType() != specification.getBaseType()) { in isCompatibleWith() 204 if (specification.getTarget() != TARGET_UNSPECIFIED in isCompatibleWith() 205 && getTarget() != specification.getTarget()) { in isCompatibleWith() 210 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED in isCompatibleWith() 211 && getBytesPerSample() != specification.getBytesPerSample()) { in isCompatibleWith() 216 if (specification.getDimensionCount() > 0 in isCompatibleWith() 217 && getDimensionCount() != specification.getDimensionCount()) { in isCompatibleWith() 222 for (int i = 0; i < specification.getDimensionCount(); ++i) { in isCompatibleWith() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/uwb/ |
D | UwbServiceImplTest.java | 127 final PersistableBundle specification = new PersistableBundle(); in testGetSpecificationInfo() local 128 when(mVendorService.getSpecificationInfo()).thenReturn(specification); in testGetSpecificationInfo() 129 assertThat(mUwbServiceImpl.getSpecificationInfo()).isEqualTo(specification); in testGetSpecificationInfo()
|
/frameworks/base/cmds/idmap2/libidmap2/proto/ |
D | fabricated_v1.proto | 25 // new proto message specification.
|
/frameworks/proto_logging/stats/enums/bluetooth/hci/ |
D | enums.proto | 23 // HCI command opcodes (OCF+OGF) from Bluetooth 5.0 specification Vol 2, Part E, Section 7 333 // HCI event codes from the Bluetooth 5.0 specification Vol 2, Part 7, Section 7 418 // from the Bluetooth 5.0 specification Vol 2, Part E, Section 7.7.65 445 // HCI status code from the Bluetooth 5.0 specification Vol 2, Part D.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 62 EGL_KHR_image_base specification), in the description of
|
/frameworks/opt/net/ims/ |
D | README.txt | 3 At the moment, this only supports VoLTE calls which is compliant to GSMA IR.92 specification.
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 86 follows the same specification as the one described for clock_font.png.
|
/frameworks/rs/script_api/ |
D | Specification.h | 483 FunctionPermutation(Function* function, FunctionSpecification* specification,
|
D | rs_for_each.spec | 41 This specification can help the caching behavior of the running kernel, e.g. the cache
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 42 * - rs_element is a handle to a type specification, and
|
D | rs_for_each.rsh | 38 * This specification can help the caching behavior of the running kernel, e.g. the cache
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 1629 // Not mentioned in the specification
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2748 * See Android Bluetooth HCI specification for more details 2874 * device, as documented by the Bluetooth Core HCI specification 2875 * Reference: https://www.bluetooth.com/specifications/bluetooth-core-specification
|