Home
last modified time | relevance | path

Searched refs:uid_t (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/
DPreparedModel.h42 PreparedModel(nn::SharedPreparedModel preparedModel, Executor executor, uid_t userId);
74 const uid_t kUserId;
DAdapter.h43 using Executor = std::function<void(Task, uid_t, nn::OptionalTimePoint)>;
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_pft.h69 uid_t table[0];
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_pft.h126 uid_t table[0]; /* array of UIDs */
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DAdapter.cpp40 Executor defaultExecutor = [](Task task, uid_t /*uid*/, nn::OptionalTimePoint /*deadline*/) { in adapt() argument
DDevice.cpp68 uid_t userId) { in adaptPreparedModel()
111 void notify(CallbackType* callback, PrepareModelResult result, Executor executor, uid_t userId) { in notify()
140 const uid_t userId = hardware::IPCThreadState::self()->getCallingUid(); in prepareModel()
162 const uid_t userId = hardware::IPCThreadState::self()->getCallingUid(); in prepareModel_1_1()
190 const uid_t userId = hardware::IPCThreadState::self()->getCallingUid(); in prepareModel_1_2()
221 const uid_t userId = hardware::IPCThreadState::self()->getCallingUid(); in prepareModel_1_3()
248 const uid_t userId = hardware::IPCThreadState::self()->getCallingUid(); in prepareModelFromCache()
273 const uid_t userId = hardware::IPCThreadState::self()->getCallingUid(); in prepareModelFromCache_1_3()
DPreparedModel.cpp139 nn::GeneralResult<void> execute(const nn::SharedPreparedModel& preparedModel, uid_t userId, in execute()
164 nn::GeneralResult<void> execute_1_2(const nn::SharedPreparedModel& preparedModel, uid_t userId, in execute_1_2()
191 nn::GeneralResult<void> execute_1_3(const nn::SharedPreparedModel& preparedModel, uid_t userId, in execute_1_3()
292 PreparedModel::PreparedModel(nn::SharedPreparedModel preparedModel, Executor executor, uid_t userId) in PreparedModel()
/hardware/google/camera/common/hal/hidl_service/
Dlibc_wrappers.cc28 using chown_function_type = int (*)(const char*, uid_t, gid_t);
108 extern "C" int chown(const char* path, uid_t owner, gid_t group) { in chown()
/hardware/qcom/wlan/qcwcn/wifi_hal/wifi_hal_ctrl/
Dwifi_hal_ctrl.c51 uid_t uid_system; in wifihal_ctrl_open2()