Searched refs:sdk_sandbox_offset (Results 1 – 1 of 1) sorted by relevance
33 int sdk_sandbox_offset = AID_SDK_SANDBOX_PROCESS_START - AID_APP_START; in multiuser_get_sdk_sandbox_uid() local35 return (user_id * AID_USER_OFFSET) + (app_id % AID_USER_OFFSET) + sdk_sandbox_offset; in multiuser_get_sdk_sandbox_uid()43 int sdk_sandbox_offset = AID_SDK_SANDBOX_PROCESS_START - AID_APP_START; in multiuser_convert_sdk_sandbox_to_app_uid() local45 return uid - sdk_sandbox_offset; in multiuser_convert_sdk_sandbox_to_app_uid()