Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 25 of 46) sorted by relevance

12

/hardware/interfaces/ir/1.0/default/
DConsumerIr.cpp37 Return<bool> ConsumerIr::transmit(int32_t carrierFreq, const hidl_vec<int32_t>& pattern) { in transmit() argument
38 return mDevice->transmit(mDevice, carrierFreq, pattern.data(), pattern.size()) == 0; in transmit()
DConsumerIr.h43 Return<bool> transmit(int32_t carrierFreq, const hidl_vec<int32_t>& pattern) override;
/hardware/interfaces/ir/1.0/
DIConsumerIr.hal21 * transmit() sends an IR pattern at a given carrierFreq.
23 * The pattern is alternating series of carrier on and off periods measured in
25 * even if there are and odd number of entries in the pattern array.
31 transmit(int32_t carrierFreq, vec<int32_t> pattern) generates (bool success);
/hardware/google/pixel/battery_mitigation/
DBatteryMitigation.cpp36 const std::regex pattern) { in isMitigationLogTimeValid() argument
46 if (std::regex_match(line, pattern_match, pattern)) { in isMitigationLogTimeValid()
/hardware/libhardware/modules/consumerir/
Dconsumerir.c41 int carrier_freq, const int pattern[], int pattern_len) in consumerir_transmit() argument
47 total_time += pattern[i]; in consumerir_transmit()
/hardware/interfaces/ir/aidl/aidl_api/android.hardware.ir/current/android/hardware/ir/
DIConsumerIr.aidl38 void transmit(in int carrierFreqHz, in int[] pattern); in transmit() argument
/hardware/interfaces/ir/aidl/aidl_api/android.hardware.ir/1/android/hardware/ir/
DIConsumerIr.aidl38 void transmit(in int carrierFreqHz, in int[] pattern); in transmit() argument
/hardware/interfaces/ir/aidl/android/hardware/ir/
DIConsumerIr.aidl42 void transmit(in int carrierFreqHz, in int[] pattern); in transmit() argument
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DDecryptArgs.aidl41 android.hardware.drm.Pattern pattern;
/hardware/google/pixel/battery_mitigation/include/battery_mitigation/
DBatteryMitigation.h33 const std::regex pattern);
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DDecryptArgs.aidl41 android.hardware.drm.Pattern pattern;
/hardware/libhardware/include/hardware/
Dconsumerir.h66 const int pattern[], int pattern_len);
/hardware/interfaces/drm/aidl/android/hardware/drm/
DDecryptArgs.aidl60 Pattern pattern;
/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.cpp66 const Pattern& pattern, const hidl_vec<SubSample>& subSamples, in decrypt() argument
100 legacyPattern.mEncryptBlocks = pattern.encryptBlocks; in decrypt()
101 legacyPattern.mSkipBlocks = pattern.skipBlocks; in decrypt()
DCryptoPlugin.h68 Mode mode, const Pattern& pattern, const hidl_vec<SubSample>& subSamples,
/hardware/interfaces/drm/1.2/
DICryptoPlugin.hal47 * @param pattern the crypto pattern to use
81 Pattern pattern, vec<SubSample> subSamples,
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal88 * @param pattern the crypto pattern to use
111 Pattern pattern, vec<SubSample> subSamples,
Dtypes.hal284 * The number of blocks to be encrypted in the pattern. If zero,
285 * pattern encryption is inoperative.
290 * The number of blocks to be skipped (left clear) in the pattern. If
291 * zero, pattern encryption is inoperative.
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Diio_utils.h602 char pattern[50] = "in_"; in enable_se() local
615 strcat(pattern, sensor); in enable_se()
617 if (strncmp(ent->d_name, pattern, strlen(pattern)) == 0 && in enable_se()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
Diio_utils.h602 char pattern[50] = "in_"; in enable_se() local
615 strcat(pattern, sensor); in enable_se()
617 if (strncmp(ent->d_name, pattern, strlen(pattern)) == 0 && in enable_se()
/hardware/interfaces/vibrator/1.2/
Dtypes.hal47 * pattern that can be played as a ringtone with any audio, depending on the device.
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFace.hal75 * generated in response to checking the user's PIN/pattern/password
82 * by a user authentication (PIN/pattern/password) can proceed.
106 * PIN/pattern/password. Once the user completes the operation, Settings
268 * user authenticates with PIN/pattern/pass. When the Hardware
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_clearkey_test.h186 const Pattern& pattern, Status status);
Ddrm_hal_vendor_test.h195 const hidl_vec<SubSample>& subSamples, const Pattern& pattern,
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_common.cpp484 const Pattern& pattern, const vector<uint8_t>& key, in decrypt() argument
521 args.pattern = pattern; in decrypt()

12