HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 351 - 375 of 1534) sorted by null

<<11121314151617181920>>

  /external/tpm2/
Marshal_PolicyNV.c 28 result = TPM_EO_Unmarshal(&target->operation, buffer, size);
  /frameworks/base/core/java/com/android/server/net/
NetlinkTracker.java 91 private void maybeLog(String operation, String iface, LinkAddress address) {
93 Log.d(TAG, operation + ": " + address + " on " + iface +
98 private void maybeLog(String operation, Object o) {
100 Log.d(TAG, operation + ": " + o.toString());
  /frameworks/base/keystore/java/android/security/keystore/
KeyStoreCryptoOperationChunkedStreamer.java 32 * Helper for streaming a crypto operation's input and output via {@link KeyStore} service's
36 * update and finish operations. Firstly, KeyStore's update operation can consume only a limited
38 * operation may consume less data than provided, in which case the caller has to buffer the
43 * <p>Bidirectional chunked streaming of data via a KeyStore crypto operation is abstracted away as
44 * a {@link Stream} to avoid having this class deal with operation tokens and occasional additional
52 * Bidirectional chunked data stream over a KeyStore crypto operation.
56 * Returns the result of the KeyStore {@code update} operation or null if keystore couldn't
62 * Returns the result of the KeyStore {@code finish} operation or null if keystore couldn't
81 public KeyStoreCryptoOperationChunkedStreamer(Stream operation) {
82 this(operation, DEFAULT_MAX_CHUNK_SIZE)
    [all...]
  /hardware/qcom/display/msm8084/libqdutils/
qdMetaData.cpp 60 data->operation |= paramType;
qdMetaData.h 71 int32_t operation; member in struct:MetaData_t
  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.cpp 61 data->operation |= paramType;
qdMetaData.h 71 int32_t operation; member in struct:MetaData_t
  /hardware/qcom/display/msm8909/libqdutils/
qdMetaData.cpp 61 data->operation |= paramType;
qdMetaData.h 71 int32_t operation; member in struct:MetaData_t
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.cpp 58 data->operation |= paramType;
  /hardware/qcom/display/msm8994/libqdutils/
qdMetaData.cpp 61 data->operation |= paramType;
qdMetaData.h 71 int32_t operation; member in struct:MetaData_t
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.h 44 gralloc1_error_t Perform(int operation, va_list args);
  /hardware/qcom/display/msm8996/libqdutils/
qdMetaData.h 61 int32_t operation; member in struct:MetaData_t
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.h 50 virtual int Perform(uint32_t operation, ...);
  /packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 223 final ContentProviderOperation operation = operations.get(i); local
224 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) {
227 if (i > 0 && operation.isYieldAllowed()) {
233 results[i] = operation.apply(this, results, i);
  /packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/include/
VehicleNetworkAudioHelper.h 62 virtual void onHalError(int32_t errorCode, int32_t property, int32_t operation);
  /prebuilts/go/darwin-x86/src/text/template/
option.go 35 // If printed, the result of the index operation is the string
38 // The operation returns the zero value for the map type's element.
  /prebuilts/go/linux-x86/src/text/template/
option.go 35 // If printed, the result of the index operation is the string
38 // The operation returns the zero value for the map type's element.
  /system/connectivity/shill/wifi/
tdls_manager.h 39 // Perform TDLS |operation| on |peer|.
41 const std::string& operation,
61 // operation is initiated successfully.
64 // Setup a TDLS pairing with |peer_mac_address|. Returns true if operation is
68 // Tear down the TDLS pairing with |peer|. Returns true if operation is
  /system/update_engine/payload_generator/
payload_generation_config.h 120 // Return whether the passed |operation| is allowed by this payload.
121 bool OperationAllowed(InstallOperation_Type operation) const;
136 // Wheter the IMGDIFF operation is allowed based on the available compressor
167 // The |hard_chunk_size| is the maximum size that a single operation should
  /toolchain/binutils/binutils-2.25/intl/
plural-exp.h 55 module, /* Modulo operation. */
68 } operation; member in struct:expression
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 107 // Headers { "locale","from","operation","params","to" }
145 // #4 'operation' info
146 param = "operation";
147 UnicodeString operation = testSetting=currentCase->getString(param, local
197 +operation +" [[[ "+params+" ]]] >>> "+to;
240 if (operation == kROLL) {
243 } else if (operation == kADD) {
247 errln(caseString+ " FAIL: unknown operation "+ operation);
249 logln(operation + " of "+ paramsSet.get((UCalendarDateFields)q
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 188 * If the buffer has been mapped during a lock operation, it's time
204 * If the buffer has been mapped during a lock operation, it's time
302 int operation, ... )
309 va_start(args, operation);
310 switch (operation) {
359 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
376 if(metadata && metadata->operation & UPDATE_BUFFER_GEOMETRY) {
409 if(metadata && metadata->operation & UPDATE_COLOR_SPACE) {
432 if(metadata && metadata->operation & MAP_SECURE_BUFFER) {
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 180 * If the buffer has been mapped during a lock operation, it's time
196 * If the buffer has been mapped during a lock operation, it's time
294 int operation, ... )
301 va_start(args, operation);
302 switch (operation) {
401 if(metadata && metadata->operation & UPDATE_COLOR_SPACE) {
424 if(metadata && metadata->operation & MAP_SECURE_BUFFER) {
441 if (metadata && (metadata->operation & LINEAR_FORMAT)) {
462 if (metadata && (metadata->operation & SET_IGC)) {

Completed in 1912 milliseconds

<<11121314151617181920>>