Searched refs:enableGsiAsync (Results 1 – 4 of 4) sorted by relevance
94 …oneway void enableGsiAsync(boolean oneShot, @utf8InCpp String dsuSlot, IGsiServiceCallback result); in enableGsiAsync() method
54 binder::Status enableGsiAsync(bool oneShot, const ::std::string& dsuSlot,
292 binder::Status GsiService::enableGsiAsync(bool one_shot, const std::string& dsuSlot, in enableGsiAsync() function in android::gsi::GsiService
209 gsiService.enableGsiAsync(oneShot, mDsuSlot, callback); in setEnable()