Searched refs:Invoke (Results 1 - 14 of 14) sorted by relevance

/frameworks/rs/
H A DrsScriptC.h37 void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) override;
H A DrsScriptIntrinsic.h56 void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) override;
H A DrsScriptIntrinsic.cpp76 void ScriptIntrinsic::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { function in class:android::renderscript::ScriptIntrinsic
H A DrsScript.cpp238 s->Invoke(rsc, slot, nullptr, 0);
244 s->Invoke(rsc, slot, nullptr, 0);
249 s->Invoke(rsc, slot, data, len);
H A DrsScript.h139 virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) = 0;
H A DrsScriptC.cpp241 void ScriptC::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { function in class:ScriptC
253 ALOGV("%p ScriptC::Invoke invoking slot %i, ptr %p", rsc, slot, this);
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method.h98 Return Invoke() { function in class:android::pdx::rpc::UnpackArguments
205 .Invoke();
242 .Invoke();
282 .Invoke();
336 static typename rpc::EnableIfDirectReturn<R, Status<R>> Invoke(Client& client, function in struct:android::pdx::CheckArgumentTypes
346 static typename rpc::EnableIfNotDirectReturn<R, Status<R>> Invoke( function in struct:android::pdx::CheckArgumentTypes
457 template Invoke<typename RemoteMethodType::Return>(
/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp28 using testing::Invoke;
359 EXPECT_CALL(*endpoint(), MessageReceive(_)).WillOnce(Invoke(on_receive));
373 EXPECT_CALL(*endpoint(), MessageReceive(_)).WillOnce(Invoke(on_receive));
647 .WillOnce(WithArg<1>(Invoke(make_file_handle)));
666 .WillOnce(WithoutArgs(Invoke([] { return LocalHandle{-EIO}; })));
679 .WillOnce(WithArg<1>(Invoke(make_channel_handle)));
697 .WillOnce(WithoutArgs(Invoke([] {
H A Dclient_tests.cpp29 using testing::Invoke;
109 .WillByDefault(Invoke(this, &ClientChannelFactoryTest::OnConnect));
345 .WillOnce(Invoke(this, &ClientChannelFactoryTest::OnConnect));
387 EXPECT_CALL(*client_, OnConnect()).WillOnce(Invoke([this] {
/frameworks/native/cmds/lshal/
H A Dtest.cpp119 ON_CALL(*serviceManager, get(_, _)).WillByDefault(Invoke(
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp184 InvokeInst *Invoke = I->first; local
185 BasicBlock *UnwindDest = Invoke->getUnwindDest();
210 Invoke->setUnwindDest(NewBB);
216 int Idx = PN->getBasicBlockIndex(Invoke->getParent());
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1196 case Instruction::Invoke: {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1194 case Instruction::Invoke: {
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1227 case Instruction::Invoke: {

Completed in 188 milliseconds