Home
last modified time | relevance | path

Searched defs:Operation (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/av/media/libstagefright/tests/
H A DBatteryChecker_test.cpp49 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 Doperation.rs170 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 DOperation.java21 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 DTimeZoneRulesDataContract.java47 public static final class Operation { class in TimeZoneRulesDataContract
50 private Operation() { in Operation() method in TimeZoneRulesDataContract.Operation
/aosp12/system/logging/logd/
H A DReplayMessages.cpp151 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 DOperation.java24 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 Doperation_table.h26 class Operation; variable
H A Doperation.h33 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 Dsuspend_all.cc27 enum Operation { in Java_Main_suspendAndResume() enum
/aosp12/frameworks/base/obex/javax/obex/
H A DOperation.java118 public interface Operation { interface
/aosp12/art/test/004-ThreadStress/src-art/
H A DMain.java64 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 DAnnotatedCallLogConstraints.java34 @interface Operation { annotation in AnnotatedCallLogConstraints
/aosp12/frameworks/native/libs/renderengine/gl/
H A DImageManager.h53 enum class Operation { Delete, Insert }; enum
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DImageManager.h53 enum class Operation { Delete, Insert }; enum
/aosp12/packages/modules/NeuralNetworks/common/
H A DValidateHal.cpp433 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 DVolumeShaper.h417 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 Dkeymaster_passthrough_operation.h31 class Operation; variable
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
H A DGenericOperation.h49 Operation() : error_(ResponseCode::Ignored), formattedMessageLength_(0) {} in Operation() function
/aosp12/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaSmsCbProgramData.java59 public @interface Operation {} annotation in CdmaSmsCbProgramData
/aosp12/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java35 enum Operation { enum in RequestSync
/aosp12/system/teeui/libteeui/include/teeui/
H A Dgeneric_operation.h66 Operation() in Operation() function
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h369 struct Operation { struct
379 std::vector<uint32_t> inputs;
385 std::vector<uint32_t> outputs;
/aosp12/frameworks/base/media/java/android/media/
H A DVolumeShaper.java1157 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 DModel.proto181 message Operation { message
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/
H A Dtest_generator.py428 class Operation: class
496 def Operation(self, op_name, *args): member in Model

12