Searched refs:uid_t (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/neuralnetworks/utils/adapter/include/nnapi/hal/ |
D | PreparedModel.h | 42 PreparedModel(nn::SharedPreparedModel preparedModel, Executor executor, uid_t userId); 74 const uid_t kUserId;
|
D | Adapter.h | 43 using Executor = std::function<void(Task, uid_t, nn::OptionalTimePoint)>;
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_pft.h | 69 uid_t table[0];
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_pft.h | 126 uid_t table[0]; /* array of UIDs */
|
/hardware/interfaces/neuralnetworks/utils/adapter/src/ |
D | Adapter.cpp | 40 Executor defaultExecutor = [](Task task, uid_t /*uid*/, nn::OptionalTimePoint /*deadline*/) { in adapt() argument
|
D | Device.cpp | 68 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()
|
D | PreparedModel.cpp | 139 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/ |
D | libc_wrappers.cc | 28 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/ |
D | wifi_hal_ctrl.c | 51 uid_t uid_system; in wifihal_ctrl_open2()
|