Lines Matching full:ifoo
53 the root of the Android tree. For instance, a file IFoo.aidl defining
54 com.example.IFoo might sit in a folder hierarchy
55 something/something-else/com/example/IFoo.aidl. Then we would write:
63 com.example.IFoo becomes ::com::example::IFoo in header ?com/example/IFoo.h?.
66 the package. So if IFoo.aidl declares itself to be in package com.example, the
68 `some/prefix/com/example/IFoo.aidl`.
116 interface IFoo {
133 class IFoo : public android::IInterface {