Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 133) sorted by relevance

123456

/system/chre/chpp/
DQUICKSTART.md37 In order to initialize CHPP, it is necessary to
39 …tructs that hold the state for each instance of the application and transport layers (in any order)
40 1. Call the layers’ initialization functions, chppTransportInit and chppAppInit (in any order)
50 In order to terminate CHPP's main transport layer thread, it is necessary to
53 1. Call the layers’ deinitialization functions, chppTransportDeinit and chppAppDeinit (in any order)
72 In order to integrate the standard services using the CHRE PAL API, please refer to each service's …
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubNanoAppInfoEventsTestExecutor.java80 ByteBuffer buffer = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN); in handleMessageFromNanoApp()
95 .order(ByteOrder.LITTLE_ENDIAN) in handleMessageFromNanoApp()
DContextHubEventBetweenAppsTestExecutor.java81 .order(ByteOrder.LITTLE_ENDIAN); in handleMessageFromNanoApp()
111 .order(ByteOrder.LITTLE_ENDIAN) in handleMessageFromNanoApp()
DContextHubEstimatedHostTimeTestExecutor.java50 .order(ByteOrder.LITTLE_ENDIAN) in handleMessageFromNanoApp()
DContextHubInfoByIdTestExecutor.java56 .order(ByteOrder.LITTLE_ENDIAN) in handleMessageFromNanoApp()
DContextHubGetTimeTestExecutor.java83 .order(ByteOrder.LITTLE_ENDIAN) in handleMessageFromNanoApp()
/system/keymaster/km_openssl/
Dopenssl_utils.cpp162 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits() local
163 if (!EC_GROUP_get_order(group, order.get(), bn_ctx.get())) { in ec_group_size_bits()
167 return BN_num_bits(order.get()); in ec_group_size_bits()
/system/core/libutils/
DVectorImpl.cpp591 ssize_t SortedVectorImpl::_indexOrderOf(const void* item, size_t* order) const in _indexOrderOf()
593 if (order) *order = 0; in _indexOrderOf()
617 if (order) *order = l; in _indexOrderOf()
623 size_t order; in add() local
624 ssize_t index = _indexOrderOf(item, &order); in add()
626 index = VectorImpl::insertAt(item, order, 1); in add()
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_health.te9 # /{system,vendor,odm}/lib[64]/hw/ in order
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_health.te9 # /{system,vendor,odm}/lib[64]/hw/ in order
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dscripted_beacon_ble_payload.proto18 // These events should occur in order, starting from INITIALIZED
/system/apex/tests/testdata/sharedlibs/
DREADME.md8 artifacts used by tests. In order to regenerate these artifacts, run from the
/system/bt/doc/
Dproperties.md6 Please keep the following list in alphabetical order.
/system/sepolicy/prebuilts/api/31.0/private/
Dgpuservice.te15 # GPU service will need to load GPU driver, for example Vulkan driver in order
48 # Needed for reading tracepoint ids in order to attach bpf programs.
Dkeystore_keys.te2 # Please keep the names in alphabetical order and comment each new entry.
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/system/sepolicy/private/
Dgpuservice.te15 # GPU service will need to load GPU driver, for example Vulkan driver in order
48 # Needed for reading tracepoint ids in order to attach bpf programs.
Dkeystore_keys.te2 # Please keep the names in alphabetical order and comment each new entry.
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/system/bt/build/
DAndroid.bp140 // "clang_coverage_bin" in order to work. See //test/gen_coverage.py for more information
156 // order to create a binary that will create a profraw file when ran. Note
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_health.te9 # /{system,vendor,odm}/lib[64]/hw/ in order
/system/sepolicy/prebuilts/api/26.0/private/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dproguard-rules.pro4 # You can edit the include path and order by changing the proguardFiles
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dproguard-rules.pro4 # You can edit the include path and order by changing the proguardFiles
/system/sepolicy/prebuilts/api/30.0/private/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest

123456