/aosp12/frameworks/av/media/libstagefright/tests/ |
H A D | BatteryChecker_test.cpp | 49 struct Operation { struct in android::BatteryCheckerTestHandler 50 int32_t event; 51 int64_t delay = 0; 52 uint32_t repeatCount = 0; 53 int32_t expectedOnCounter = 0; 54 int32_t expectedOffCounter = 0; 96 using Operation = BatteryCheckerTestHandler::Operation; typedef in android::BatteryCheckerTest
|
/aosp12/system/security/keystore2/src/ |
H A D | operation.rs | 170 pub struct Operation { struct 172 index: usize, 173 km_op: Asp, 174 last_usage: Mutex<Instant>, 175 outcome: Mutex<Outcome>, 177 auth_info: Mutex<AuthInfo>, 178 forced: bool, 179 logging_info: LoggingInfo, 213 impl Operation { implementation 475 impl Drop for Operation { implementation [all …]
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/internal/ |
H A D | Operation.java | 21 public class Operation { class 27 public Operation(int initialState, BackupRestoreTask callbackObj, int type) { in Operation() method in Operation
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | TimeZoneRulesDataContract.java | 47 public static final class Operation { class in TimeZoneRulesDataContract 50 private Operation() { in Operation() method in TimeZoneRulesDataContract.Operation
|
/aosp12/system/logging/logd/ |
H A D | ReplayMessages.cpp | 151 class Operation { class 271 virtual void Operation() {} in Operation() function in SingleBufferOperation 289 void Operation() override { in Operation() function in PrintMemory 316 void Operation() override { in Operation() function in PrintLogs 345 void Operation() override { in Operation() function in PrintLatency 384 void Operation() override { in Operation() function in PrintAllLogs
|
/aosp12/frameworks/base/tools/preload/ |
H A D | Operation.java | 24 class Operation implements Serializable { class 57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos, in Operation() method in Operation
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | operation_table.h | 26 class Operation; variable
|
H A D | operation.h | 33 class Operation; variable 94 explicit Operation(keymaster_purpose_t purpose, AuthorizationSet&& hw_enforced, in Operation() function
|
/aosp12/art/test/149-suspend-all-stress/ |
H A D | suspend_all.cc | 27 enum Operation { in Java_Main_suspendAndResume() enum
|
/aosp12/frameworks/base/obex/javax/obex/ |
H A D | Operation.java | 118 public interface Operation { interface
|
/aosp12/art/test/004-ThreadStress/src-art/ |
H A D | Main.java | 64 private static abstract class Operation { class in Main 372 private static Map<Operation, Double> updateFrequencyMap(Map<Operation, Double> in, in updateFrequencyMap() 426 private static void normalize(Map<Operation, Double> map) { in normalize() 599 Map<Operation, Double> frequencyMap) throws Exception { in runTest()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
H A D | AnnotatedCallLogConstraints.java | 34 @interface Operation { annotation in AnnotatedCallLogConstraints
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | ImageManager.h | 53 enum class Operation { Delete, Insert }; enum
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | ImageManager.h | 53 enum class Operation { Delete, Insert }; enum
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | ValidateHal.cpp | 433 static HalVersion getHalVersion(const V1_0::Operation&) { in getHalVersion() 437 static HalVersion getHalVersion(const V1_1::Operation&) { in getHalVersion() 441 static HalVersion getHalVersion(const V1_2::Operation&) { in getHalVersion() 445 static HalVersion getHalVersion(const V1_3::Operation&) { in getHalVersion()
|
/aosp12/frameworks/av/include/media/ |
H A D | VolumeShaper.h | 417 Operation() in Operation() function 421 Operation(Flag flags, int replaceId) in Operation() function 425 Operation(const Operation &operation) in Operation() function 429 explicit Operation(const sp<Operation> &operation) in Operation() function 433 Operation(Flag flags, int replaceId, S xOffset) in Operation() function
|
/aosp12/system/keymaster/legacy_support/ |
H A D | keymaster_passthrough_operation.h | 31 class Operation; variable
|
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/ |
H A D | GenericOperation.h | 49 Operation() : error_(ResponseCode::Ignored), formattedMessageLength_(0) {} in Operation() function
|
/aosp12/frameworks/base/telephony/java/android/telephony/cdma/ |
H A D | CdmaSmsCbProgramData.java | 59 public @interface Operation {} annotation in CdmaSmsCbProgramData
|
/aosp12/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/ |
H A D | RequestSync.java | 35 enum Operation { enum in RequestSync
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | generic_operation.h | 66 Operation() in Operation() function
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | Types.h | 369 struct Operation { struct 379 std::vector<uint32_t> inputs; 385 std::vector<uint32_t> outputs;
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | VolumeShaper.java | 1157 public static final class Operation implements Parcelable { class in VolumeShaper 1347 private Operation(@Flag int flags, int replaceId, float xOffset) { in Operation() method in VolumeShaper.Operation
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | Model.proto | 181 message Operation { message
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/ |
H A D | test_generator.py | 428 class Operation: class 496 def Operation(self, op_name, *args): member in Model
|