Searched refs:logical (Results 1 – 9 of 9) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LogicalAndOr.cpp | 26 namespace logical { namespace 100 NN_REGISTER_OPERATION(LOGICAL_AND, "LOGICAL_AND", logical::validate, logical::prepare, 101 logical::executeAnd); 102 NN_REGISTER_OPERATION(LOGICAL_OR, "LOGICAL_OR", logical::validate, logical::prepare, 103 logical::executeOr);
|
/frameworks/hardware/interfaces/cameraservice/service/2.1/ |
D | ICameraService.hal | 33 * logical multi-camera becomes unavailable or available again. 36 * logical multi-camera. 44 * if the device is a logical multi-camera.
|
D | ICameraServiceListener.hal | 24 * camera device backing a logical camera changes 27 * backing a logical camera.
|
D | types.hal | 39 * for this logical multi-camera. 47 * The physical camera id backing a logical multi-camera, and its
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDevice.java | 79 public ActiveSource(int logical, int physical) { in ActiveSource() argument 80 logicalAddress = logical; in ActiveSource() 88 public static ActiveSource of(int logical, int physical) { in of() argument 89 return new ActiveSource(logical, physical); in of() 101 public boolean equals(int logical, int physical) { in equals() argument 102 return logicalAddress == logical && physicalAddress == physical; in equals()
|
/frameworks/base/core/proto/android/view/ |
D | displayinfo.proto | 25 // logical display.
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 972 * the src and dst must have the same logical size: 975 * AHARDWAREBUFFER_FORMAT_BLOB, the logical size equals the size of the memory. 977 * format other than AHARDWAREBUFFER_FORMAT_BLOB, the logical size equals the size when there is 980 * - If the memory is created from {@link ANeuralNetworksMemory_createFromDesc}, the logical size
|
D | types.spec | 1163 * are all zeros, the result is logical zero. 2586 * Since %{APILevel29}, the pad value is always the logical zero. 2653 * Since %{APILevel29}, the pad value is always the logical zero.
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 531 // no logical channel available
|