Searched refs:API_ID_COUNT (Results 1 – 5 of 5) sorted by relevance
68 API_ID_COUNT enumerator
94 scoped_ptr<InterfaceProxy> proxies_[API_ID_COUNT];
59 if (msg.routing_id() <= 0 || msg.routing_id() >= API_ID_COUNT) { in OnMessageReceived()
102 InterfaceProxy::Factory id_to_factory_[API_ID_COUNT];
337 if (id <= 0 || id >= API_ID_COUNT) in GetFactoryForID()