/hardware/nxp/secure_element/pn8x/ls_client/src/ |
D | LsLib.cpp | 56 static const char fn[] = "Perform_LSC"; in Perform_LSC() local 92 static const char fn[] = "LSC_update_seq_handler"; in LSC_update_seq_handler() local 148 static const char fn[] = "LSC_OpenChannel"; in LSC_OpenChannel() local 200 static const char fn[] = "LSC_ResetChannel"; in LSC_ResetChannel() local 265 static const char fn[] = "LSC_SelectLsc"; in LSC_SelectLsc() local 327 static const char fn[] = "LSC_StoreData"; in LSC_StoreData() local 383 static const char fn[] = "LSC_loadapplet"; in LSC_loadapplet() local 569 static const char fn[] = "LSC_Check_KeyIdentifier"; in LSC_Check_KeyIdentifier() local 664 static const char fn[] = "LSC_ReadScript"; in LSC_ReadScript() local 780 static const char fn[] = "LSC_SendtoEse"; in LSC_SendtoEse() local [all …]
|
D | LsClient.cpp | 154 static const char fn[] = "LSC_Start"; in LSC_Start() local 175 static const char fn[] = "LSC_doDownload"; in LSC_doDownload() local
|
/hardware/qcom/audio/hal/ |
D | platform_info.c | 928 section_process_fn fn = section_table[section]; in start_tag() local 936 section_process_fn fn = section_table[PCM_ID]; in start_tag() local 944 section_process_fn fn = section_table[section]; in start_tag() local 952 section_process_fn fn = section_table[GAIN_LEVEL_MAPPING]; in start_tag() local 960 section_process_fn fn = section_table[APP_TYPE]; in start_tag() local 967 section_process_fn fn = section_table[MICROPHONE_CHARACTERISTIC]; in start_tag() local 986 section_process_fn fn = section_table[SND_DEV]; in start_tag() local 997 section_process_fn fn = section_table[MIC_INFO]; in start_tag() local 1002 section_process_fn fn = section_table[section]; in start_tag() local 1021 section_process_fn fn = section_table[section]; in start_tag() local [all …]
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | ResilientPreparedModel.cpp | 42 auto protect(const ResilientPreparedModel& resilientPreparedModel, const FnType& fn) in protect() 112 const auto fn = [&request, measure, &deadline, &loopTimeoutDuration, &hints, in execute() local 128 const auto fn = [&request, &waitFor, measure, &deadline, &loopTimeoutDuration, in executeFenced() local 178 const auto fn = [&request, measure, &loopTimeoutDuration, &hints, in createReusableExecutionInternal() local 198 const auto fn = [](const nn::IPreparedModel& preparedModel) { in configureExecutionBurstInternal() local
|
D | ResilientBuffer.cpp | 36 auto protect(const ResilientBuffer& resilientBuffer, const FnType& fn) in protect() 103 const auto fn = [&dst](const nn::IBuffer& buffer) { return buffer.copyTo(dst); }; in copyTo() local 109 const auto fn = [&src, &dimensions](const nn::IBuffer& buffer) { in copyFrom() local
|
D | ResilientDevice.cpp | 42 auto protect(const ResilientDevice& resilientDevice, const FnType& fn, bool blocking) in protect() 167 const auto fn = [](const nn::IDevice& device) { return device.wait(); }; in wait() local 173 const auto fn = [&model](const nn::IDevice& device) { in getSupportedOperations() local 245 const auto fn = [&model, preference, priority, &deadline, &modelCache, &dataCache, &token, in prepareModelInternal() local 259 const auto fn = [&deadline, &modelCache, &dataCache, &token](const nn::IDevice& device) { in prepareModelFromCacheInternal() local 272 const auto fn = [&desc, &preparedModels, &inputRoles, &outputRoles](const nn::IDevice& device) { in allocateInternal() local
|
D | ResilientExecution.cpp | 40 auto protect(const ResilientExecution& resilientExecution, const FnType& fn) in protect() 105 const auto fn = [&deadline](const nn::IExecution& execution) { in compute() local 115 const auto fn = [&waitFor, &deadline, in computeFenced() local
|
D | ResilientBurst.cpp | 40 auto protect(const ResilientBurst& resilientBurst, const FnType& fn) in protect() 111 const auto fn = [&request, measure, deadline, loopTimeoutDuration, &hints, in execute() local 147 const auto fn = [&request, measure, &loopTimeoutDuration, &hints, in createReusableExecutionInternal() local
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | SessionTaskMap.h | 87 void forEachSessionInTask(pid_t taskId, FN fn) const { in forEachSessionInTask() 104 void forEachSessionValTasks(FN fn) const { in forEachSessionValTasks()
|
/hardware/st/secure_element/1.0/ |
D | StEseService.cpp | 47 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main() local
|
/hardware/st/secure_element/1.2/ |
D | StEseService.cpp | 49 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main() local
|
/hardware/st/secure_element2/secure_element/1.2/ |
D | GtoService.cpp | 40 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main() local
|
/hardware/interfaces/wifi/aidl/default/tests/ |
D | mock_wifi_legacy_hal.cpp | 31 const wifi_hal_fn& fn, bool is_primary) in MockWifiLegacyHal()
|
/hardware/st/secure_element2/secure_element/aidl/ |
D | GtoService.cpp | 43 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main() local
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_legacy_hal_factory.h | 43 wifi_hal_fn fn; member
|
/hardware/st/nfc/1.2/ |
D | StNfcService.cpp | 58 STEseReset fn = (STEseReset)dlsym(stdll, "boot_reset"); in main() local
|
/hardware/st/nfc/aidl/ |
D | main.cpp | 50 STEseReset fn = (STEseReset)dlsym(stdll, "boot_reset"); in main() local
|
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
D | TransferValue.h | 85 CallbackValue<ReturnType, ArgTypes...>::CallbackValue(FunctionType fn) : mFunction(fn) {} in CallbackValue()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | lunr.js | 374 lunr.Token.prototype.update = function (fn) { argument 386 lunr.Token.prototype.clone = function (fn) { argument 539 lunr.Pipeline.registerFunction = function (fn, label) { argument 554 lunr.Pipeline.warnIfFunctionNotRegistered = function (fn) { argument 598 fns.forEach(function (fn) { argument 650 lunr.Pipeline.prototype.remove = function (fn) { argument 727 return this._stack.map(function (fn) { argument 836 lunr.Vector.prototype.upsert = function (insertIdx, val, fn) { argument 1960 lunr.Index.prototype.query = function (fn) { argument 2675 lunr.Builder.prototype.use = function (fn) { argument
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | RegisteredHandlePool.cpp | 49 void RegisteredHandlePool::for_each(std::function<void(const buffer_handle_t &)> fn) in for_each()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | comment_convert.py | 171 def process(self, fn, write=False): argument
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | aplay.c | 472 int play_raw(const char *fg, int rate, int ch, const char *device, const char *fn) in play_raw() 498 int play_wav(const char *fg, int rate, int ch, const char *device, const char *fn) in play_wav()
|
D | arec.c | 388 const char *fn) in rec_raw() 424 int rec_wav(const char *fg, const char *device, int rate, int ch, const char *fn) in rec_wav()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | console_printer.py | 262 def formatFilename(self, fn, _with_color=True): argument
|
D | html_printer.py | 423 def makeIdentifierFromFilename(self, fn): argument
|